ResponseListConsumerPriceIndexValueDto¶
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 "value": 0,
23 "effectiveDate": "2019-08-24",
24 "consumerPriceIndexCategoryId": 0,
25 "consumerPriceIndexCategoryDisplayId": "string",
26 "erpSystemId": 0,
27 "erpSystemDisplayId": "string"
28 }
29 ]
30}
📄 Description: Data transfer object representing a collection of Consumer Price Index values associated with financial entities within an organization’s structure and hierarchy, facilitating analysis and reporting on economic indicators.
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 context or additional information about the consumer price index value. |
defaultMessage |
string |
false |
write-only |
Default message associated with the consumer price index value, providing essential context for financial entities within the organizational structure. |
debugMessage |
string |
false |
write-only |
Contains detailed information about any issues encountered during the processing of the Consumer Price Index value, aiding financial organizations in maintaining structural integrity and hierarchy within their operations. |
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 |