Batch Updated Change Order SOVs

put

/primeapi/restapi/changeOrderSOV/batch

Send a request to this endpoint to update one or more change order SOVs. For each JSON object provided in the request body, an application object with a matching ID value will be updated to reflect the JSON contents.

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

200 Response

A collection of object IDs mapped to a canonical link of the object. For example - {"links":{"1":"https://:/primeapi/restapi//1","2":"https://:/primeapi/restapi//2"}}

400 Response

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