Batch Create Change Order SOVs

post

/primeapi/restapi/changeOrderSOV/batch

Send a request to this endpoint to create one or more change order SOVs. An application object will be created for each JSON object provided in the request body.

Request

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