Update Early Pay Program
update_early_pay_programUpdate an existing early pay program for a company. Modify only the supplied fields (e.g., name or vendor message) to change the program.
Instructions
Updates an early pay program for a given company. 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, early_pay_program_id. Procore API: Construction Financials > Payments. Endpoint: PATCH /rest/v1.0/companies/{company_id}/payments/early_pay_programs/{early_pay_program_id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| early_pay_program_id | Yes | URL path parameter — uUID of the early pay program | |
| name | No | JSON request body field — name of the early pay program | |
| messageToVendor | No | JSON request body field — custom message to vendor |