Create a Project CBS Segment

post

/api/restapi/segment/projectSegment

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

Request

There are no request parameters for this operation.

Supported Media Types
Request Body - application/json ()
Root Schema : ApiEntityCBSSheetSegmentInput
Type: object
Title: ApiEntityCBSSheetSegmentInput
This entity represents a CBSSheetSegment object, a unique CBSSheetSegment object can be identified by the following combinations of the fields.
  • cbsSheetSegmentId
  • segmentDefinitionName,projectId
  • segmentDefinitionName,projectCode,workspaceCode
Show Source
Examples

Back to Top

Response

Supported Media Types

201 Response

The object was successfully created.
Body ()
Root Schema : ApiEntityCBSSheetSegment
Type: object
Title: ApiEntityCBSSheetSegment
Show Source

400 Response

Invalid input for the CBS Segment resource.
Back to Top