Create Requisition (Subcontractor Invoices) For Commitment
create_requisition_subcontractor_invoices_for_commitmentCreate a subcontractor invoice requisition linked to a commitment in Procore. Supply project and commitment IDs to generate it.
Instructions
Create a new Requisition (Subcontractor Invoices) for the specified Commitment. Use this to create a new Commitments in Procore. Creates a new Commitments and returns the created object on success (HTTP 201). Required parameters: project_id, commitment_id. Procore API (v1.1): Construction Financials > Commitments. Endpoint: POST /rest/v1.1/requisitions
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| view | No | Query string parameter — specifies which view (which attributes) of the resource is going to be present in the response. | |
| invite_id | No | Query string parameter — unique identifier for the invite to associate with the requisition. | |
| project_id | Yes | JSON request body field — unique identifier for the Procore project | |
| commitment_id | Yes | JSON request body field — unique identifier of the commitment | |
| requisition | No | JSON request body field — requisition (Subcontractor Invoice) |