POST api/MfMapMarkers

Request Information

URI Parameters

None.

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:41:53.4149538+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:41:53.4149538+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

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.

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:41:53.4149538+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:41:53.4149538+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>