Customers
Edit a specific customer using a unique customer reference
Currently editable fields:
<ol> <li>For all customer types: <b>externalReference</b> can be edited</li> <li>For all customers not requiring manual or in-house KYC verification: <b>industryCode</b>, <b>registeredAddress</b>, <b>tcsVersions</b> and <b>regNumber</b> can additionally be edited. Of those: <ul> <li>For all other customer types: <b>name</b> and <b>tradingAddress</b> can additionally be edited</li> <li>For all types other than PCM_BUSINESS: the <b>associate</b> can additionally be edited</li> </ul> </li> <li> For <b>vulnerabilityReason</b> you must supply a list and to delete a list you must supply an empty list in request, not supplying a list will result in no change</li> </ol>put/customers/{customerId}
Path parameters
customerIdstring required
ID of customer to be edited
Request body
Response
OK
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"
}