Create Program
create_programCreate a new program in Procore for a specified company. Requires company ID; accepts name, address, website, and zip as optional fields.
Instructions
Create a new Program in the specified Company. Use this to create a new Company Settings in Procore. Creates a new Company Settings and returns the created object on success (HTTP 201). Required parameters: company_id. Procore API: Company Admin > Company Settings. Endpoint: POST /rest/v1.0/companies/{company_id}/programs
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| 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 |