| Item | Value |
|---|---|
| API Status | Stable |
| Current Version | v1.0 |
| Backward Compatibility | No |
| Applicable Environment | Production |
| Applicable User Roles | PSP and Direct Client |
{
"buyerId": "string",
"walletType": 1,
"platformName": "string",
"platformUsername": "string"
}curl --location --request POST '/crm/addressBook/updateBuyer' \
--header 'Content-Type: application/json' \
--data-raw '{
"buyerId": "string",
"walletType": 1,
"platformName": "string",
"platformUsername": "string"
}'{
"code": "string",
"msg": "string",
"data": {
"buyerId": "string",
"type": 1,
"walletType": 1,
"platformName": "string",
"platformUsername": "string",
"customerDetails": {
"personalDetails": {
"firstName": "string",
"middleName": "string",
"lastName": "string",
"identityType": 1,
"identityNumber": "string",
"dateOfBirth": "2019-08-24",
"placeOfBirth": "string",
"residentialAddress": {
"country": "string",
"state": "string",
"city": "string",
"postcode": "string",
"addressLine1": "string",
"addressLine2": "string"
}
}
},
"clientReference": "string",
"participantCode": "string",
"updatedAt": 0
}
}