Authorization: ********************{
"CompanyName": "string",
"EmployeeNo": "string",
"StampCardName": "string",
"StampAmount": 1,
"OccurredAt": "2019-08-24T14:15:22.123Z",
"Remark": "string"
}curl --location 'https://api.gofive.co.th/empeo/api/v1/stamp-cards/stamps' \
--header 'Ocp-Apim-Subscription-Key: YOUR_SUBSCRIPTION_KEY' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"CompanyName": "string",
"EmployeeNo": "string",
"StampCardName": "string",
"StampAmount": 1,
"OccurredAt": "2019-08-24T14:15:22.123Z",
"Remark": "string"
}'{
"StatusCode": 200,
"Message": "Success",
"Data": {
"StampCardId": 301,
"StampCardName": "Team Star",
"EmployeeNo": "EMP001",
"StampAmount": 2,
"CurrentStampCount": 6,
"TotalStamp": 10,
"IsCompleted": false,
"AutoEnrolled": false,
"TransactionDate": "2026-07-01T09:30:05Z"
}
}