GET api/GetPass/updatepunchout18
Request Information
URI Parameters
None.
Body Parameters
outlocation1| Name | Description | Type | Additional information |
|---|---|---|---|
| TimeOut | string |
None. |
|
| LocationTimeOut | string |
None. |
|
| EmpCode | string |
None. |
|
| achivment | string |
None. |
Request Formats
application/json, text/json, text/html
Sample:
{
"TimeOut": "sample string 1",
"LocationTimeOut": "sample string 2",
"EmpCode": "sample string 3",
"achivment": "sample string 4"
}
application/xml, text/xml
Sample:
<outlocation1 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PoctAPI.Models"> <EmpCode>sample string 3</EmpCode> <LocationTimeOut>sample string 2</LocationTimeOut> <TimeOut>sample string 1</TimeOut> <achivment>sample string 4</achivment> </outlocation1>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml, text/html
Sample:
Sample not available.