{
"routeCode": "string",
"buyerType": 0,
"walletType": 0,
"platformName": "string",
"platformUsername": "string",
"customerDetails": {
"property1": "string",
"property2": "string"
},
"clientReference": "string",
"documents": [
{
"fileAssetId": "ff609797-f24d-4a85-b1cd-e0fde45821c2",
"documentType": "string",
"requiredByPlatform": false
}
]
}curl --location '/partner/v1/buyers/' \
--header 'X-Partner-Client-Id;' \
--header 'X-Partner-Timestamp;' \
--header 'X-Partner-Nonce;' \
--header 'X-Partner-Signature;' \
--header 'X-Request-Id;' \
--header 'Idempotency-Key;' \
--header 'Content-Type: application/json' \
--data '{
"routeCode": "string",
"buyerType": 0,
"walletType": 0,
"platformName": "string",
"platformUsername": "string",
"customerDetails": {
"property1": "string",
"property2": "string"
},
"clientReference": "string",
"documents": [
{
"fileAssetId": "ff609797-f24d-4a85-b1cd-e0fde45821c2",
"documentType": "string",
"requiredByPlatform": false
}
]
}'{
"buyerId": "7925fb6c-1391-458a-9144-275078d9f24b",
"routeCode": "string",
"clientReference": "string",
"buyerType": 0,
"walletType": 0,
"platformName": "string",
"platformUsername": "string",
"customerDetails": {
"property1": "string",
"property2": "string"
},
"screeningStatusCode": 0,
"status": "string",
"statusInfo": "string",
"createdAt": "2019-08-24T14:15:22.123Z",
"updatedAt": "2019-08-24T14:15:22.123Z"
}