post https://virtserver.swaggerhub.com/customers/v1/customers/search/
Search for customers.
Response Code | Fault Code | Fault | Suggested User Message |
---|---|---|---|
tbc | tbc | New API created for 1.5 | tbc |
Responses
Search for customers.
Response Code | Fault Code | Fault | Suggested User Message |
---|---|---|---|
tbc | tbc | New API created for 1.5 | tbc |
xxxxxxxxxx
11curl --request POST \
--url 'https://virtserver.swaggerhub.com/customers/v1/customers/search/page?pagesize=20' \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"paymentMethod": {
"lastFourPANCheck": false
}
}
'