POST api/gpstrack

Request Information

URI Parameters

None.

Body Parameters

GpsTrack
NameDescriptionTypeAdditional information
gpsTrackId

globally unique identifier

None.

userId

string

None.

jurisdictionId

integer

None.

address

string

None.

initialRecordedDate

date

None.

lastRecordedDate

date

None.

isVerified

integer

None.

isActive

integer

None.

createdBy

string

None.

updatedBy

string

None.

createdOn

date

None.

updatedOn

date

None.

receivedOn

date

None.

Request Formats

application/json, text/json

Sample:
{
  "gpsTrackId": "1c5f9115-3c33-4ebf-be6a-0e4d13fd30a2",
  "userId": "sample string 2",
  "jurisdictionId": 3,
  "address": "sample string 4",
  "initialRecordedDate": "2025-12-12T04:36:23.3916841+00:00",
  "lastRecordedDate": "2025-12-12T04:36:23.3916841+00:00",
  "isVerified": 7,
  "isActive": 8,
  "createdBy": "sample string 9",
  "updatedBy": "sample string 10",
  "createdOn": "2025-12-12T04:36:23.3916841+00:00",
  "updatedOn": "2025-12-12T04:36:23.3916841+00:00",
  "receivedOn": "2025-12-12T04:36:23.3916841+00:00"
}

text/html

Sample:
{"gpsTrackId":"1c5f9115-3c33-4ebf-be6a-0e4d13fd30a2","userId":"sample string 2","jurisdictionId":3,"address":"sample string 4","initialRecordedDate":"2025-12-12T04:36:23.3916841+00:00","lastRecordedDate":"2025-12-12T04:36:23.3916841+00:00","isVerified":7,"isActive":8,"createdBy":"sample string 9","updatedBy":"sample string 10","createdOn":"2025-12-12T04:36:23.3916841+00:00","updatedOn":"2025-12-12T04:36:23.3916841+00:00","receivedOn":"2025-12-12T04:36:23.3916841+00:00"}

application/xml, text/xml

Sample:
<GpsTrack xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TaxDay.Models">
  <receivedOn xmlns="http://schemas.datacontract.org/2004/07/TaxDay">2025-12-12T04:36:23.3916841+00:00</receivedOn>
  <address>sample string 4</address>
  <createdBy>sample string 9</createdBy>
  <createdOn>2025-12-12T04:36:23.3916841+00:00</createdOn>
  <gpsTrackId>1c5f9115-3c33-4ebf-be6a-0e4d13fd30a2</gpsTrackId>
  <initialRecordedDate>2025-12-12T04:36:23.3916841+00:00</initialRecordedDate>
  <isActive>8</isActive>
  <isVerified>7</isVerified>
  <jurisdictionId>3</jurisdictionId>
  <lastRecordedDate>2025-12-12T04:36:23.3916841+00:00</lastRecordedDate>
  <updatedBy>sample string 10</updatedBy>
  <updatedOn>2025-12-12T04:36:23.3916841+00:00</updatedOn>
  <userId>sample string 2</userId>
</GpsTrack>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.