View Change Order Line Items by Parent and Code

get

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

This endpoint returns change order line items that meet the following requirements:
  • The object is associated with a workspace with a code value that matches the value of the {workspaceCode} path parameter.
  • The object is associated with a project with a code value that matches the value of the {projectCode} path parameter.
  • The object has a code that matches the value of the {changeOrderCode} path parameter.
  • The object is associated with an agreement that has a type that matches the value of the {agreementTyp} path parameter.
Change orders are documented changes that have been made to contracts or commitments.

Request

Path Parameters

Response

Supported Media Types

200 Response

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

404 Response

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