Batch Create Cost Categories

post

/primeapi/restapi/costCategory/batch

Send a request to this endpoint to create one or more cost categories. An application object will be created for each JSON object provided in the request body.

Request

Supported Media Types
Body ()
Cost Category to be created.
Root Schema : List<ApiEntityCostCategory>
Type: array
Title: List<ApiEntityCostCategory>
Show Source
Nested Schema : ApiEntityCostCategory
Type: object
Show Source

Response

Supported Media Types

201 Response

The object was successfully created.
Body ()
Root Schema : schema
Type: array
Show Source
Nested Schema : ApiEntityCostCategory
Type: object
Show Source

400 Response

Invalid input for the Cost Category service. Verify the request contains valid data, then resubmit the request.