Integrate a CBS with an External Data Source

post

/primeapi/restapi/cbs/project/sync

Send a request to this endpoint to create or update an integrated a CBS. If an object provided in the request body does not exist in the application, an object is created using the request data. Integrated objects can only be modified using the API.

Request

Supported Media Types
Body ()
The unique identifier of CBS data in an external source.
Root Schema : ApiEntityExternallySourcedCBSSheetCode
Type: object
Show Source
Nested Schema : ApiEntityCBSSheetRow
Type: object
Show Source
Nested Schema : ApiEntityCBSSheetRowCost
Type: object
Show Source
Nested Schema : Hour
Type: object
Show Source
Nested Schema : ApiEntityCBSSheetRowConfiguredFields
Type: object
Show Source
Nested Schema : costFlexMap
Type: object
Additional Properties Allowed
Show Source
An object containing cost type configured fields in the form of key-value pairs.
Nested Schema : otherFlexMap
Type: object
Additional Properties Allowed
Show Source
An object containing non-text and non-cost configured fields in the form of key-value pairs.
Nested Schema : textFlexMap
Type: object
Additional Properties Allowed
Show Source
An object containing text fields in the form of key-value pairs.
Nested Schema : additionalProperties
Type: object
Nested Schema : additionalProperties
Type: object
Nested Schema : additionalProperties
Type: object
Nested Schema : Cost
Type: object

Response

Supported Media Types

200 Response

Successful Update Operation.
Body ()
Root Schema : ApiEntityERPSyncApiResponse
Type: object
Show Source

201 Response

Successful Create Operation.
Body ()
Root Schema : ApiEntityERPSyncApiResponse
Type: object
Show Source

400 Response

Invalid Input.