Consumer Price Index Category

Get

HTTP Request

GET /api/v1/consumer-price-index-categories/{id}

Parameters

Name

In

Type

Required

Description

id

path

integer(int64)

true

none

Responses

Status

Meaning

Description

Schema

200

OK

OK

ResponseConsumerPriceIndexCategoryDto

Update

HTTP Request

PUT /api/v1/consumer-price-index-categories/{id}

Parameters

Name

In

Type

Required

Description

id

path

integer(int64)

true

none

body

body

ConsumerPriceIndexCategoryDto

true

none

Responses

Status

Meaning

Description

Schema

200

OK

OK

ResponseConsumerPriceIndexCategoryDto

Delete

HTTP Request

DELETE /api/v1/consumer-price-index-categories/{id}

Parameters

Name

In

Type

Required

Description

id

path

integer(int64)

true

none

Responses

Status

Meaning

Description

Schema

200

OK

OK

ResponseVoid

Delete Or Decommission

HTTP Request

PUT /api/v1/consumer-price-index-categories/remove/{id}

Parameters

Name

In

Type

Required

Description

id

path

integer(int64)

true

none

Responses

Status

Meaning

Description

Schema

200

OK

OK

ResponseVoid

Delete Or Decommission All

HTTP Request

PUT /api/v1/consumer-price-index-categories/remove/bulk

Parameters

Name

In

Type

Required

Description

body

body

array[integer]

true

none

Responses

Status

Meaning

Description

Schema

200

OK

OK

ResponseVoid

Decommission

HTTP Request

PUT /api/v1/consumer-price-index-categories/decommission/{id}

Parameters

Name

In

Type

Required

Description

id

path

integer(int64)

true

none

Responses

Status

Meaning

Description

Schema

200

OK

OK

ResponseConsumerPriceIndexCategoryDto

Decommission By Modification Date Before

HTTP Request

PUT /api/v1/consumer-price-index-categories/decommission/modified-before/{modified_before}

Parameters

Name

In

Type

Required

Description

modified_before

path

string(date-time)

true

none

Responses

Status

Meaning

Description

Schema

200

OK

OK

ResponseListConsumerPriceIndexCategoryDto

Decommission Before Now

HTTP Request

PUT /api/v1/consumer-price-index-categories/decommission/modified-before-now

Responses

Status

Meaning

Description

Schema

200

OK

OK

ResponseListConsumerPriceIndexCategoryDto

Decommission All

HTTP Request

PUT /api/v1/consumer-price-index-categories/decommission/bulk

Parameters

Name

In

Type

Required

Description

body

body

array[integer]

true

none

Responses

Status

Meaning

Description

Schema

200

OK

OK

ResponseListConsumerPriceIndexCategoryDto

Create Or Update Bulk

HTTP Request

PUT /api/v1/consumer-price-index-categories/createOrUpdate/bulk

Parameters

Name

In

Type

Required

Description

body

body

ConsumerPriceIndexCategoryDto

true

none

Responses

Status

Meaning

Description

Schema

200

OK

OK

ResponseListConsumerPriceIndexCategoryDto

Create Or Update

HTTP Request

PUT /api/v1/consumer-price-index-categories/createOrUpdate

Parameters

Name

In

Type

Required

Description

body

body

ConsumerPriceIndexCategoryDto

true

none

Responses

Status

Meaning

Description

Schema

200

OK

OK

ResponseConsumerPriceIndexCategoryDto

Bulk Update

HTTP Request

PUT /api/v1/consumer-price-index-categories/bulk

Parameters

Name

In

Type

Required

Description

body

body

ConsumerPriceIndexCategoryDto

true

none

Responses

Status

Meaning

Description

Schema

200

OK

OK

ResponseListConsumerPriceIndexCategoryDto

Bulk Create

HTTP Request

POST /api/v1/consumer-price-index-categories/bulk

Parameters

Name

In

Type

Required

Description

body

body

ConsumerPriceIndexCategoryDto

true

none

Responses

Status

Meaning

Description

Schema

200

OK

OK

ResponseListConsumerPriceIndexCategoryDto

Bulk Delete

HTTP Request

DELETE /api/v1/consumer-price-index-categories/bulk

Parameters

Name

In

Type

Required

Description

body

body

array[integer]

true

none

Responses

Status

Meaning

Description

Schema

200

OK

OK

ResponseVoid

Detach Company

HTTP Request

POST /api/v1/consumer-price-index-categories/detach/company/{company_id}

Parameters

Name

In

Type

Required

Description

company_id

path

integer(int64)

true

none

body

body

ConsumerPriceIndexCategoryDto

true

none

Responses

Status

Meaning

Description

Schema

200

OK

OK

ResponseVoid

Attach Company

HTTP Request

POST /api/v1/consumer-price-index-categories/attach/company/{company_id}

Parameters

Name

In

Type

Required

Description

company_id

path

integer(int64)

true

none

body

body

ConsumerPriceIndexCategoryDto

true

none

Responses

Status

Meaning

Description

Schema

200

OK

OK

ResponseVoid

Find All

HTTP Request

GET /api/v1/consumer-price-index-categories

Parameters

Name

In

Type

Required

Description

pageable

query

Pageable

true

none

Responses

Status

Meaning

Description

Schema

200

OK

OK

PageConsumerPriceIndexCategoryDto

Create

HTTP Request

POST /api/v1/consumer-price-index-categories

Parameters

Name

In

Type

Required

Description

body

body

ConsumerPriceIndexCategoryDto

true

none

Responses

Status

Meaning

Description

Schema

200

OK

OK

ResponseConsumerPriceIndexCategoryDto

Get Metadata

HTTP Request

GET /api/v1/consumer-price-index-categories/meta

Responses

Status

Meaning

Description

Schema

200

OK

OK

Inline

Response Schema

Get All By Company

HTTP Request

GET /api/v1/consumer-price-index-categories/company/{id}

Parameters

Name

In

Type

Required

Description

id

path

integer(int64)

true

none

pageable

query

Pageable

true

none

Responses

Status

Meaning

Description

Schema

200

OK

OK

PageConsumerPriceIndexCategoryDto