Update Project Early Pay Programs
update_project_early_pay_programsUpdates early pay program assignments for projects by changing only supplied fields. Returns the modified object on success.
Instructions
Updates early pay program assignments for projects. Use this to update an existing Payments (only the supplied fields are changed). Updates the specified Payments and returns the modified object on success. Required parameters: company_id, projectIds. Procore API: Construction Financials > Payments. Endpoint: PATCH /rest/v1.0/companies/{company_id}/payments/projects/earlyPayPrograms
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| projectIds | Yes | JSON request body field — list of project IDs to update | |
| programId | No | JSON request body field — uUID of the early pay program to assign (null to remove) |