latestOpenAPI 3.0.12026-08-192092911.2 MB
916e669fc527
Contacts
Update a contact
Update the details of a single contact (required scope contacts:write)
patch/v1/contacts/{contactId}
Path parameters
contactIdinteger required
Contact id
Headers
Customer-Idinteger required
The customer identifier
Request body
Example request
{
"reference": "5514123",
"name": "Example Company",
"groupId": 5514123,
"parentId": 5514123,
"extraInformation": "Loyal customer for many years",
"street": "3150 Century Way",
"town": "Leeds",
"postalCode": "LS15 6HU",
"country": "England",
"location": {
"latitude": 51.31349,
"longitude": -0.7464233
},
"customFields": [
{
"definitionId": 5514123,
"value": "High net worth"
}
]
}Response
No Content