Customers
Edit a customer
Edit details of a particular customer using its ID as a reference. Current editable fields: complianceData
patch/customers/{customerId}
Path parameters
customerIdstring required
Response
Successfully updated the existing customer
Example response
{
"id": "C00000001",
"associates": [
{
"documentInfo": [
{
"uploadedDate": "2017-01-28T01:01:01+0000"
}
]
}
],
"documentInfo": [
{
"uploadedDate": "2017-01-28T01:01:01+0000"
}
],
"createdDate": "2017-01-28T01:01:01+0000",
"delegate": {
"id": "D0000001",
"roleId": "R02002M5",
"partner": "R0000001",
"created": "2017-01-28T01:01:01+0000",
"updated": "2017-01-28T01:01:01+0000"
},
"complianceSector": "Agency Lite Consumer"
}