Authorization: Bearer ********************
{
"AnswerBy": "์Bob Name",
"SourceName": "NPS [Venio]",
"SourceType": 2,
"Point": 6,
"Comment": "appreciated",
"CustomerCode": "C2300317",
"DateCreated": "2023-12-04 12:00:00.000"
}
curl --location --request POST 'https://api.gofive.co.th/v3/customers/satisfaction' \
--header 'Ocp-Apim-Subscription-Key: <Your Subscription-Key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"AnswerBy": "์Bob Name",
"SourceName": "NPS [Venio]",
"SourceType": 2,
"Point": 6,
"Comment": "appreciated",
"CustomerCode": "C2300317",
"DateCreated": "2023-12-04 12:00:00.000"
}'
{
"status": {
"code": "1000",
"description": "Success"
},
"data": {
"id": 12,
"answerBy": "์Bob Name",
"dateCreated": "2023-12-04T12:00:00+0700",
"sourceId": 5,
"point": 6,
"comment": "appreciated",
"customerCode": "C2300317",
"customerId": 149252,
"source": {
"sourceId": 5,
"dateCreated": "2023-12-04T12:00:00+0700",
"sourceName": "NPS [Venio]",
"sourceType": 2,
"companyId": 1005
}
}
}