Sync Company Vendors
sync_company_vendorsBatch create or update company vendor records in Procore using sync actions, providing an array of vendor updates for efficient directory management.
Instructions
Creates or updates a batch of Company Vendors. See Using Sync Actions for additional information. #### 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. #### Documentation The purpose of this API is to allow one or more vendors to be created or updated. The caller provides an array of ... 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: company_id, updates. Procore API: Core > Directory. Endpoint: PATCH /rest/v1.0/vendors/sync
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| 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 | |
| updates | Yes | JSON request body field — the updates for this Directory operation |