POST api/{area}/GPS/InsertGPS

Request Information

URI Parameters

NameDescriptionTypeAdditional information
area

string

None.

Body Parameters

DevLogInfo
NameDescriptionTypeAdditional information
logid

string

None.

OpenID

string

None.

Phone

string

None.

DevinfoID

string

None.

DriveName

string

None.

Intime

date

None.

Request Formats

application/json, text/json

Sample:
{
  "logid": "sample string 1",
  "OpenID": "sample string 2",
  "Phone": "sample string 3",
  "DevinfoID": "sample string 4",
  "DriveName": "sample string 5",
  "Intime": "2026-04-14T16:50:39.8947662+08:00"
}

application/xml, text/xml

Sample:
<DevLogInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Pror.P2API.Areas.TMS.Models">
  <DevinfoID>sample string 4</DevinfoID>
  <DriveName>sample string 5</DriveName>
  <Intime>2026-04-14T16:50:39.8947662+08:00</Intime>
  <OpenID>sample string 2</OpenID>
  <Phone>sample string 3</Phone>
  <logid>sample string 1</logid>
</DevLogInfo>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'DevLogInfo'.

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.