Update Company Vendor Business Register
update_company_vendor_business_registerUpdate an existing vendor business register by providing the vendor ID, company ID, type (ABN/EIN), and identifier. Only supplied fields are changed; changing identifier on a verified register resets verification status.
Instructions
Update an existing Business Register associated with a specified Vendor. The Register must already exist. Changing the identifier of a verified Business Register will set the following attributes to null: verification_status, verified_at. 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, type, identifier. Procore API: Core > Directory. Endpoint: PATCH /rest/v1.0/vendors/{id}/business_register
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | URL path parameter — iD of the Company Vendor | |
| company_id | Yes | Query string parameter — unique identifier for the Procore company | |
| type | Yes | JSON request body field — entity Type | |
| identifier | Yes | JSON request body field — entity ID. This field ignores spaces and dashes. |