latestOpenAPI 3.0.12026-08-192092911.2 MB
916e669fc527
Persons
Update a person
Update the details of a single person (required scope contacts:persons:write)
patch/v1/persons/{personId}
Path parameters
personIdstring uuid required
Person id
Headers
Customer-Idinteger required
The customer identifier
Request body
Example request
{
"title": "Mr",
"forename": "David",
"surname": "Smith",
"email": "dave.brown@example.com.",
"mobile": "+447812 123112",
"landline": "+441312 112441",
"extension": "12",
"position": "Manager",
"department": "Customer service",
"customFields": [
{
"definitionId": 5514123,
"value": "High net worth"
}
]
}Response
No Content