Authorization: ********************{
"customerCode": "",
"customerName": "test",
"customerTaxNo": "",
"customerPhone": "",
"customerMobile": "",
"customerEmail": "",
"contactName": "",
"contactPhone": "",
"contactMobile": "",
"contactEmail": "",
"matchMode": "STRICT",
"take": 20,
"skip": 20
}curl --location --request POST 'https://api.gofive.co.th/v1/customers/exist' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"customerCode": "",
"customerName": "test",
"customerTaxNo": "",
"customerPhone": "",
"customerMobile": "",
"customerEmail": "",
"contactName": "",
"contactPhone": "",
"contactMobile": "",
"contactEmail": "",
"matchMode": "STRICT",
"take": 20,
"skip": 20
}'{
"exists": true,
"matches": [
{
"customerId": 58,
"customerCode": "C-2024-0003",
"customerName": "คุณเอลวิรา เฟฮีย์ (Elvira Fahey)",
"customerState": 1,
"customerPhone": "096-769-0708",
"customerEmail": "[email protected]",
"customerTaxNo": "0105564000123",
"membershipLevel": "Platinum",
"lastActive": "2024-05-20T10:30:00Z"
},
{
"customerId": 5,
"customerCode": "C-2024-0004",
"customerName": "คุณบอยด์ เวอัม (Boyd Veum)",
"customerState": 1,
"customerPhone": "096-769-0707",
"customerEmail": "[email protected]",
"customerTaxNo": "9083716047588",
"membershipLevel": "Gold",
"lastActive": "2024-05-18T14:15:00Z"
}
]
}