Create a Workspace CBS Segment

post

/api/restapi/segment/workspaceSegment

Send a request to this endpoint to create a workspace 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 : ApiEntityCBSTemplateSegmentInput
Type: object
Title: ApiEntityCBSTemplateSegmentInput
This entity represents a CBSTemplateSegment object, a unique CBSTemplateSegment object can be identified by the following combinations of the fields.
  • cbsTemplateSegmentId
  • segmentDefinitionName,workspaceId
  • segmentDefinitionName,workspaceCode
Show Source
Examples

Back to Top

Response

Supported Media Types

201 Response

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

400 Response

Invalid input for the CBS Segment resource.
Back to Top