Create a Contract Line Item

post

/primeapi/restapi/contractLineItem

Send a request to this endpoint to create a contract line item.

Request

Supported Media Types
Body ()
A line item object.
Root Schema : ApiEntityContractLineItem
Type: object
Show Source
Nested Schema : ApiEntityContractLineItemCost
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 : ApiEntityContractLineItem
Type: object
Show Source
Nested Schema : ApiEntityContractLineItemCost
Type: object
Show Source
Nested Schema : Quantity
Type: object
Nested Schema : Cost
Type: object

400 Response

Invalid input for the Contract service. Verify the request contains valid data, then resubmit the request.