Company PUT

URI

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

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

Description

This message allows you to update an existing company.

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

Example

Update a company with an ID of 50.

Request URI

/company/50

Request body

{
	"name": "New Company Name Ltd."
}

Response

{
}