Batch Create Contract Line Items

post

/primeapi/restapi/contractLineItem/batch

Send a request to this endpoint to create one or more contract line items.

Request

Supported Media Types
Body ()
One or more line item objects.
Root Schema : List<ApiEntityContractLineItem>
Type: array
Title: List<ApiEntityContractLineItem>
Show Source
Nested 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 : schema
Type: array
Show Source
Nested 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.