Update Requisition (Subcontractor Invoice) Whole Change Order Item
update_requisition_subcontractor_invoice_whole_change_order_itemUpdate a whole change order item in a subcontractor invoice requisition by modifying only the supplied fields.
Instructions
Update a specific Requisition (Subcontractor Invoice) Whole Change Order Item. Use this to update an existing Commitments (only the supplied fields are changed). Updates the specified Commitments and returns the modified object on success. Required parameters: requisition_id, id. Procore API: Construction Financials > Commitments. Endpoint: PATCH /rest/v1.0/requisitions/{requisition_id}/whole_change_order_items/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| requisition_id | Yes | URL path parameter — requisition (Subcontractor Invoice) ID | |
| id | Yes | URL path parameter — whole Change Order Item ID | |
| work_completed_this_period | No | JSON request body field — the amount of work completed this period | |
| materials_presently_stored | No | JSON request body field — the amount of materials presently stored | |
| work_completed_retainage_retained_this_period | No | JSON request body field — work completed retainage amount retained this period | |
| materials_stored_retainage_currently_retained | No | JSON request body field — materials stored retainage amount currently retained | |
| work_completed_retainage_released_this_period | No | JSON request body field — the amount of work completed retainage released this period | |
| work_completed_this_period_quantity | No | JSON request body field — work completed this period quantity | |
| ssr_manual_override | No | JSON request body field — the ssr manual override for this Commitments operation | |
| comment | No | JSON request body field — comment for the Whole Change Order Item | |
| status | No | JSON request body field — status of the Whole Change Order Item |