Company POST

URI

https://{DATACENTER}.brightpearlconnect.com/public-api/{ACCOUNT}
/contact-service/company

Refer to our documentation on URI syntax for more information on how to construct URIs.

Description

This message allows a new company entity to be created. Contacts may be added to a company by specifying a valid companyId using the contact PUT, contact POST, or contact PATCH.

Field Name Field Description Required Minimum Length Maximum Length
name The company name Yes 1 64

Example

Create a new company entity with the name "Fantastic Company, Inc.". The ID assigned to the group will be the only data included in the response.

Request URI

/company

Request body

{
	"name": "Fantastic Company, Inc."
}

Response

{
	"response": 10
}