POST api/GISTag
Request Information
URI Parameters
None.
Body Parameters
tbl_GIS_Tag| Name | Description | Type | Additional information |
|---|---|---|---|
| Person_Id | integer |
None. |
|
| PropertyDetail_Id | integer |
None. |
|
| Latitude | string |
None. |
|
| Longitude | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Person_Id": 1,
"PropertyDetail_Id": 2,
"Latitude": "sample string 3",
"Longitude": "sample string 4"
}
application/xml, text/xml
Sample:
<tbl_GIS_Tag xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/POS_Mathura_API.Models"> <Latitude>sample string 3</Latitude> <Longitude>sample string 4</Longitude> <Person_Id>1</Person_Id> <PropertyDetail_Id>2</PropertyDetail_Id> </tbl_GIS_Tag>
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. |