Authorization: ********************{
"customerCode": "L000030",
"customerName": "บริษัท เทคโนโลยี จำกัด (มหาชน)",
"customerTaxNo": "0107550000203",
"customerPhone": "021234567",
"customerMobile": "0801234567",
"customerEmail": "[email protected]",
"contactName": "Somjai",
"contactPhone": "021345567",
"contactMobile": "0811123455",
"contactEmail": "[email protected]",
"isExactMatch": true,
"take": 20,
"skip": 0
}curl --location --request POST 'https://api.gofive.co.th/v1/customers/exist' \
--header 'Ocp-Apim-Subscription-Key: <Your-Subscription-Key>' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"customerCode": "L000030",
"customerName": "บริษัท เทคโนโลยี จำกัด (มหาชน)",
"customerTaxNo": "0107550000203",
"customerPhone": "021234567",
"customerMobile": "0801234567",
"customerEmail": "[email protected]",
"contactName": "Somjai",
"contactPhone": "021345567",
"contactMobile": "0811123455",
"contactEmail": "[email protected]",
"isExactMatch": true,
"take": 20,
"skip": 0
}'{
"status": {
"code": "200",
"description": "success"
},
"data": {
"exists": true,
"matches": [
{
"customerId": 58,
"customerCode": "C-2024-0003",
"customerName": "คุณเอลวิรา เฟฮีย์ (Elvira Fahey)",
"customerState": 1,
"customerPhone": "096-769-0708",
"customerEmail": "[email protected]",
"customerTaxNo": "0105564000123"
},
{
"customerId": 5,
"customerCode": "C-2024-0004",
"customerName": "คุณบอยด์ เวอัม (Boyd Veum)",
"customerState": 1,
"customerPhone": "096-769-0707",
"customerEmail": "[email protected]",
"customerTaxNo": "9083716047588"
}
]
}
}