Create Trade
create_tradeCreate a new trade in a Procore company by providing the company ID. Use this to add a company-level trade record.
Instructions
Creates a Trade associated to a 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}/trades
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 Trade | |
| active | No | JSON request body field — the availability status of the Trade |