Collect Change Orders
put
/primeapi/restapi/changeOrder/collect/workspace/{worksaceCode}/project/{projectCode}/associatedContract/{associatedContractCode}/code/{contractChangeOrderCode}
Send a request to this endpoint to collect change orders.
Request
Path Parameters
-
associatedContractCode: string
The user-specified identifier of a contract.
-
contractChangeOrderCode: string
The user-specified identifier of a change order
-
projectCode: string
The user-specified identifier of a project.
-
worksaceCode: string
The user-specified identifier of a workspace.
Root Schema : List<ApiEntityCommitmentChangeOrder>
Type:
array
Title:
Show Source
List<ApiEntityCommitmentChangeOrder>
Nested Schema : ApiEntityCommitmentChangeOrder
Type:
Show Source
object
-
associatedCommitmentCode(optional):
string
The user-specified identifier of a commitment.
-
commitmentChangeOrderCode(optional):
string
The user-specified identifier of a change order.
Response
Supported Media Types
- application/json
204 Response
Successful operation with no content.
400 Response
Invalid input for the Change Order service. Verify the request contains valid data, then resubmit the request.
404 Response
The requested change order does not exist, or you do not have access to it.