Create Company Vendor Business Register
create_company_vendor_business_registerCreate a new Business Register record for a specified Vendor in Procore. Provide vendor ID, company ID, type (ABN or EIN), and identifier to add directory details.
Instructions
Create a new Business Register associated with a specified Vendor. Use this to create a new Directory records in Procore. Creates a new Directory records and returns the created object on success (HTTP 201). Required parameters: id, company_id, type, identifier. Procore API: Core > Directory. Endpoint: POST /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 company. | |
| type | Yes | JSON request body field — entity Type | |
| identifier | Yes | JSON request body field — entity ID. This field ignores spaces and dashes. |