ConsumerPriceIndexCategoryDto¶
Example Json Object
1{
2 "id": 0,
3 "status": "CREATED",
4 "displayId": "string",
5 "name": "string",
6 "country": "string",
7 "province": "string",
8 "city": "string",
9 "consumerPriceIndexSourceType": "WEB",
10 "source": "string",
11 "formula": "string",
12 "indexedCurrency": true,
13 "exchangeRateType": "string",
14 "erpSystemId": 0,
15 "erpSystemDisplayId": "string",
16 "fromCurrencyId": 0,
17 "fromCurrencyDisplayId": "string",
18 "toCurrencyId": 0,
19 "toCurrencyDisplayId": "string",
20 "consumerPriceIndexValueId": "string",
21 "companyId": 0
22}
📄 Description: Data transfer object representing a category within the Consumer Price Index, detailing its classification and hierarchy within the financial organization structure.
Properties
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
id |
integer(int64) |
false |
none |
Unique identifier for the resource |
status |
string |
false |
none |
Status of the resource |
displayId |
string |
true |
none |
Unique identifier for the display |
name |
string |
true |
none |
Name of the resource |
country |
string |
true |
none |
Text value for country in ConsumerPriceIndexCategoryDto |
province |
string |
true |
none |
Text value for province in ConsumerPriceIndexCategoryDto |
city |
string |
true |
none |
Text value for city in ConsumerPriceIndexCategoryDto |
consumerPriceIndexSourceType |
string |
true |
none |
Type of the consumer price index source |
source |
string |
true |
none |
Text value for source in ConsumerPriceIndexCategoryDto |
formula |
string |
false |
none |
Text value for formula in ConsumerPriceIndexCategoryDto |
indexedCurrency |
boolean |
true |
none |
Boolean flag indicating indexedCurrency status |
exchangeRateType |
string |
false |
none |
Type of the exchange rate |
erpSystemId |
integer(int64) |
false |
none |
Unique identifier for the erp system |
erpSystemDisplayId |
string |
false |
none |
Unique identifier for the erp system display |
fromCurrencyId |
integer(int64) |
false |
none |
Unique identifier for the from currency |
fromCurrencyDisplayId |
string |
false |
none |
Unique identifier for the from currency display |
toCurrencyId |
integer(int64) |
false |
none |
Unique identifier for the to currency |
toCurrencyDisplayId |
string |
false |
none |
Unique identifier for the to currency display |
consumerPriceIndexValueId |
string |
false |
none |
Unique identifier for the consumer price index value |
companyId |
integer(int64) |
false |
none |
Unique identifier for the company |
Enumerated Values
Attribute |
Value |
|---|---|
consumerPriceIndexSourceType |
EXCEL, WEB |
status |
ACTIVE, CREATED, DECOMMISSIONED, DISABLED |