ResponseListDocumentTypeDeterminationDto¶
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 "status": "CREATED",
21 "displayId": "string",
22 "erpSystemId": 0,
23 "erpSystemDisplayId": "string",
24 "principalPositionType": "LESSEE",
25 "companyId": 0,
26 "companyDisplayId": "string",
27 "countryDisplayId": "string",
28 "companyName": "string",
29 "postingDocumentType": "ACCRUAL",
30 "accountingStandardType": "GAAP",
31 "leaseClassificationType": "NON_LEASE",
32 "assetClassId": 0,
33 "assetClassDisplayId": "string",
34 "assetClassName": "string",
35 "leaseType": "LEASE_CONTRACT_FIXED_PART_A",
36 "documentTypeId": 0,
37 "documentTypeDisplayId": "string",
38 "documentTypeName": "string"
39 }
40 ]
41}
📄 Description: Data transfer object representing the determination of document types within a financial organization’s structure, facilitating the understanding of the hierarchy and classification of financial entities. This object is essential for managing and organizing documentation in relation to organizational frameworks.
Properties
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
code |
string |
false |
none |
Code identifier for the resource |
message |
string |
false |
write-only |
Contains a descriptive message providing insights or notifications related to the financial organization structure and its hierarchical relationships. |
defaultMessage |
string |
false |
write-only |
Default message to be displayed when no specific communication is available for the financial entity within the organizational structure. |
debugMessage |
string |
false |
write-only |
Provides detailed information regarding any issues encountered during the processing of the financial organization’s structure and hierarchy determination. |
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 |