POST api/Event/CheckInKhachMoi_NoSave_Gobo
Request Information
URI Parameters
None.
Body Parameters
EventCheckInKhachMoiModel| Name | Description | Type | Additional information |
|---|---|---|---|
| token | string |
None. |
|
| masukien | string |
None. |
|
| barcode | string |
None. |
|
| ischeck | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"token": "sample string 1",
"masukien": "sample string 2",
"barcode": "sample string 3",
"ischeck": true
}
text/xml
Sample:
<EventCheckInKhachMoiModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CheckInAPI.Models"> <barcode>sample string 3</barcode> <ischeck>true</ischeck> <masukien>sample string 2</masukien> <token>sample string 1</token> </EventCheckInKhachMoiModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/xml
Sample:
Sample not available.