Consumer Price Index Categoryยถ
Consumer Price Index Category - Getยถ
HTTP Request
GET /api/v1/consumer-price-index-categories/{id}
๐ Description: Retrieves detailed information about a specific consumer price index category within the financial organization structure, identified by the provided ID.
Parameters
Name |
In |
Type |
Required |
Description |
|---|---|---|---|---|
id |
path |
integer(int64) |
true |
Unique identifier for the resource |
Responses
Status |
Meaning |
Description |
Schema |
|---|---|---|---|
200 |
OK |
Example Responses
1{
2 "code": "UPDATED",
3 "errors": {
4 "all": [
5 {
6 "type": "GENERIC",
7 "errorMessage": "string",
8 "source": {},
9 "field": "string",
10 "errorKey": "string"
11 }
12 ]
13 },
14 "object": {
15 "id": 0,
16 "status": "CREATED",
17 "displayId": "string",
18 "name": "string",
19 "country": "string",
20 "province": "string",
21 "city": "string",
22 "consumerPriceIndexSourceType": "WEB",
23 "source": "string",
24 "formula": "string",
25 "indexedCurrency": true,
26 "exchangeRateType": "string",
27 "erpSystemId": 0,
28 "erpSystemDisplayId": "string",
29 "fromCurrencyId": 0,
30 "fromCurrencyDisplayId": "string",
31 "toCurrencyId": 0,
32 "toCurrencyDisplayId": "string",
33 "consumerPriceIndexValueId": "string",
34 "companyId": 0
35 }
36}
Consumer Price Index Category - Updateยถ
HTTP Request
PUT /api/v1/consumer-price-index-categories/{id}
๐ Description: Updates the details of a specified consumer price index category within the financial organization structure, ensuring accurate representation of the hierarchy and organizational data.
Parameters
Name |
In |
Type |
Required |
Description |
|---|---|---|---|---|
id |
path |
integer(int64) |
true |
Unique identifier for the resource |
body |
body |
true |
Request body containing updated information for the specified consumer price index category, including attributes relevant to the organizationโs financial structure and hierarchy. |
Body Parameters
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}
Responses
Status |
Meaning |
Description |
Schema |
|---|---|---|---|
200 |
OK |
Example Responses
1{
2 "code": "UPDATED",
3 "errors": {
4 "all": [
5 {
6 "type": "GENERIC",
7 "errorMessage": "string",
8 "source": {},
9 "field": "string",
10 "errorKey": "string"
11 }
12 ]
13 },
14 "object": {
15 "id": 0,
16 "status": "CREATED",
17 "displayId": "string",
18 "name": "string",
19 "country": "string",
20 "province": "string",
21 "city": "string",
22 "consumerPriceIndexSourceType": "WEB",
23 "source": "string",
24 "formula": "string",
25 "indexedCurrency": true,
26 "exchangeRateType": "string",
27 "erpSystemId": 0,
28 "erpSystemDisplayId": "string",
29 "fromCurrencyId": 0,
30 "fromCurrencyDisplayId": "string",
31 "toCurrencyId": 0,
32 "toCurrencyDisplayId": "string",
33 "consumerPriceIndexValueId": "string",
34 "companyId": 0
35 }
36}
Consumer Price Index Category - Deleteยถ
HTTP Request
DELETE /api/v1/consumer-price-index-categories/{id}
๐ Description: Deletes a specified consumer price index category from the financial organization structure, ensuring the integrity of the hierarchy within the financial entity.
Parameters
Name |
In |
Type |
Required |
Description |
|---|---|---|---|---|
id |
path |
integer(int64) |
true |
Unique identifier for the resource |
Responses
Status |
Meaning |
Description |
Schema |
|---|---|---|---|
200 |
OK |
Example Responses
1{
2 "code": "UPDATED",
3 "errors": {
4 "all": [
5 {
6 "type": "GENERIC",
7 "errorMessage": "string",
8 "source": {},
9 "field": "string",
10 "errorKey": "string"
11 }
12 ]
13 },
14 "object": {}
15}
Consumer Price Index Category - Delete Or Decommissionยถ
HTTP Request
PUT /api/v1/consumer-price-index-categories/remove/{id}
๐ Description: Removes a specified consumer price index category from the financial organization structure, ensuring the hierarchy remains accurate and up-to-date.
Parameters
Name |
In |
Type |
Required |
Description |
|---|---|---|---|---|
id |
path |
integer(int64) |
true |
Unique identifier for the resource |
Responses
Status |
Meaning |
Description |
Schema |
|---|---|---|---|
200 |
OK |
Example Responses
1{
2 "code": "UPDATED",
3 "errors": {
4 "all": [
5 {
6 "type": "GENERIC",
7 "errorMessage": "string",
8 "source": {},
9 "field": "string",
10 "errorKey": "string"
11 }
12 ]
13 },
14 "object": {}
15}
Consumer Price Index Category - Delete Or Decommission Allยถ
HTTP Request
PUT /api/v1/consumer-price-index-categories/remove/bulk
๐ Description: Removes multiple consumer price index categories in bulk from the financial organization structure, ensuring streamlined management of financial entities and their hierarchical classifications.
Parameters
Name |
In |
Type |
Required |
Description |
|---|---|---|---|---|
body |
body |
array[integer] |
true |
Request body containing an array of consumer price index category identifiers to be removed in bulk from the financial organization structure. |
Body Parameters
1[
2 0
3]
Responses
Status |
Meaning |
Description |
Schema |
|---|---|---|---|
200 |
OK |
Example Responses
1{
2 "code": "UPDATED",
3 "errors": {
4 "all": [
5 {
6 "type": "GENERIC",
7 "errorMessage": "string",
8 "source": {},
9 "field": "string",
10 "errorKey": "string"
11 }
12 ]
13 },
14 "object": {}
15}
Consumer Price Index Category - Decommissionยถ
HTTP Request
PUT /api/v1/consumer-price-index-categories/decommission/{id}
๐ Description: Decommissions a specified consumer price index category within the financial organization structure, effectively removing it from the active hierarchy of financial entities. This operation ensures the integrity and relevance of organizational data by allowing for the management of outdated or unnecessary categories.
Parameters
Name |
In |
Type |
Required |
Description |
|---|---|---|---|---|
id |
path |
integer(int64) |
true |
Unique identifier for the resource |
Responses
Status |
Meaning |
Description |
Schema |
|---|---|---|---|
200 |
OK |
Example Responses
1{
2 "code": "UPDATED",
3 "errors": {
4 "all": [
5 {
6 "type": "GENERIC",
7 "errorMessage": "string",
8 "source": {},
9 "field": "string",
10 "errorKey": "string"
11 }
12 ]
13 },
14 "object": {
15 "id": 0,
16 "status": "CREATED",
17 "displayId": "string",
18 "name": "string",
19 "country": "string",
20 "province": "string",
21 "city": "string",
22 "consumerPriceIndexSourceType": "WEB",
23 "source": "string",
24 "formula": "string",
25 "indexedCurrency": true,
26 "exchangeRateType": "string",
27 "erpSystemId": 0,
28 "erpSystemDisplayId": "string",
29 "fromCurrencyId": 0,
30 "fromCurrencyDisplayId": "string",
31 "toCurrencyId": 0,
32 "toCurrencyDisplayId": "string",
33 "consumerPriceIndexValueId": "string",
34 "companyId": 0
35 }
36}
Consumer Price Index Category - Decommission By Modification Date Beforeยถ
HTTP Request
PUT /api/v1/consumer-price-index-categories/decommission/modified-before/{modified_before}
๐ Description: Decommissions consumer price index categories that were modified before the specified date, enabling organizations to maintain an accurate and relevant financial structure within their hierarchy. This operation supports effective management of financial entities by streamlining outdated category data.
Parameters
Name |
In |
Type |
Required |
Description |
|---|---|---|---|---|
modified_before |
path |
string(date-time) |
true |
Specifies the date and time before which consumer price index categories will be decommissioned, ensuring alignment with the organizationโs financial structure and hierarchy. |
Responses
Status |
Meaning |
Description |
Schema |
|---|---|---|---|
200 |
OK |
Example Responses
1{
2 "code": "UPDATED",
3 "errors": {
4 "all": [
5 {
6 "type": "GENERIC",
7 "errorMessage": "string",
8 "source": {},
9 "field": "string",
10 "errorKey": "string"
11 }
12 ]
13 },
14 "object": [
15 {
16 "id": 0,
17 "status": "CREATED",
18 "displayId": "string",
19 "name": "string",
20 "country": "string",
21 "province": "string",
22 "city": "string",
23 "consumerPriceIndexSourceType": "WEB",
24 "source": "string",
25 "formula": "string",
26 "indexedCurrency": true,
27 "exchangeRateType": "string",
28 "erpSystemId": 0,
29 "erpSystemDisplayId": "string",
30 "fromCurrencyId": 0,
31 "fromCurrencyDisplayId": "string",
32 "toCurrencyId": 0,
33 "toCurrencyDisplayId": "string",
34 "consumerPriceIndexValueId": "string",
35 "companyId": 0
36 }
37 ]
38}
Consumer Price Index Category - Decommission Before Nowยถ
HTTP Request
PUT /api/v1/consumer-price-index-categories/decommission/modified-before-now
๐ Description: Decommissions consumer price index categories that were modified before the current date, ensuring the financial organization structure remains up-to-date and relevant. This operation supports the maintenance of an accurate hierarchy within financial entities.
Responses
Status |
Meaning |
Description |
Schema |
|---|---|---|---|
200 |
OK |
Example Responses
1{
2 "code": "UPDATED",
3 "errors": {
4 "all": [
5 {
6 "type": "GENERIC",
7 "errorMessage": "string",
8 "source": {},
9 "field": "string",
10 "errorKey": "string"
11 }
12 ]
13 },
14 "object": [
15 {
16 "id": 0,
17 "status": "CREATED",
18 "displayId": "string",
19 "name": "string",
20 "country": "string",
21 "province": "string",
22 "city": "string",
23 "consumerPriceIndexSourceType": "WEB",
24 "source": "string",
25 "formula": "string",
26 "indexedCurrency": true,
27 "exchangeRateType": "string",
28 "erpSystemId": 0,
29 "erpSystemDisplayId": "string",
30 "fromCurrencyId": 0,
31 "fromCurrencyDisplayId": "string",
32 "toCurrencyId": 0,
33 "toCurrencyDisplayId": "string",
34 "consumerPriceIndexValueId": "string",
35 "companyId": 0
36 }
37 ]
38}
Consumer Price Index Category - Decommission Allยถ
HTTP Request
PUT /api/v1/consumer-price-index-categories/decommission/bulk
๐ Description: Decommissions multiple consumer price index categories in bulk, allowing financial organizations to efficiently manage their hierarchical structure and maintain accurate financial entity classifications.
Parameters
Name |
In |
Type |
Required |
Description |
|---|---|---|---|---|
body |
body |
array[integer] |
true |
Request body containing a list of consumer price index category identifiers for bulk decommissioning within the financial organization structure. |
Body Parameters
1[
2 0
3]
Responses
Status |
Meaning |
Description |
Schema |
|---|---|---|---|
200 |
OK |
Example Responses
1{
2 "code": "UPDATED",
3 "errors": {
4 "all": [
5 {
6 "type": "GENERIC",
7 "errorMessage": "string",
8 "source": {},
9 "field": "string",
10 "errorKey": "string"
11 }
12 ]
13 },
14 "object": [
15 {
16 "id": 0,
17 "status": "CREATED",
18 "displayId": "string",
19 "name": "string",
20 "country": "string",
21 "province": "string",
22 "city": "string",
23 "consumerPriceIndexSourceType": "WEB",
24 "source": "string",
25 "formula": "string",
26 "indexedCurrency": true,
27 "exchangeRateType": "string",
28 "erpSystemId": 0,
29 "erpSystemDisplayId": "string",
30 "fromCurrencyId": 0,
31 "fromCurrencyDisplayId": "string",
32 "toCurrencyId": 0,
33 "toCurrencyDisplayId": "string",
34 "consumerPriceIndexValueId": "string",
35 "companyId": 0
36 }
37 ]
38}
Consumer Price Index Category - Create Or Update Bulkยถ
HTTP Request
PUT /api/v1/consumer-price-index-categories/createOrUpdate/bulk
๐ Description: Creates or updates multiple consumer price index categories in bulk, facilitating efficient management of financial organization structures and hierarchies within a financial entity.
Parameters
Name |
In |
Type |
Required |
Description |
|---|---|---|---|---|
body |
body |
true |
Request body containing bulk data for creating or updating consumer price index categories, including relevant attributes and hierarchical relationships within the financial organization structure. |
Body Parameters
1[
2 {
3 "id": 0,
4 "status": "CREATED",
5 "displayId": "string",
6 "name": "string",
7 "country": "string",
8 "province": "string",
9 "city": "string",
10 "consumerPriceIndexSourceType": "WEB",
11 "source": "string",
12 "formula": "string",
13 "indexedCurrency": true,
14 "exchangeRateType": "string",
15 "erpSystemId": 0,
16 "erpSystemDisplayId": "string",
17 "fromCurrencyId": 0,
18 "fromCurrencyDisplayId": "string",
19 "toCurrencyId": 0,
20 "toCurrencyDisplayId": "string",
21 "consumerPriceIndexValueId": "string",
22 "companyId": 0
23 }
24]
Responses
Status |
Meaning |
Description |
Schema |
|---|---|---|---|
200 |
OK |
Example Responses
1{
2 "code": "UPDATED",
3 "errors": {
4 "all": [
5 {
6 "type": "GENERIC",
7 "errorMessage": "string",
8 "source": {},
9 "field": "string",
10 "errorKey": "string"
11 }
12 ]
13 },
14 "object": [
15 {
16 "id": 0,
17 "status": "CREATED",
18 "displayId": "string",
19 "name": "string",
20 "country": "string",
21 "province": "string",
22 "city": "string",
23 "consumerPriceIndexSourceType": "WEB",
24 "source": "string",
25 "formula": "string",
26 "indexedCurrency": true,
27 "exchangeRateType": "string",
28 "erpSystemId": 0,
29 "erpSystemDisplayId": "string",
30 "fromCurrencyId": 0,
31 "fromCurrencyDisplayId": "string",
32 "toCurrencyId": 0,
33 "toCurrencyDisplayId": "string",
34 "consumerPriceIndexValueId": "string",
35 "companyId": 0
36 }
37 ]
38}
Consumer Price Index Category - Create Or Updateยถ
HTTP Request
PUT /api/v1/consumer-price-index-categories/createOrUpdate
๐ Description: Creates or updates consumer price index categories within the financial organization structure, ensuring accurate representation of hierarchical relationships and facilitating effective financial entity management.
Parameters
Name |
In |
Type |
Required |
Description |
|---|---|---|---|---|
body |
body |
true |
Request body containing the consumer price index category data, including details for creating or updating financial entity classifications within the organizational structure. |
Body Parameters
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}
Responses
Status |
Meaning |
Description |
Schema |
|---|---|---|---|
200 |
OK |
Example Responses
1{
2 "code": "UPDATED",
3 "errors": {
4 "all": [
5 {
6 "type": "GENERIC",
7 "errorMessage": "string",
8 "source": {},
9 "field": "string",
10 "errorKey": "string"
11 }
12 ]
13 },
14 "object": {
15 "id": 0,
16 "status": "CREATED",
17 "displayId": "string",
18 "name": "string",
19 "country": "string",
20 "province": "string",
21 "city": "string",
22 "consumerPriceIndexSourceType": "WEB",
23 "source": "string",
24 "formula": "string",
25 "indexedCurrency": true,
26 "exchangeRateType": "string",
27 "erpSystemId": 0,
28 "erpSystemDisplayId": "string",
29 "fromCurrencyId": 0,
30 "fromCurrencyDisplayId": "string",
31 "toCurrencyId": 0,
32 "toCurrencyDisplayId": "string",
33 "consumerPriceIndexValueId": "string",
34 "companyId": 0
35 }
36}
Consumer Price Index Category - Bulk Updateยถ
HTTP Request
PUT /api/v1/consumer-price-index-categories/bulk
๐ Description: Updates multiple consumer price index categories in bulk, allowing financial organizations to efficiently manage and restructure their hierarchical data within the financial entity framework.
Parameters
Name |
In |
Type |
Required |
Description |
|---|---|---|---|---|
body |
body |
true |
Request body containing a bulk update of consumer price index categories, including hierarchical structure and organizational identifiers relevant to financial entities. |
Body Parameters
1[
2 {
3 "id": 0,
4 "status": "CREATED",
5 "displayId": "string",
6 "name": "string",
7 "country": "string",
8 "province": "string",
9 "city": "string",
10 "consumerPriceIndexSourceType": "WEB",
11 "source": "string",
12 "formula": "string",
13 "indexedCurrency": true,
14 "exchangeRateType": "string",
15 "erpSystemId": 0,
16 "erpSystemDisplayId": "string",
17 "fromCurrencyId": 0,
18 "fromCurrencyDisplayId": "string",
19 "toCurrencyId": 0,
20 "toCurrencyDisplayId": "string",
21 "consumerPriceIndexValueId": "string",
22 "companyId": 0
23 }
24]
Responses
Status |
Meaning |
Description |
Schema |
|---|---|---|---|
200 |
OK |
Example Responses
1{
2 "code": "UPDATED",
3 "errors": {
4 "all": [
5 {
6 "type": "GENERIC",
7 "errorMessage": "string",
8 "source": {},
9 "field": "string",
10 "errorKey": "string"
11 }
12 ]
13 },
14 "object": [
15 {
16 "id": 0,
17 "status": "CREATED",
18 "displayId": "string",
19 "name": "string",
20 "country": "string",
21 "province": "string",
22 "city": "string",
23 "consumerPriceIndexSourceType": "WEB",
24 "source": "string",
25 "formula": "string",
26 "indexedCurrency": true,
27 "exchangeRateType": "string",
28 "erpSystemId": 0,
29 "erpSystemDisplayId": "string",
30 "fromCurrencyId": 0,
31 "fromCurrencyDisplayId": "string",
32 "toCurrencyId": 0,
33 "toCurrencyDisplayId": "string",
34 "consumerPriceIndexValueId": "string",
35 "companyId": 0
36 }
37 ]
38}
Consumer Price Index Category - Bulk Createยถ
HTTP Request
POST /api/v1/consumer-price-index-categories/bulk
๐ Description: Submits multiple consumer price index categories in bulk to the financial organization structure, facilitating efficient updates and management of hierarchical financial entities.
Parameters
Name |
In |
Type |
Required |
Description |
|---|---|---|---|---|
body |
body |
true |
Request body containing a bulk upload of consumer price index category data, including hierarchical relationships and organizational structure details relevant to financial entities. |
Body Parameters
1[
2 {
3 "id": 0,
4 "status": "CREATED",
5 "displayId": "string",
6 "name": "string",
7 "country": "string",
8 "province": "string",
9 "city": "string",
10 "consumerPriceIndexSourceType": "WEB",
11 "source": "string",
12 "formula": "string",
13 "indexedCurrency": true,
14 "exchangeRateType": "string",
15 "erpSystemId": 0,
16 "erpSystemDisplayId": "string",
17 "fromCurrencyId": 0,
18 "fromCurrencyDisplayId": "string",
19 "toCurrencyId": 0,
20 "toCurrencyDisplayId": "string",
21 "consumerPriceIndexValueId": "string",
22 "companyId": 0
23 }
24]
Responses
Status |
Meaning |
Description |
Schema |
|---|---|---|---|
200 |
OK |
Example Responses
1{
2 "code": "UPDATED",
3 "errors": {
4 "all": [
5 {
6 "type": "GENERIC",
7 "errorMessage": "string",
8 "source": {},
9 "field": "string",
10 "errorKey": "string"
11 }
12 ]
13 },
14 "object": [
15 {
16 "id": 0,
17 "status": "CREATED",
18 "displayId": "string",
19 "name": "string",
20 "country": "string",
21 "province": "string",
22 "city": "string",
23 "consumerPriceIndexSourceType": "WEB",
24 "source": "string",
25 "formula": "string",
26 "indexedCurrency": true,
27 "exchangeRateType": "string",
28 "erpSystemId": 0,
29 "erpSystemDisplayId": "string",
30 "fromCurrencyId": 0,
31 "fromCurrencyDisplayId": "string",
32 "toCurrencyId": 0,
33 "toCurrencyDisplayId": "string",
34 "consumerPriceIndexValueId": "string",
35 "companyId": 0
36 }
37 ]
38}
Consumer Price Index Category - Bulk Deleteยถ
HTTP Request
DELETE /api/v1/consumer-price-index-categories/bulk
๐ Description: Deletes multiple consumer price index categories in bulk, allowing for efficient management of financial organization structures and hierarchies within a financial entity.
Parameters
Name |
In |
Type |
Required |
Description |
|---|---|---|---|---|
body |
body |
array[integer] |
true |
Request body containing a list of consumer price index category identifiers to be deleted in bulk, relevant for managing the financial organization structure and hierarchy. |
Body Parameters
1[
2 0
3]
Responses
Status |
Meaning |
Description |
Schema |
|---|---|---|---|
200 |
OK |
Example Responses
1{
2 "code": "UPDATED",
3 "errors": {
4 "all": [
5 {
6 "type": "GENERIC",
7 "errorMessage": "string",
8 "source": {},
9 "field": "string",
10 "errorKey": "string"
11 }
12 ]
13 },
14 "object": {}
15}
Consumer Price Index Category - Searchยถ
HTTP Request
POST /api/v1/consumer-price-index-categories/search
๐ Description: Submits a search request for consumer price index categories within the financial organization structure, enabling users to identify and analyze relevant financial entities based on hierarchical relationships.
Parameters
Name |
In |
Type |
Required |
Description |
|---|---|---|---|---|
page |
query |
integer |
false |
Zero-based page index (0..N) |
size |
query |
integer |
false |
The size of the page to be returned |
sort |
query |
array[string] |
false |
Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported. |
body |
body |
false |
Request body containing search criteria for consumer price index categories, including filters relevant to the financial organization structure and hierarchy. |
Default Valuesยถ
Parameter |
Default |
Type |
|---|---|---|
page |
|
query |
size |
|
query |
sort |
|
query |
Parameter Constraintsยถ
Parameter |
Constraints |
|---|---|
page |
Min: 0 |
size |
Min: 1 |
Body Parameters
1{
2 "idIn": [
3 0
4 ],
5 "idEqual": 0,
6 "idLike": "string",
7 "createdAtGreaterThanOrEqual": "2019-08-24T14:15:22Z",
8 "createdAtLessThanOrEqual": "2019-08-24T14:15:22Z",
9 "createdByLike": "string",
10 "createdByEqual": "string",
11 "modifiedAtGreaterThanOrEqual": "2019-08-24T14:15:22Z",
12 "modifiedAtLessThanOrEqual": "2019-08-24T14:15:22Z",
13 "modifiedByLike": "string",
14 "modifiedByEqual": "string",
15 "statusEqual": "CREATED",
16 "statusIn": [
17 "CREATED"
18 ],
19 "displayIdIn": [
20 "string"
21 ],
22 "displayIdLike": "string",
23 "uiSelector": "string",
24 "nameLike": "string",
25 "countryLike": "string",
26 "provinceLike": "string",
27 "cityLike": "string",
28 "consumerPriceIndexSourceTypeIn": [
29 "WEB"
30 ],
31 "sourceLike": "string",
32 "formulaLike": "string",
33 "indexedCurrencyEqual": true,
34 "exchangeRateTypeLike": "string",
35 "erpSystemIdEqual": 0,
36 "erpSystemDisplayIdLike": "string",
37 "fromCurrencyIdEqual": 0,
38 "fromCurrencyDisplayIdLike": "string",
39 "toCurrencyIdEqual": 0,
40 "toCurrencyDisplayIdLike": "string",
41 "consumerPriceIndexValueIdEqual": "string",
42 "companyIdEqual": 0,
43 "companyIdIn": [
44 0
45 ]
46}
Responses
Status |
Meaning |
Description |
Schema |
|---|---|---|---|
200 |
OK |
Example Responses
1{
2 "totalElements": 0,
3 "totalPages": 0,
4 "pageable": {
5 "pageNumber": 0,
6 "paged": true,
7 "pageSize": 0,
8 "unpaged": true,
9 "offset": 0,
10 "sort": {
11 "unsorted": true,
12 "sorted": true,
13 "empty": true
14 }
15 },
16 "numberOfElements": 0,
17 "size": 0,
18 "content": [
19 {
20 "id": 0,
21 "status": "CREATED",
22 "displayId": "string",
23 "name": "string",
24 "country": "string",
25 "province": "string",
26 "city": "string",
27 "consumerPriceIndexSourceType": "WEB",
28 "source": "string",
29 "formula": "string",
30 "indexedCurrency": true,
31 "exchangeRateType": "string",
32 "erpSystemId": 0,
33 "erpSystemDisplayId": "string",
34 "fromCurrencyId": 0,
35 "fromCurrencyDisplayId": "string",
36 "toCurrencyId": 0,
37 "toCurrencyDisplayId": "string",
38 "consumerPriceIndexValueId": "string",
39 "companyId": 0
40 }
41 ],
42 "number": 0,
43 "sort": {
44 "unsorted": true,
45 "sorted": true,
46 "empty": true
47 },
48 "first": true,
49 "last": true,
50 "empty": true
51}
Consumer Price Index Category - Detach Companyยถ
HTTP Request
POST /api/v1/consumer-price-index-categories/detach/company/{company_id}
๐ Description: Detaches a specified company from its associated consumer price index categories within the financial organization structure, facilitating the management of organizational hierarchy and financial entity relationships.
Parameters
Name |
In |
Type |
Required |
Description |
|---|---|---|---|---|
company_id |
path |
integer(int64) |
true |
Unique identifier for the financial entity within the organizational structure, used to detach consumer price index categories. |
body |
body |
true |
Request body containing the details of the consumer price index category to be detached from the specified financial entity, including relevant identifiers and metadata. |
Body Parameters
1[
2 {
3 "id": 0,
4 "status": "CREATED",
5 "displayId": "string",
6 "name": "string",
7 "country": "string",
8 "province": "string",
9 "city": "string",
10 "consumerPriceIndexSourceType": "WEB",
11 "source": "string",
12 "formula": "string",
13 "indexedCurrency": true,
14 "exchangeRateType": "string",
15 "erpSystemId": 0,
16 "erpSystemDisplayId": "string",
17 "fromCurrencyId": 0,
18 "fromCurrencyDisplayId": "string",
19 "toCurrencyId": 0,
20 "toCurrencyDisplayId": "string",
21 "consumerPriceIndexValueId": "string",
22 "companyId": 0
23 }
24]
Responses
Status |
Meaning |
Description |
Schema |
|---|---|---|---|
200 |
OK |
Example Responses
1{
2 "code": "UPDATED",
3 "errors": {
4 "all": [
5 {
6 "type": "GENERIC",
7 "errorMessage": "string",
8 "source": {},
9 "field": "string",
10 "errorKey": "string"
11 }
12 ]
13 },
14 "object": {}
15}
Consumer Price Index Category - Attach Companyยถ
HTTP Request
POST /api/v1/consumer-price-index-categories/attach/company/{company_id}
๐ Description: Attaches a specified consumer price index category to a financial entity within the organizational structure, facilitating enhanced categorization and analysis of financial data.
Parameters
Name |
In |
Type |
Required |
Description |
|---|---|---|---|---|
company_id |
path |
integer(int64) |
true |
Unique identifier for the financial entity within the organizational structure, used to associate consumer price index categories during the attachment process. |
body |
body |
true |
Request body containing the financial entity association data, including category identifiers and hierarchical relationships for the specified company. |
Body Parameters
1[
2 {
3 "id": 0,
4 "status": "CREATED",
5 "displayId": "string",
6 "name": "string",
7 "country": "string",
8 "province": "string",
9 "city": "string",
10 "consumerPriceIndexSourceType": "WEB",
11 "source": "string",
12 "formula": "string",
13 "indexedCurrency": true,
14 "exchangeRateType": "string",
15 "erpSystemId": 0,
16 "erpSystemDisplayId": "string",
17 "fromCurrencyId": 0,
18 "fromCurrencyDisplayId": "string",
19 "toCurrencyId": 0,
20 "toCurrencyDisplayId": "string",
21 "consumerPriceIndexValueId": "string",
22 "companyId": 0
23 }
24]
Responses
Status |
Meaning |
Description |
Schema |
|---|---|---|---|
200 |
OK |
Example Responses
1{
2 "code": "UPDATED",
3 "errors": {
4 "all": [
5 {
6 "type": "GENERIC",
7 "errorMessage": "string",
8 "source": {},
9 "field": "string",
10 "errorKey": "string"
11 }
12 ]
13 },
14 "object": {}
15}
Consumer Price Index Category - Find Allยถ
HTTP Request
GET /api/v1/consumer-price-index-categories
๐ Description: Retrieves a list of consumer price index categories within the financial organization structure, providing insights into the hierarchical classification of financial entities.
Parameters
Name |
In |
Type |
Required |
Description |
|---|---|---|---|---|
pageable |
query |
true |
Indicates whether the results of the consumer price index categories should be returned in a paginated format, facilitating efficient navigation through the financial organization structure. |
Responses
Status |
Meaning |
Description |
Schema |
|---|---|---|---|
200 |
OK |
Example Responses
1{
2 "totalElements": 0,
3 "totalPages": 0,
4 "pageable": {
5 "pageNumber": 0,
6 "paged": true,
7 "pageSize": 0,
8 "unpaged": true,
9 "offset": 0,
10 "sort": {
11 "unsorted": true,
12 "sorted": true,
13 "empty": true
14 }
15 },
16 "numberOfElements": 0,
17 "size": 0,
18 "content": [
19 {
20 "id": 0,
21 "status": "CREATED",
22 "displayId": "string",
23 "name": "string",
24 "country": "string",
25 "province": "string",
26 "city": "string",
27 "consumerPriceIndexSourceType": "WEB",
28 "source": "string",
29 "formula": "string",
30 "indexedCurrency": true,
31 "exchangeRateType": "string",
32 "erpSystemId": 0,
33 "erpSystemDisplayId": "string",
34 "fromCurrencyId": 0,
35 "fromCurrencyDisplayId": "string",
36 "toCurrencyId": 0,
37 "toCurrencyDisplayId": "string",
38 "consumerPriceIndexValueId": "string",
39 "companyId": 0
40 }
41 ],
42 "number": 0,
43 "sort": {
44 "unsorted": true,
45 "sorted": true,
46 "empty": true
47 },
48 "first": true,
49 "last": true,
50 "empty": true
51}
Consumer Price Index Category - Createยถ
HTTP Request
POST /api/v1/consumer-price-index-categories
๐ Description: Creates a new consumer price index category within the financial organization structure, enabling the classification and hierarchy of financial entities for enhanced data management and analysis.
Parameters
Name |
In |
Type |
Required |
Description |
|---|---|---|---|---|
body |
body |
true |
Request body containing the financial organization structure data for consumer price index categories, including relevant attributes and hierarchical relationships. |
Body Parameters
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}
Responses
Status |
Meaning |
Description |
Schema |
|---|---|---|---|
200 |
OK |
Example Responses
1{
2 "code": "UPDATED",
3 "errors": {
4 "all": [
5 {
6 "type": "GENERIC",
7 "errorMessage": "string",
8 "source": {},
9 "field": "string",
10 "errorKey": "string"
11 }
12 ]
13 },
14 "object": {
15 "id": 0,
16 "status": "CREATED",
17 "displayId": "string",
18 "name": "string",
19 "country": "string",
20 "province": "string",
21 "city": "string",
22 "consumerPriceIndexSourceType": "WEB",
23 "source": "string",
24 "formula": "string",
25 "indexedCurrency": true,
26 "exchangeRateType": "string",
27 "erpSystemId": 0,
28 "erpSystemDisplayId": "string",
29 "fromCurrencyId": 0,
30 "fromCurrencyDisplayId": "string",
31 "toCurrencyId": 0,
32 "toCurrencyDisplayId": "string",
33 "consumerPriceIndexValueId": "string",
34 "companyId": 0
35 }
36}
Consumer Price Index Category - Get Metadataยถ
HTTP Request
GET /api/v1/consumer-price-index-categories/meta
๐ Description: Fetches metadata for consumer price index categories within the financial organization structure, providing insights into the hierarchical relationships and classifications of financial entities.
Responses
Status |
Meaning |
Description |
Schema |
|---|---|---|---|
200 |
OK |
Inline |
Example Responses
1[
2 "NAME"
3]
Response Schema
Consumer Price Index Category - Get All By Companyยถ
HTTP Request
GET /api/v1/consumer-price-index-categories/company/{id}
๐ Description: Fetches the consumer price index categories associated with a specific financial entity, identified by its unique ID, to support organizational structure and hierarchy analysis.
Parameters
Name |
In |
Type |
Required |
Description |
|---|---|---|---|---|
id |
path |
integer(int64) |
true |
Unique identifier for the resource |
pageable |
query |
true |
Indicates whether the response should be paginated, facilitating the retrieval of consumer price index categories for a specified financial entity within the organizational structure. |
Responses
Status |
Meaning |
Description |
Schema |
|---|---|---|---|
200 |
OK |
Example Responses
1{
2 "totalElements": 0,
3 "totalPages": 0,
4 "pageable": {
5 "pageNumber": 0,
6 "paged": true,
7 "pageSize": 0,
8 "unpaged": true,
9 "offset": 0,
10 "sort": {
11 "unsorted": true,
12 "sorted": true,
13 "empty": true
14 }
15 },
16 "numberOfElements": 0,
17 "size": 0,
18 "content": [
19 {
20 "id": 0,
21 "status": "CREATED",
22 "displayId": "string",
23 "name": "string",
24 "country": "string",
25 "province": "string",
26 "city": "string",
27 "consumerPriceIndexSourceType": "WEB",
28 "source": "string",
29 "formula": "string",
30 "indexedCurrency": true,
31 "exchangeRateType": "string",
32 "erpSystemId": 0,
33 "erpSystemDisplayId": "string",
34 "fromCurrencyId": 0,
35 "fromCurrencyDisplayId": "string",
36 "toCurrencyId": 0,
37 "toCurrencyDisplayId": "string",
38 "consumerPriceIndexValueId": "string",
39 "companyId": 0
40 }
41 ],
42 "number": 0,
43 "sort": {
44 "unsorted": true,
45 "sorted": true,
46 "empty": true
47 },
48 "first": true,
49 "last": true,
50 "empty": true
51}