Create a Change Order SOV

post

/primeapi/restapi/changeOrderSOV

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

Request

Supported Media Types
Body ()
A schdule of values object.
Root Schema : ApiEntityChangeOrderSOV
Type: object
Show Source
Nested Schema : ApiEntityChangeOrderSOVCost
Type: object
Show Source
Nested Schema : Percent
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 : ApiEntityChangeOrderSOV
Type: object
Show Source
Nested Schema : ApiEntityChangeOrderSOVCost
Type: object
Show Source
Nested Schema : Percent
Type: object
Show Source
Nested Schema : Quantity
Type: object
Nested Schema : Cost
Type: object

400 Response

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