Authorization: Bearer ********************{
"staffCodes": [
"string"
],
"customerCodes": [
"string"
],
"statusIds": [
106
],
"dateStart": "string", //format "YYYY-MM-DD"
"dateEnd": "string" //format "YYYY-MM-DD"
}curl --location --request POST 'https://api.gofive.co.th/v1/activities/enquiry' \
--header 'Ocp-Apim-Subscription-Key: <Your-Subscription-Key>' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"staffCodes": [
"string"
],
"customerCodes": [
"string"
],
"statusIds": [
106
],
"dateStart": "string", //format "YYYY-MM-DD"
"dateEnd": "string" //format "YYYY-MM-DD"
}'{
"data": {
"value": {
"data": [
{
"activityId": 0,
"userId": "string",
"groupId": 0,
"planStart": "string",
"planEnd": "string",
"dateStart": "string",
"dateEnd": "string",
"keyActivity": "string",
"staffName": "string",
"statusName": "string",
"statusId": 0,
"dateProfileModified": "string",
"customerId": 0,
"customerName": "string",
"subject": "string"
}
]
},
"statusCode": 200
},
"statusCode": 1000,
"httpStatusCode": 200
}