POST api/SectorFencingLog
Request Information
URI Parameters
None.
Body Parameters
tbl_SectorFencingLog| Name | Description | Type | Additional information |
|---|---|---|---|
| SectorFencingLog_AddedBy | integer |
None. |
|
| SectorFencingLog_AddedOn | string |
None. |
|
| SectorFencingLog_Comments | string |
None. |
|
| SectorFencingLog_Latitude | string |
None. |
|
| SectorFencingLog_Longitude | string |
None. |
|
| SectorFencingLog_Accuracy | string |
None. |
|
| SectorFencingLog_SectorFencing_Id | integer |
None. |
|
| SectorFencingLog_Order | integer |
None. |
|
| SectorFencingLog_Id | integer |
None. |
|
| SectorFencingLog_TimeStamp | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"SectorFencingLog_AddedBy": 1,
"SectorFencingLog_AddedOn": "sample string 2",
"SectorFencingLog_Comments": "sample string 3",
"SectorFencingLog_Latitude": "sample string 4",
"SectorFencingLog_Longitude": "sample string 5",
"SectorFencingLog_Accuracy": "sample string 6",
"SectorFencingLog_SectorFencing_Id": 7,
"SectorFencingLog_Order": 8,
"SectorFencingLog_Id": 9,
"SectorFencingLog_TimeStamp": "sample string 10"
}
text/html
Sample:
{"SectorFencingLog_AddedBy":1,"SectorFencingLog_AddedOn":"sample string 2","SectorFencingLog_Comments":"sample string 3","SectorFencingLog_Latitude":"sample string 4","SectorFencingLog_Longitude":"sample string 5","SectorFencingLog_Accuracy":"sample string 6","SectorFencingLog_SectorFencing_Id":7,"SectorFencingLog_Order":8,"SectorFencingLog_Id":9,"SectorFencingLog_TimeStamp":"sample string 10"}
application/xml, text/xml
Sample:
<tbl_SectorFencingLog xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Kumbh_API.Models"> <SectorFencingLog_Accuracy>sample string 6</SectorFencingLog_Accuracy> <SectorFencingLog_AddedBy>1</SectorFencingLog_AddedBy> <SectorFencingLog_AddedOn>sample string 2</SectorFencingLog_AddedOn> <SectorFencingLog_Comments>sample string 3</SectorFencingLog_Comments> <SectorFencingLog_Id>9</SectorFencingLog_Id> <SectorFencingLog_Latitude>sample string 4</SectorFencingLog_Latitude> <SectorFencingLog_Longitude>sample string 5</SectorFencingLog_Longitude> <SectorFencingLog_Order>8</SectorFencingLog_Order> <SectorFencingLog_SectorFencing_Id>7</SectorFencingLog_SectorFencing_Id> <SectorFencingLog_TimeStamp>sample string 10</SectorFencingLog_TimeStamp> </tbl_SectorFencingLog>
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. |