Authorization: Bearer ********************
{
"SerialNumber": "string",//string Required
"CustomerName": "John Doe",//string optional (required CustomerCode or CustomerName)
"CustomerCode": "Coode",//string optional (required CustomerCode or CustomerName)
"CustomerType": 1,
"SaleOrderNo": "SO23080001xxxxxxx",
"Note": "This is a test note.",
"Latitude": 13.7563,
"Longtitude": 100.5018,
"PurchaseDate": "2023-08-04"//string format "YYYY-MM-DD" Required
}
curl --location --request POST 'https://api.gofive.co.th/v3/products/serials/verification' \
--header 'Ocp-Apim-Subscription-Key: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"SerialNumber": "string",//string Required
"CustomerName": "John Doe",//string optional (required CustomerCode or CustomerName)
"CustomerCode": "Coode",//string optional (required CustomerCode or CustomerName)
"CustomerType": 1,
"SaleOrderNo": "SO23080001xxxxxxx",
"Note": "This is a test note.",
"Latitude": 13.7563,
"Longtitude": 100.5018,
"PurchaseDate": "2023-08-04"//string format "YYYY-MM-DD" Required
}'
{
"data": {
"codeGuardId": "053KLRQ9",
"serialNumber": "IOMO202309011",
"product": {
"id": 51958,
"name": "IOMO",
"description": "เครื่องสแกน",
"pictureUrl": "https://storage-dev.veniocrm.com/venio-app/Company/1015/Product/115169.jpeg?sv=2023-01-03&se=2023-08-08T08%3A13%3A42Z&sr=b&sp=r&sig=f95i5AKDYVL7hASrxNB9BGrhTS7hMBWznDN0v1QdlA0%3D",
"isUseWarranty": true,
"rewardPoints": "0"
},
"counterId": 2372
},
"statusCode": 1000,
"httpStatusCode": 200
}