POST api/insert-gps-messages

Request Information

URI Parameters

None.

Body Parameters

GPSMessageRequest
NameDescriptionTypeAdditional information
id

string

None.

method

string

None.

jsonrpc

string

None.

Params

Collection of Collection of Object

None.

Request Formats

application/json, text/json, application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

GpsMessageResponse
NameDescriptionTypeAdditional information
id

string

None.

jsonrpc

string

None.

result

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
{
  "id": "sample string 1",
  "jsonrpc": "sample string 2",
  "result": [
    {},
    {}
  ]
}

application/xml, text/xml

Sample:
<GpsMessageResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GPSService.Models">
  <id>sample string 1</id>
  <jsonrpc>sample string 2</jsonrpc>
  <result xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:anyType />
    <d2p1:anyType />
  </result>
</GpsMessageResponse>