{
"type": 1,
"walletType": 1,
"platformName": "string",
"platformUsername": "string",
"customerDetails": {
"fullLegalName": "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"
}curl --location --request POST '/v1.0/crm/addressBook/createBuyer' \
--header 'Content-Type: application/json' \
--data-raw '{
"type": 1,
"walletType": 1,
"platformName": "string",
"platformUsername": "string",
"customerDetails": {
"fullLegalName": "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"
}'{
"code": 100,
"msg": "success",
"data": {
"merchantId": "B0100275",
"buyerId": "A0100275",
"status": 1,
"createAt": 1715000000000
}
}