Authorization: Bearer ********************
{
"eventName": "Meeting with Client",
"eventType": 1,
"eventDate": "2024-02-01T10:00:00",
"description": "Discuss project requirements",
"customerCode": "C000349"
}
curl --location --request POST 'https://api.gofive.co.th/v1/customerEvent' \
--header 'Ocp-Apim-Subscription-Key: <Your Subscriptin-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"eventName": "Meeting with Client",
"eventType": 1,
"eventDate": "2024-02-01T10:00:00",
"description": "Discuss project requirements",
"customerCode": "C000349"
}'
{
"status": {
"code": "1000",
"description": "Success"
}
}