DELETE api/TowerInfo/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
T_TOWERINFO| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| TowerID | integer |
None. |
|
| Location | string |
None. |
|
| Lat | decimal number |
None. |
|
| Lon | decimal number |
None. |
|
| Timestamp | date |
None. |
Response Formats
application/json, text/json
Sample:
{
"ID": 1,
"TowerID": 1,
"Location": "sample string 2",
"Lat": 1.1,
"Lon": 1.1,
"Timestamp": "2025-12-29T08:28:09.7455144+05:30"
}
text/html
Sample:
{"ID":1,"TowerID":1,"Location":"sample string 2","Lat":1.1,"Lon":1.1,"Timestamp":"2025-12-29T08:28:09.7455144+05:30"}
application/xml, text/xml
Sample:
<T_TOWERINFO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/freshdeal.Api.Models"> <ID>1</ID> <Lat>1.1</Lat> <Location>sample string 2</Location> <Lon>1.1</Lon> <Timestamp>2025-12-29T08:28:09.7455144+05:30</Timestamp> <TowerID>1</TowerID> </T_TOWERINFO>