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 "errorMessage": "string",
11 "source": {},
12 "field": "string",
13 "errorKey": "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 "name": "string",
35 "postingPeriodVariantId": 0,
36 "fiscalVariantId": 0
37 }
38 ],
39 "accountingStandardFilterType": "ALL",
40 "accountingStandards": [
41 {
42 "id": 0,
43 "displayId": "string",
44 "status": "CREATED",
45 "name": "string",
46 "standardType": "GAAP",
47 "erpSystemId": 0,
48 "erpSystemDisplayId": "string"
49 }
50 ],
51 "objectStatus": "CREATED"
52 }
53 ]
54}
📄 Description: Data transfer object representing a collection of posting profiles related to ledger entries, facilitating the management of transactions and financial records within the General Ledger domain.
Properties
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
code |
string |
false |
none |
Code identifier for the resource |
message |
string |
false |
write-only |
Textual representation of the message associated with a ledger entry, providing context for the transaction or financial record. |
defaultMessage |
string |
false |
write-only |
Default message associated with ledger entries, providing a standardized description for transactions within financial records. |
debugMessage |
string |
false |
write-only |
Provides detailed information about any issues encountered during the processing of ledger entries, transactions, or financial records. |
errors |
false |
none |
Value for errors field |
|
object |
false |
none |
List of object items |
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 |