Update Project Bid Type
update_project_bid_typeUpdate an existing project bid type name for a company. Requires company ID and bid type ID.
Instructions
Update the specified Project Bid Type. 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}/project_bid_types/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| id | Yes | URL path parameter — iD of the Project Bid Type | |
| name | No | JSON request body field — the Name of the Project Bid Type |