POST api/v1/gps/bca/vehicleinfoforwardgps/listpnc

Request Information

URI Parameters

None.

Body Parameters

BcaVehicleInfoForwardGpsGetForPncI
NameDescriptionTypeAdditional information
SystemID

integer

None.

LastSync

date

None.

Username

string

None.

Password

string

None.

Request Formats

application/json, text/json

Sample:
{
  "SystemID": 1,
  "LastSync": "2026-04-04T18:17:06.7400261+07:00",
  "Username": "sample string 3",
  "Password": "sample string 4"
}

application/xml, text/xml

Sample:
<BcaVehicleInfoForwardGpsGetForPncI xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API.Model">
  <Password xmlns="http://schemas.datacontract.org/2004/07/Entities.Common">sample string 4</Password>
  <Username xmlns="http://schemas.datacontract.org/2004/07/Entities.Common">sample string 3</Username>
  <LastSync>2026-04-04T18:17:06.7400261+07:00</LastSync>
  <SystemID>1</SystemID>
</BcaVehicleInfoForwardGpsGetForPncI>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

BcaVehicleInfoForwardGpsGetForPncO
NameDescriptionTypeAdditional information
Data

Collection of GeneralBcaVehicleInfoForwardGpsPnc

None.

IsSuccess

boolean

None.

Message

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Data": [
    {
      "VehiclePlate": "sample string 1",
      "XNCode": 2,
      "IsStreetHasLine": true,
      "UpdatedDate": "2026-04-04T18:17:06.7400261+07:00",
      "VehicleID": 5,
      "TransportTypeID": 6,
      "Seat": 7,
      "Payload": 8,
      "IsBedCar": true,
      "IsUrbanArea": true,
      "MedianStripVlimit": 64,
      "NoMedianStripVlimit": 64,
      "TransportTypeBA": "sample string 13"
    },
    {
      "VehiclePlate": "sample string 1",
      "XNCode": 2,
      "IsStreetHasLine": true,
      "UpdatedDate": "2026-04-04T18:17:06.7400261+07:00",
      "VehicleID": 5,
      "TransportTypeID": 6,
      "Seat": 7,
      "Payload": 8,
      "IsBedCar": true,
      "IsUrbanArea": true,
      "MedianStripVlimit": 64,
      "NoMedianStripVlimit": 64,
      "TransportTypeBA": "sample string 13"
    }
  ],
  "IsSuccess": true,
  "Message": "sample string 2"
}

application/xml, text/xml

Sample:
<BcaVehicleInfoForwardGpsGetForPncO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API.Model">
  <IsSuccess xmlns="http://schemas.datacontract.org/2004/07/Entities.Common">true</IsSuccess>
  <Message xmlns="http://schemas.datacontract.org/2004/07/Entities.Common">sample string 2</Message>
  <Data xmlns:d2p1="http://schemas.datacontract.org/2004/07/ApiEntities.GPS.BCA">
    <d2p1:GeneralBcaVehicleInfoForwardGpsPnc>
      <d2p1:IsBedCar>true</d2p1:IsBedCar>
      <d2p1:IsUrbanArea>true</d2p1:IsUrbanArea>
      <d2p1:MedianStripVlimit>64</d2p1:MedianStripVlimit>
      <d2p1:NoMedianStripVlimit>64</d2p1:NoMedianStripVlimit>
      <d2p1:Payload>8</d2p1:Payload>
      <d2p1:Seat>7</d2p1:Seat>
      <d2p1:TransportTypeBA>sample string 13</d2p1:TransportTypeBA>
      <d2p1:TransportTypeID>6</d2p1:TransportTypeID>
      <d2p1:VehicleID>5</d2p1:VehicleID>
      <d2p1:IsStreetHasLine>true</d2p1:IsStreetHasLine>
      <d2p1:UpdatedDate>2026-04-04T18:17:06.7400261+07:00</d2p1:UpdatedDate>
      <d2p1:VehiclePlate>sample string 1</d2p1:VehiclePlate>
      <d2p1:XNCode>2</d2p1:XNCode>
    </d2p1:GeneralBcaVehicleInfoForwardGpsPnc>
    <d2p1:GeneralBcaVehicleInfoForwardGpsPnc>
      <d2p1:IsBedCar>true</d2p1:IsBedCar>
      <d2p1:IsUrbanArea>true</d2p1:IsUrbanArea>
      <d2p1:MedianStripVlimit>64</d2p1:MedianStripVlimit>
      <d2p1:NoMedianStripVlimit>64</d2p1:NoMedianStripVlimit>
      <d2p1:Payload>8</d2p1:Payload>
      <d2p1:Seat>7</d2p1:Seat>
      <d2p1:TransportTypeBA>sample string 13</d2p1:TransportTypeBA>
      <d2p1:TransportTypeID>6</d2p1:TransportTypeID>
      <d2p1:VehicleID>5</d2p1:VehicleID>
      <d2p1:IsStreetHasLine>true</d2p1:IsStreetHasLine>
      <d2p1:UpdatedDate>2026-04-04T18:17:06.7400261+07:00</d2p1:UpdatedDate>
      <d2p1:VehiclePlate>sample string 1</d2p1:VehiclePlate>
      <d2p1:XNCode>2</d2p1:XNCode>
    </d2p1:GeneralBcaVehicleInfoForwardGpsPnc>
  </Data>
</BcaVehicleInfoForwardGpsGetForPncO>