Integrate a Commitment Line Item with an External Data Source

post

/primeapi/restapi/commitmentLineItem/sync

Send a request to this endpoint to create or update an integrated a commitment line item. 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 line item data in an external source.
Root Schema : ApiEntityExternallySourcedCommitmentLineItem
Type: object
Show Source
Nested Schema : ApiEntityCommitmentLineItemCost
Type: object
Show Source
Nested Schema : Quantity
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.