Create Payment Application (Owner Invoice) For Prime Contract
create_payment_application_owner_invoice_for_prime_contractCreates a payment application (owner invoice) for a specified prime contract. Requires prime contract ID and project ID.
Instructions
Create a Payment Application (Owner Invoice) on a specified Prime Contract. Use this to create a new Prime Contracts in Procore. Creates a new Prime Contracts and returns the created object on success (HTTP 201). Required parameters: prime_contract_id, project_id. Procore API: Construction Financials > Prime Contracts. Endpoint: POST /rest/v1.0/prime_contracts/{prime_contract_id}/payment_applications
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| prime_contract_id | Yes | URL path parameter — unique identifier of the prime contract | |
| project_id | Yes | JSON request body field — unique identifier for the project. | |
| attachments | No | JSON request body field — payment application 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[]`... | |
| payment_application | No | JSON request body field — payment Application (Owner Invoice) |