POST api/Tanent/PunchRollCall
Request Information
URI Parameters
None.
Body Parameters
dto_RollCallRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| Lat | string |
None. |
|
| Long | string |
None. |
|
| LocationDetails | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Lat": "sample string 1",
"Long": "sample string 2",
"LocationDetails": "sample string 3"
}
application/xml, text/xml
Sample:
<dto_RollCallRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Hostel.WebAPI.Models.DTOs"> <Lat>sample string 1</Lat> <LocationDetails>sample string 3</LocationDetails> <Long>sample string 2</Long> </dto_RollCallRequest>
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. |