| Item | Value |
|---|---|
| API Status | Stable |
| Current Version | v1.0 |
| Backward Compatibility | No |
| Applicable Environment | Production |
{
"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"
}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": {
"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"
}'{
"code": 200,
"msg": "success",
"data": {
"applicationId": "55",
"buyerData": {
"buyerId": "77",
"type": 2,
"walletType": 2,
"platformName": "Wilbur Goldner",
"platformUsername": "Joy Bergstrom",
"customerDetails": {
"personalDetails": {
"firstName": "Dominic",
"middleName": "Clay Mante",
"lastName": "Bosco",
"identityType": 1,
"identityNumber": "85",
"dateOfBirth": "2025-04-12",
"placeOfBirth": "fugiat qui et",
"residentialAddress": {
"country": "consectetur",
"state": "Arkansas",
"city": "Stokesville",
"postcode": "36419",
"addressLine1": "dolore veniam irure",
"addressLine2": "elit dolor in sint irure"
}
}
},
"clientReference": "labore cupidatat ex",
"participantCode": "83"
},
"createdAt": 1745092260947
}
}