Deactivate Early Pay Program
deactivate_early_pay_programDeactivate an early pay program for a company by providing the company ID and early pay program ID. Updates the program status and returns the modified object.
Instructions
Deactivates 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}/deactivate
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 |