POST api/biometrics/synch/dtr-logs?activationKey={activationKey}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| activationKey | string |
Required |
Body Parameters
Collection of SynchDTRLogs| Name | Description | Type | Additional information |
|---|---|---|---|
| EmployeeId | string |
None. |
|
| DTRDate | string |
None. |
|
| Time | string |
None. |
|
| Location | string |
None. |
|
| Photo | string |
None. |
|
| Lat | string |
None. |
|
| Lon | string |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"EmployeeId": "sample string 1",
"DTRDate": "sample string 2",
"Time": "sample string 3",
"Location": "sample string 4",
"Photo": "sample string 5",
"Lat": "sample string 6",
"Lon": "sample string 7"
},
{
"EmployeeId": "sample string 1",
"DTRDate": "sample string 2",
"Time": "sample string 3",
"Location": "sample string 4",
"Photo": "sample string 5",
"Lat": "sample string 6",
"Lon": "sample string 7"
}
]
application/xml, text/xml
Sample:
<ArrayOfSynchDTRLogs xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AFNIAPI.Models.PartialClasses">
<SynchDTRLogs>
<DTRDate>sample string 2</DTRDate>
<EmployeeId>sample string 1</EmployeeId>
<Lat>sample string 6</Lat>
<Location>sample string 4</Location>
<Lon>sample string 7</Lon>
<Photo>sample string 5</Photo>
<Time>sample string 3</Time>
</SynchDTRLogs>
<SynchDTRLogs>
<DTRDate>sample string 2</DTRDate>
<EmployeeId>sample string 1</EmployeeId>
<Lat>sample string 6</Lat>
<Location>sample string 4</Location>
<Lon>sample string 7</Lon>
<Photo>sample string 5</Photo>
<Time>sample string 3</Time>
</SynchDTRLogs>
</ArrayOfSynchDTRLogs>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.