Reactivate Company Vendor
reactivate_company_vendorReactivate an inactive company vendor in Procore by updating its directory record. Specify the company and vendor ID.
Instructions
Reactivate a specified Company Vendor. 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, id. Procore API: Core > Directory. Endpoint: PATCH /rest/v1.0/companies/{company_id}/vendors/inactive/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| 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. |