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

OK

ResponseConsumerPriceIndexCategoryDto

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

ConsumerPriceIndexCategoryDto

true

Request body containing updated information for the specified consumer price index category, including attributes relevant to the organizationโ€™s financial structure and hierarchy.

Responses

Status

Meaning

Description

Schema

200

OK

OK

ResponseConsumerPriceIndexCategoryDto

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

OK

ResponseVoid

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

OK

ResponseVoid

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.

Responses

Status

Meaning

Description

Schema

200

OK

OK

ResponseVoid

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

OK

ResponseConsumerPriceIndexCategoryDto

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

OK

ResponseListConsumerPriceIndexCategoryDto

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

OK

ResponseListConsumerPriceIndexCategoryDto

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.

Responses

Status

Meaning

Description

Schema

200

OK

OK

ResponseListConsumerPriceIndexCategoryDto

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

ConsumerPriceIndexCategoryDto

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.

Responses

Status

Meaning

Description

Schema

200

OK

OK

ResponseListConsumerPriceIndexCategoryDto

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

ConsumerPriceIndexCategoryDto

true

Request body containing the consumer price index category data, including details for creating or updating financial entity classifications within the organizational structure.

Responses

Status

Meaning

Description

Schema

200

OK

OK

ResponseConsumerPriceIndexCategoryDto

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

ConsumerPriceIndexCategoryDto

true

Request body containing a bulk update of consumer price index categories, including hierarchical structure and organizational identifiers relevant to financial entities.

Responses

Status

Meaning

Description

Schema

200

OK

OK

ResponseListConsumerPriceIndexCategoryDto

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

ConsumerPriceIndexCategoryDto

true

Request body containing a bulk upload of consumer price index category data, including hierarchical relationships and organizational structure details relevant to financial entities.

Responses

Status

Meaning

Description

Schema

200

OK

OK

ResponseListConsumerPriceIndexCategoryDto

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.

Responses

Status

Meaning

Description

Schema

200

OK

OK

ResponseVoid

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

ConsumerPriceIndexCategoryDto

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.

Responses

Status

Meaning

Description

Schema

200

OK

OK

ResponseVoid

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

ConsumerPriceIndexCategoryDto

true

Request body containing the financial entity association data, including category identifiers and hierarchical relationships for the specified company.

Responses

Status

Meaning

Description

Schema

200

OK

OK

ResponseVoid

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

Pageable

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

OK

PageConsumerPriceIndexCategoryDto

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

ConsumerPriceIndexCategoryDto

true

Request body containing the financial organization structure data for consumer price index categories, including relevant attributes and hierarchical relationships.

Responses

Status

Meaning

Description

Schema

200

OK

OK

ResponseConsumerPriceIndexCategoryDto

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

OK

Inline

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

Pageable

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

OK

PageConsumerPriceIndexCategoryDto