POST api/DriverReserve/SaveCheckIn
Request Information
URI Parameters
None.
Body Parameters
SaveCheckInReqModel| Name | Description | Type | Additional information |
|---|---|---|---|
| DriverReserveGuid | string |
None. |
|
| CardNo | string |
None. |
|
| EmployeeDepartment | string |
None. |
|
| Door | string |
None. |
|
| SecurityUser | string |
None. |
|
| SecurityUserId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"DriverReserveGuid": "sample string 1",
"CardNo": "sample string 2",
"EmployeeDepartment": "sample string 3",
"Door": "sample string 4",
"SecurityUser": "sample string 5",
"SecurityUserId": 1
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"