Custom Field GET

URI

https://{DATACENTER}.brightpearlconnect.com/public-api/{ACCOUNT}
/contact-service/contact/{contact-id}/custom-field

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

Description

Get the custom data held against a given contact. You do not need to specify if the contact is a customer or supplier.

Example

Get the custom fields for contact 513

Request URI

/contact/513/custom-field

Response

{
	"response": {
		"PCF_BESTALBUM": "In Rainbows",
		"PCF_NUMBEROFALBUMS": 8
	}
}