PATCH /rest/v1.0/requisitions/{requisition_id}/whole_change_order_items/{id}

Update a specific Requisition (Subcontractor Invoice) Whole Change Order Item

Servers

Path parameters

Name Type Required Description
id Integer Yes

Whole Change Order Item ID

requisition_id Integer Yes

Requisition (Subcontractor Invoice) ID

Request headers

Name Type Required Description
Content-Type String Yes The media type of the request body.

Default value: "application/json"

Procore-Company-Id Integer Yes

Unique company identifier associated with the Procore User Account.

Request body fields

Name Type Required Description
requisition_whole_change_order_item Object Yes

Requisition (Subcontractor Invoice) Whole Change Order Item

requisition_whole_change_order_item.comment String No

Comment for the Whole Change Order Item

requisition_whole_change_order_item.work_completed_retainage_released_this_period String No

The amount of work completed retainage released this period

requisition_whole_change_order_item.work_completed_this_period String No

The amount of work completed this period

requisition_whole_change_order_item.materials_presently_stored String No

The amount of materials presently stored

requisition_whole_change_order_item.work_completed_this_period_quantity String No

Work completed this period quantity

requisition_whole_change_order_item.ssr_manual_override Boolean No

SSR manual override

requisition_whole_change_order_item.materials_stored_retainage_currently_retained String No

Materials stored retainage amount currently retained

requisition_whole_change_order_item.work_completed_retainage_retained_this_period String No

Work completed retainage amount retained this period

requisition_whole_change_order_item.status String No

Status of the Whole Change Order Item

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. Search for the API you want to integrate with and click on the name.
    • This loads the API reference documentation and prepares the Http request settings.
  3. Click Test request to test run your request to the API and see the API's response.