Create Multiple Project CBS Segments

post

/api/restapi/segment/projectSegment/batch

Send a request to this endpoint to create one or more CBS Project Segments.

Request

There are no request parameters for this operation.

Supported Media Types
Request Body - application/json ()
Root Schema : List<ApiEntityCBSSheetSegmentInput>
Type: array
Title: List<ApiEntityCBSSheetSegmentInput>
Show Source
  • ApiEntityCBSSheetSegmentInput
    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
Nested 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 : List<ApiEntityCBSSheetSegment>
Type: array
Title: List<ApiEntityCBSSheetSegment>
Show Source
Nested Schema : ApiEntityCBSSheetSegment
Type: object
Title: ApiEntityCBSSheetSegment
Show Source

400 Response

Invalid input for the CBS Segment resource.
Back to Top