DELETE api/MfMapMarkers/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
MfMapMarker| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Rowtype | string |
None. |
|
| UserId | string |
None. |
|
| DriverLong | decimal number |
None. |
|
| DriverLat | decimal number |
None. |
|
| CapturedAt | date |
None. |
|
| rank_number | integer |
None. |
|
| TransType | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Id": 1,
"Rowtype": "sample string 2",
"UserId": "sample string 3",
"DriverLong": 4.1,
"DriverLat": 5.1,
"CapturedAt": "2026-03-20T16:45:50.2444156+00:00",
"rank_number": 7,
"TransType": "sample string 8"
}
application/xml, text/xml
Sample:
<MfMapMarker xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BookService.Models"> <CapturedAt>2026-03-20T16:45:50.2444156+00:00</CapturedAt> <DriverLat>5.1</DriverLat> <DriverLong>4.1</DriverLong> <Id>1</Id> <Rowtype>sample string 2</Rowtype> <TransType>sample string 8</TransType> <UserId>sample string 3</UserId> <rank_number>7</rank_number> </MfMapMarker>