POST TransportOrderImport/Zerak/ReverseGeocode?SessionId={SessionId}&CompanyId={CompanyId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
SessionId

string

None.

CompanyId

integer

None.

Body Parameters

string

Request Formats

application/json, text/json, text/javascript

Sample:
"sample string 1"

application/xml, text/xml

Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>

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 'String'.

application/x-protobuf

Sample:

sample string 1

Response Information

Resource Description

ListReplyOfSARImportRecordGeoPoint
NameDescriptionTypeAdditional information
total

integer

None.

data

Collection of SARImportRecordGeoPoint

None.

errorCode

integer

None.

error

string

None.

top

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "data": [
    {
      "guid": "sample string 1",
      "longitude": 1.1,
      "latitude": 2.1
    },
    {
      "guid": "sample string 1",
      "longitude": 1.1,
      "latitude": 2.1
    }
  ],
  "errorCode": 1,
  "error": "sample string 2",
  "top": 3,
  "total": 2
}

text/javascript

Sample:
{"data":[{"guid":"sample string 1","longitude":1.1,"latitude":2.1},{"guid":"sample string 1","longitude":1.1,"latitude":2.1}],"errorCode":1,"error":"sample string 2","top":3,"total":2}

application/xml, text/xml

Sample:
<ListReplyOfSARImportRecordGeoPointeQj_SMyZG xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/T8UtilityLib.Models">
  <data xmlns:d2p1="http://schemas.datacontract.org/2004/07/T8LSPModel.Import">
    <d2p1:SARImportRecordGeoPoint>
      <d2p1:guid>sample string 1</d2p1:guid>
      <d2p1:latitude>2.1</d2p1:latitude>
      <d2p1:longitude>1.1</d2p1:longitude>
    </d2p1:SARImportRecordGeoPoint>
    <d2p1:SARImportRecordGeoPoint>
      <d2p1:guid>sample string 1</d2p1:guid>
      <d2p1:latitude>2.1</d2p1:latitude>
      <d2p1:longitude>1.1</d2p1:longitude>
    </d2p1:SARImportRecordGeoPoint>
  </data>
  <error>sample string 2</error>
  <errorCode>1</errorCode>
  <top>3</top>
</ListReplyOfSARImportRecordGeoPointeQj_SMyZG>

application/x-protobuf

Sample:

An exception has occurred while using the formatter 'ProtoBufFormatter' to generate sample for media type 'application/x-protobuf'. Exception message: Type is not expected, and no contract can be inferred: T8UtilityLib.Models.ListReply`1[[T8LSPModel.Import.SARImportRecordGeoPoint, T8LSPModel, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]