Create a Commitment Line Item

post

/primeapi/restapi/commitmentLineItem

Send a request to this endpoint to create a commitment. An application object will be created using the JSON data provided in the request body.

Request

Supported Media Types
Body ()
A line item object.
Root Schema : ApiEntityCommitmentLineItem
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

201 Response

The object was successfully created.
Body ()
Root Schema : ApiEntityCommitmentLineItem
Type: object
Show Source
Nested Schema : ApiEntityCommitmentLineItemCost
Type: object
Show Source
Nested Schema : Quantity
Type: object
Nested Schema : Cost
Type: object

400 Response

Invalid input for the Commitment Line Item service. Verify the request contains valid data, then resubmit the request.