create_contract_payment
Generate and submit payment records for construction contracts in Procore projects to manage financial commitments and track contractor payments.
Instructions
Create Contract Payment. [Construction Financials/Commitments] POST /rest/v1.0/contract_payments
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Unique identifier for the project. | |
| contract_id | Yes | Contract ID | |
| attachments | No | Contract payment attachments. To upload attachments you must upload the entire payload as `multipart/form-data` content-type and specify each parameter as form-data together with `attachments[]` as... | |
| contract_payment | No | Contract Payment object |