PUT api/MfMapMarkers/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

MfMapMarker
NameDescriptionTypeAdditional 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.

Request 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:52.5866671+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:52.5866671+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>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.