POST apiwba/gps/llcgetvehicleinfo

Request Information

URI Parameters

None.

Body Parameters

JsonGpsApiInputBaseLlc
NameDescriptionTypeAdditional information
System

string

None.

CustomerCode

string

None.

Key

string

None.

Request Formats

application/json, text/json

Sample:
{
  "System": "sample string 1",
  "CustomerCode": "sample string 2",
  "Key": "sample string 3"
}

application/xml, text/xml

Sample:
<JsonGpsApiInputBaseLlc xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API.Model">
  <CustomerCode>sample string 2</CustomerCode>
  <Key>sample string 3</Key>
  <System>sample string 1</System>
</JsonGpsApiInputBaseLlc>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of VehicleLlc
NameDescriptionTypeAdditional information
VIN

string

None.

PK_VehicleID

integer

None.

IMEI

string

None.

PhoneNumber

string

None.

VehiclePlate

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "VIN": "sample string 1",
    "PK_VehicleID": 2,
    "IMEI": "sample string 3",
    "PhoneNumber": "sample string 4",
    "VehiclePlate": "sample string 5"
  },
  {
    "VIN": "sample string 1",
    "PK_VehicleID": 2,
    "IMEI": "sample string 3",
    "PhoneNumber": "sample string 4",
    "VehiclePlate": "sample string 5"
  }
]

application/xml, text/xml

Sample:
<ArrayOfVehicleLlc xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DataAccess.Entities">
  <VehicleLlc>
    <IMEI>sample string 3</IMEI>
    <PK_VehicleID>2</PK_VehicleID>
    <PhoneNumber>sample string 4</PhoneNumber>
    <VIN>sample string 1</VIN>
    <VehiclePlate>sample string 5</VehiclePlate>
  </VehicleLlc>
  <VehicleLlc>
    <IMEI>sample string 3</IMEI>
    <PK_VehicleID>2</PK_VehicleID>
    <PhoneNumber>sample string 4</PhoneNumber>
    <VIN>sample string 1</VIN>
    <VehiclePlate>sample string 5</VehiclePlate>
  </VehicleLlc>
</ArrayOfVehicleLlc>