Perform batch operations on a company's fields
Companies
Perform batch operations on a company's fields
| ⚠️ This endpoint is currently in BETA |
|---|
Perform batch operations on a company’s fields.
Currently the only operation at the endpoint is update-fields, which allows you to update
multiple field values with a single request. This is equivalent to calling the single field
update endpoint multiple times. You can
update up to 100 fields per request.
PATCH
Perform batch operations on a company's fields
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Company ID
Required range:
1 <= x <= 9007199254740991Body
application/json
Response
OK
The response body for a single operation within a company batch request.
The type of batch operation that was performed on the company.
Available options:
update-fields