Create a Workspace CBS Code

post

/primeapi/restapi/cbs/workspace/{id}

Send a request to this endpoint to create a workspace CBS code. An application object will be created using the JSON data provided in the request body.

Request

Supported Media Types
Path Parameters
Body ()
A CBS object.
Root Schema : ApiEntityCBSTemplateCode
Type: object
Show Source
Nested Schema : ApiEntityCBSTemplateRow
Type: object
Show Source
Nested Schema : ApiEntityCBSTemplateRowCost
Type: object
Show Source
Nested Schema : Hour
Type: object
Show Source
Nested Schema : ApiEntityCBSTemplateRowConfiguredFields
Type: object
Show Source
Nested Schema : costFlexMap
Type: object
Additional Properties Allowed
Show Source
An object containing cost fields in the form of key-value pairs.
Nested Schema : otherFlexMap
Type: object
Additional Properties Allowed
Show Source
An object containing non-cost and non-text fields in the form of key-value pairs.
Nested Schema : textFlexMap
Type: object
Additional Properties Allowed
Show Source
An object containing text fields in the form of key-value pairs.
Nested Schema : additionalProperties
Type: object
Nested Schema : additionalProperties
Type: object
Nested Schema : additionalProperties
Type: object
Nested Schema : Cost
Type: object

Response

Supported Media Types

201 Response

The object was successfully created.
Body ()
Root Schema : ApiEntityCBSTemplateCode
Type: object
Show Source
Nested Schema : ApiEntityCBSTemplateRow
Type: object
Show Source
Nested Schema : ApiEntityCBSTemplateRowCost
Type: object
Show Source
Nested Schema : Hour
Type: object
Show Source
Nested Schema : ApiEntityCBSTemplateRowConfiguredFields
Type: object
Show Source
Nested Schema : costFlexMap
Type: object
Additional Properties Allowed
Show Source
An object containing cost fields in the form of key-value pairs.
Nested Schema : otherFlexMap
Type: object
Additional Properties Allowed
Show Source
An object containing non-cost and non-text fields in the form of key-value pairs.
Nested Schema : textFlexMap
Type: object
Additional Properties Allowed
Show Source
An object containing text fields in the form of key-value pairs.
Nested Schema : additionalProperties
Type: object
Nested Schema : additionalProperties
Type: object
Nested Schema : additionalProperties
Type: object
Nested Schema : Cost
Type: object

400 Response

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