Create Company

POST
/crm/companies

Create a new company

Headers

x-revert-api-tokenstringRequired

Your official API key for accessing revert apis.

x-revert-t-idstringRequired

The unique customer id used when the customer linked their account.

x-api-versionstringOptional

Optional Revert API version you’re using. If missing we default to the latest version of the API.

Request

This endpoint expects an object.
addressobjectRequired

Company address.

annualRevenueintegerRequired

Annual revenue of the company. (not supported by pipedrive)

createdTimestampanyRequired

Creation timestamp of the object.

descriptionstringRequired

Description of the company. (not supported by pipedrive)

idstringRequired

The unique id of this object in Revert

industrystringRequired

Industry associated with this company. (not supported by pipedrive)

namestringRequired

Name of the company in a CRM.

phonestringRequired

Phone number of the company. (not supported by pipedrive)

remoteIdstringRequired

The unique id of this object in the downstream CRM.

sizeintegerRequired

Number of employees or size of the company.

updatedTimestampanyRequired

The last updated timestamp of the object.

additionalanyOptional

Any fields that are not unified yet/non-unifiable come inside this json object.

associationsobjectOptional

Response

This endpoint returns an object.
status"ok" or "error"
Allowed values: okerror
messagestring
resultany