View a Change Order SOV by Parent and Code

get

/primeapi/restapi/changeOrderSOV/workspace/{worksaceCode}/project/{projectCode}/changeOrder/{changeOrderCode}/associatedAgreement/{associatedAgreementCode}/type/{agreementType}/lineItem/{lineItemCode}/code/{changeOrderSOVCode}

This endpoint returns change order SOVs that meet the following requirements:
  • The object is a child of another object with an ID value that matches the value of the {parentId} path parameter.
  • The object has a code that matches the value of the {code} path parameter.

Request

Path Parameters

Response

Supported Media Types

200 Response

successful operation
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

404 Response

The requested change order does not exist, or you do not have access to it.