Create a Change Order Line Item

post

/primeapi/restapi/changeOrderLineItem

Send a request to this endpoint to create a change order line item. 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 : ApiEntityChangeOrderLineItem
Type: object
Show Source
Nested Schema : ApiEntityChangeOrderLineItemCost
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 : ApiEntityChangeOrderLineItem
Type: object
Show Source
Nested Schema : ApiEntityChangeOrderLineItemCost
Type: object
Show Source
Nested Schema : Quantity
Type: object
Nested Schema : Cost
Type: object

400 Response

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