Update Program
update_programUpdate a Procore company program's settings by ID, changing only specified fields like name, address, website, or zip code.
Instructions
Update the specified Program. Use this to update an existing Company Settings (only the supplied fields are changed). Updates the specified Company Settings and returns the modified object on success. Required parameters: company_id, id. Procore API: Company Admin > Company Settings. Endpoint: PATCH /rest/v1.0/companies/{company_id}/programs/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| id | Yes | URL path parameter — unique identifier of the Company Settings resource | |
| name | No | JSON request body field — the Name of the Program | |
| address_freeform | No | JSON request body field — the Address of the Program | |
| website | No | JSON request body field — the Website of the Program | |
| zip | No | JSON request body field — the Zip code of the Program |