POST api/BioAttendance/worksitelatLng?cid={cid}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| cid | integer |
Required |
Body Parameters
Collection of th_worksitelatLng| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| lat | decimal number |
None. |
|
| lng | decimal number |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"id": 1,
"lat": 2.1,
"lng": 3.1
},
{
"id": 1,
"lat": 2.1,
"lng": 3.1
}
]
application/xml, text/xml
Sample:
<ArrayOfth_worksitelatLng xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Login.Controllers.HMS">
<th_worksitelatLng>
<id>1</id>
<lat>2.1</lat>
<lng>3.1</lng>
</th_worksitelatLng>
<th_worksitelatLng>
<id>1</id>
<lat>2.1</lat>
<lng>3.1</lng>
</th_worksitelatLng>
</ArrayOfth_worksitelatLng>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |