Create Company Office
create_company_officeCreate a new office for a company in Procore by providing company ID and office details, including optional logo upload.
Instructions
Creates an Office associated to a Company. #### Uploading logo To upload an office logo you must upload whole payload as multipart/form-data content-type and specify each parameter as form-data together with office[logo] as file. #### Country and State codes The country_code and state_code parameter values must conform to the ISO-3166 Alpha-2 specification. See Working with Country Codes for additional information. 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, office. Procore API: Company Admin > Company Settings. Endpoint: POST /rest/v1.0/offices
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | JSON request body field — the ID of the Company the Office belongs to | |
| office | Yes | JSON request body field — office object |