Batch Create Baseline Categories

post

/api/restapi/baselineCategory/batch

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

Request

There are no request parameters for this operation.

Supported Media Types
Request Body - application/json ()
Root Schema : List<ApiEntityBaselineCategoryInput>
Type: array
Title: List<ApiEntityBaselineCategoryInput>
Show Source
  • ApiEntityBaselineCategoryInput
    Title: ApiEntityBaselineCategoryInput
    This entity represents a BaselineCategory object, a unique BaselineCategory object can be identified by the following combinations of the fields.
    • baselineCategoryId
    • baselineCategoryName,workspaceId
    • baselineCategoryName,workspaceCode
Nested Schema : ApiEntityBaselineCategoryInput
Type: object
Title: ApiEntityBaselineCategoryInput
This entity represents a BaselineCategory object, a unique BaselineCategory object can be identified by the following combinations of the fields.
  • baselineCategoryId
  • baselineCategoryName,workspaceId
  • baselineCategoryName,workspaceCode
Show Source
Back to Top

Response

Supported Media Types

201 Response

The object was successfully created.
Body ()
Root Schema : List<ApiEntityBaselineCategory>
Type: array
Title: List<ApiEntityBaselineCategory>
Show Source
Nested Schema : ApiEntityBaselineCategory
Type: object
Title: ApiEntityBaselineCategory
Show Source

400 Response

Invalid input for the Baseline Category service. Verify the request contains valid data, then resubmit the request.
Back to Top