Create Project Bid Type
create_project_bid_typeCreate a new project bid type in a Procore company. Provide the company ID and bid type name to add a new company setting.
Instructions
Create a new Project Bid Type 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}/project_bid_types
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 Project Bid Type |