Update Company Vendor
update_company_vendorUpdate an existing vendor in the Procore company directory by providing the vendor ID, company ID, and updated vendor data. Only supplied fields are changed.
Instructions
Update a specified Company Vendor. #### 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 update an existing Directory records (only the supplied fields are changed). Updates the specified Directory records and returns the modified object on success. Required parameters: id, company_id, vendor. Procore API: Core > Directory. Endpoint: PATCH /rest/v1.0/vendors/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | URL path parameter — unique identifier of the Directory resource | |
| view | No | Query string parameter — specifies which view of the resource to return (which attributes should be present in the response). The default view is extended. | |
| run_configurable_validations | No | Query string parameter — if true, validations are run for the corresponding Configurable Field Set. | |
| company_id | Yes | JSON request body field — unique identifier for the Procore company | |
| vendor | Yes | JSON request body field — the vendor for this Directory operation |