POST api/Employee/AddEMPVisitLog/{empid}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| empid | string |
Required |
Body Parameters
EmployeeVisitLog| Name | Description | Type | Additional information |
|---|---|---|---|
| vlid | integer |
None. |
|
| empid | string |
None. |
|
| date | date |
None. |
|
| visittype | string |
None. |
|
| visitintime | string |
None. |
|
| visitouttime | string |
None. |
|
| visitinphoto | string |
None. |
|
| visitoutphoto | string |
None. |
|
| startloclatitude | string |
None. |
|
| endloclatitude | string |
None. |
|
| locationname | string |
None. |
|
| createon | date |
None. |
|
| createby | string |
None. |
|
| updateby | string |
None. |
|
| updateon | date |
None. |
|
| status | integer |
None. |
|
| startloclongitude | string |
None. |
|
| endloclongitude | string |
None. |
|
| fakerecord | string |
None. |
|
| startaddress | string |
None. |
|
| endaddress | string |
None. |
|
| VisitFeedbacks | Collection of VisitFeedback |
None. |
Request Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"
application/xml, text/xml
Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>