Add Change Order Package To A Requisition (Subcontractor Invoice)
add_change_order_package_to_a_requisition_subcontractor_invoiceAdd a change order package to a subcontractor invoice requisition to include change order items.
Instructions
The Add Change Order Package endpoint allows for the addition of a Change Order Package to a Requisition (Subcontractor Invoice) which will cause change_order_items to be added to the Requisition (Subcontractor Invoice). Use this to create a new Commitments in Procore. Creates a new Commitments and returns the created object on success (HTTP 201). Required parameters: requisition_id, commitment_id, project_id, change_order_package_id. Procore API: Construction Financials > Commitments. Endpoint: POST /rest/v1.0/requisitions/{requisition_id}/add_change_order_package
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| requisition_id | Yes | URL path parameter — requisition (Subcontractor Invoice) ID | |
| commitment_id | Yes | Query string parameter — unique identifier of the commitment | |
| project_id | Yes | Query string parameter — unique identifier for the project. | |
| change_order_package_id | Yes | Query string parameter — change Order Package ID |