ResponseDepreciationAreaDeterminationDto¶
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 "id": 0,
19 "status": "CREATED",
20 "displayId": "string",
21 "erpSystemId": 0,
22 "erpSystemDisplayId": "string",
23 "companyId": 0,
24 "companyDisplayId": "string",
25 "countryDisplayId": "string",
26 "companyName": "string",
27 "accountingStandardId": 0,
28 "accountingStandardDisplayId": "string",
29 "depreciationAreaId": 0,
30 "depreciationAreaDisplayId": "string",
31 "depreciationAreaName": "string",
32 "exchangeRateTypeId": 0,
33 "exchangeRateTypeDisplayId": "string",
34 "currencyId": 0,
35 "currencyDisplayId": "string"
36 }
37}
📄 Description: Data transfer object representing the determination of depreciation areas within a financial organization’s structure, facilitating the assessment and management of asset depreciation across various hierarchical levels.
Properties
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
code |
string |
false |
none |
Code identifier for the resource |
message |
string |
false |
write-only |
Contains a descriptive message related to the financial organization structure, providing insights into the hierarchy and relationships within the financial entity. |
defaultMessage |
string |
false |
write-only |
Default message to be displayed for the financial entity within the organizational structure, providing clarity on depreciation area determination. |
debugMessage |
string |
false |
write-only |
Provides detailed information about any issues encountered during the determination of the financial organization’s structure and hierarchy. |
errors |
false |
none |
Value for errors field |
|
object |
false |
none |
Value for object field |
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 |