update_program
Modify program details in Procore by updating name, address, website, or zip code for company administration and settings management.
Instructions
Update program. [Company Admin/Company Settings] PATCH /rest/v1.0/companies/{company_id}/programs/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | Unique identifier for the company. | |
| id | Yes | ID of the program | |
| name | No | The Name of the Program | |
| address_freeform | No | The Address of the Program | |
| website | No | The Website of the Program | |
| zip | No | The Zip code of the Program |