ResponseListPostingProfileDto¶
Example Json Object
1{
2 "code": "UPDATED",
3 "message": "string",
4 "defaultMessage": "string",
5 "debugMessage": "string",
6 "errors": {
7 "all": [
8 {
9 "type": "GENERIC",
10 "source": {},
11 "field": "string",
12 "errorKey": "string",
13 "errorMessage": "string"
14 }
15 ]
16 },
17 "object": [
18 {
19 "id": 0,
20 "erpSystem": {
21 "id": 0,
22 "displayId": "string"
23 },
24 "companyFilterType": "ALL",
25 "companies": [
26 {
27 "id": 0,
28 "displayId": "string",
29 "status": "CREATED",
30 "erpSystemId": 0,
31 "erpSystemDisplayId": "string",
32 "countryId": 0,
33 "countryDisplayId": "string",
34 "postingPeriodVariantId": 0,
35 "fiscalVariantId": 0
36 }
37 ],
38 "accountingStandardFilterType": "ALL",
39 "accountingStandards": [
40 {
41 "id": 0,
42 "displayId": "string",
43 "status": "CREATED",
44 "name": "string",
45 "standardType": "GAAP",
46 "erpSystemId": 0,
47 "erpSystemDisplayId": "string"
48 }
49 ],
50 "objectStatus": "CREATED"
51 }
52 ]
53}
Properties
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
code |
string |
false |
none |
none |
message |
string |
false |
write-only |
none |
defaultMessage |
string |
false |
write-only |
none |
debugMessage |
string |
false |
write-only |
none |
errors |
false |
none |
none |
|
object |
false |
none |
none |
Enumerated Values
Attribute |
Value |
|---|---|
code |
API_CALL_FAILED, ATTACHED, BAD_REQUEST, DATA_VALIDATION_ERROR, DELETED, DETACHED, INTERNAL_SYSTEM_ERROR, NULL_RESPONSE, OK, OK_BUT_RESPONSE_INVALID, REQUEST_VALIDATION_ERROR, SERVICE_VALIDATION_ERROR, UPDATED |