Update a Project CBS Code by CBS

put

/api/restapi/cbs/project

Send a request to this endpoint to update a project CBS code. 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.
Update Key : 'cbsSheetCodeId'

Request

There are no request parameters for this operation.

Supported Media Types
Request Body - application/json ()
Root Schema : ApiEntityCBSSheetCodeInput
Type: object
Title: ApiEntityCBSSheetCodeInput
This entity represents a CBSSheetCode object, a unique CBSSheetCode object can be identified by the following combinations of the fields.
  • cbsSheetCodeId
  • cbsCode,projectId
  • cbsCode,projectCode,workspaceCode
Show Source
Nested Schema : costSheetRow
A CBS sheet row object.
Match All
A CBS sheet row object.
Show Source
Nested Schema : parentCBSCodes
Type: array
List of parent cbs codes in a hierarchy. This field is not populated as part of the API response since it is a write-only field, used only for the create or update APIs.
Show Source
Nested Schema : ApiEntityCBSSheetRowInput
Type: object
Title: ApiEntityCBSSheetRowInput
Show Source
Nested Schema : configuredFields
Type: array
An object containing configured fields in the form of key-value pairs.
Show Source
  • ApiEntityCBSSheetRowConfiguredFieldValueInput
    Title: ApiEntityCBSSheetRowConfiguredFieldValueInput
    This entity represents a CBSSheetRowConfiguredFieldValue object, a unique CBSSheetRowConfiguredFieldValue object can be identified by the following combinations of the fields.
    • costSheetRowConfiguredFieldValueId
    • columnDefinitionId
    • columnName
    • columnLabel
Nested Schema : ApiEntityCBSSheetRowConfiguredFieldValueInput
Type: object
Title: ApiEntityCBSSheetRowConfiguredFieldValueInput
This entity represents a CBSSheetRowConfiguredFieldValue object, a unique CBSSheetRowConfiguredFieldValue object can be identified by the following combinations of the fields.
  • costSheetRowConfiguredFieldValueId
  • columnDefinitionId
  • columnName
  • columnLabel
Show Source
Examples

Back to Top

Response

204 Response

Successful operation with no content.

400 Response

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