Update a Project CBS Segment
put
/api/restapi/segment/project
This endpoint returns a project CBS segment. An application object with an ID value that matches the ID value provided in the JSON object in the request body will be updated to reflect the JSON contents.
Request
There are no request parameters for this operation.
Supported Media Types
- 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.
Show Source
- cbsSheetSegmentId
- segmentDefinitionName,projectId
- segmentDefinitionName,projectCode,workspaceCode
-
cbsSheetSegmentId: integer
(int64)
The system-generated identifier of a cost sheet segment. This value should not be provided in create operation request data, however, it is required for update requests.
-
copiedFrom: integer
(int64)
The unique identifier of the CBS segment that was copied to create the one being viewed.
-
costSheetId: integer
(int64)
The system-generated identifier of a cost sheet.
-
projectCode: string
Minimum Length:
1
Maximum Length:60
The user-specified unique identifier of the project. -
projectId(required): integer
(int64)
The unique identifier for the project.The project object can also be identified by its unique criteria.
-
segmentDefaultValue: string
Maximum Length:
60
A value that is added to the concatenated code by default. This is not a required field. -
segmentDefinitionName(required): string
Maximum Length:
255
The name of the level of the cost breakdown structure segment definition. -
segmentSeparator(required): string
Maximum Length:
10
The separator determines how the concatenated code is separated. The separator can be a period, space, or hyphen. -
workspaceCode: string
Minimum Length:
0
Maximum Length:60
The user-specified unique identifier of the workspace. -
workspaceId: integer
(int64)
The system-generated identifier of a workspace.
Examples
Back to Top
Response
204 Response
Successful operation with no content.
400 Response
Invalid input for the CBS Segment resource.