POST api/v1/gps/bca/vehicleinfoforwardimage/list

Request Information

URI Parameters

None.

Body Parameters

BcaVehicleInfoForwardImgGetListI
NameDescriptionTypeAdditional information
XNCode

integer

None.

SystemID

integer

None.

CompanyID

integer

None.

VehicleIDs

Collection of integer

None.

BranchIDs

Collection of globally unique identifier

None.

ForwardState

byte

None.

PageSize

integer

None.

PageIndex

integer

None.

Username

string

None.

Password

string

None.

Request Formats

application/json, text/json

Sample:
{
  "XNCode": 1,
  "SystemID": 1,
  "CompanyID": 2,
  "VehicleIDs": [
    1,
    2
  ],
  "BranchIDs": [
    "3ba3992c-1530-4fa9-8e8c-f880f4b99bf9",
    "be501b20-d47c-4b46-8f92-9f2e9f6058d3"
  ],
  "ForwardState": 64,
  "PageSize": 4,
  "PageIndex": 5,
  "Username": "sample string 6",
  "Password": "sample string 7"
}

application/xml, text/xml

Sample:
<BcaVehicleInfoForwardImgGetListI xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ApiEntities.GPS.BCA">
  <Password>sample string 7</Password>
  <Username>sample string 6</Username>
  <BranchIDs xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:guid>3ba3992c-1530-4fa9-8e8c-f880f4b99bf9</d2p1:guid>
    <d2p1:guid>be501b20-d47c-4b46-8f92-9f2e9f6058d3</d2p1:guid>
  </BranchIDs>
  <CompanyID>2</CompanyID>
  <ForwardState>64</ForwardState>
  <PageIndex>5</PageIndex>
  <PageSize>4</PageSize>
  <SystemID>1</SystemID>
  <VehicleIDs xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:long>1</d2p1:long>
    <d2p1:long>2</d2p1:long>
  </VehicleIDs>
  <XNCode>1</XNCode>
</BcaVehicleInfoForwardImgGetListI>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

BcaVehicleInfoForwardImgGetListO
NameDescriptionTypeAdditional information
Data

Collection of BcaVehicleInfoForwardImgGetListItemRs

None.

Summaries

BcaVehicleInfoForwardImgGetListSummaries

None.

MessageResult

string

None.

MessageInternalResult

string

None.

ErrorType

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "Data": [
    {
      "VehicleID": 1,
      "VehiclePlate": "sample string 2",
      "PrivateCode": "sample string 3",
      "Details": [
        {
          "Frequency": 64,
          "FK_PNCChannelID": 64,
          "FK_BCAChannelID": 64,
          "BCAChannelName": "sample string 2",
          "ForwardDate": "2026-04-04T18:17:07.3494604+07:00",
          "StopForwardDate": "2026-04-04T18:17:07.3494604+07:00",
          "NotTransferReason": "sample string 3",
          "CountForward": 4,
          "ImgUrl": "sample string 5"
        },
        {
          "Frequency": 64,
          "FK_PNCChannelID": 64,
          "FK_BCAChannelID": 64,
          "BCAChannelName": "sample string 2",
          "ForwardDate": "2026-04-04T18:17:07.3494604+07:00",
          "StopForwardDate": "2026-04-04T18:17:07.3494604+07:00",
          "NotTransferReason": "sample string 3",
          "CountForward": 4,
          "ImgUrl": "sample string 5"
        }
      ]
    },
    {
      "VehicleID": 1,
      "VehiclePlate": "sample string 2",
      "PrivateCode": "sample string 3",
      "Details": [
        {
          "Frequency": 64,
          "FK_PNCChannelID": 64,
          "FK_BCAChannelID": 64,
          "BCAChannelName": "sample string 2",
          "ForwardDate": "2026-04-04T18:17:07.3494604+07:00",
          "StopForwardDate": "2026-04-04T18:17:07.3494604+07:00",
          "NotTransferReason": "sample string 3",
          "CountForward": 4,
          "ImgUrl": "sample string 5"
        },
        {
          "Frequency": 64,
          "FK_PNCChannelID": 64,
          "FK_BCAChannelID": 64,
          "BCAChannelName": "sample string 2",
          "ForwardDate": "2026-04-04T18:17:07.3494604+07:00",
          "StopForwardDate": "2026-04-04T18:17:07.3494604+07:00",
          "NotTransferReason": "sample string 3",
          "CountForward": 4,
          "ImgUrl": "sample string 5"
        }
      ]
    }
  ],
  "Summaries": {
    "Count": 1
  },
  "MessageResult": "sample string 1",
  "MessageInternalResult": "sample string 2",
  "ErrorType": 3
}

application/xml, text/xml

Sample:
<BcaVehicleInfoForwardImgGetListO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ApiEntities.GPS.BCA">
  <ErrorType>3</ErrorType>
  <MessageInternalResult>sample string 2</MessageInternalResult>
  <MessageResult>sample string 1</MessageResult>
  <Data>
    <BcaVehicleInfoForwardImgGetListItemRs>
      <Details>
        <BcaVehicleInfoForwardImgGetListItemChildRs>
          <BCAChannelName>sample string 2</BCAChannelName>
          <CountForward>4</CountForward>
          <FK_BCAChannelID>64</FK_BCAChannelID>
          <FK_PNCChannelID>64</FK_PNCChannelID>
          <ForwardDate>2026-04-04T18:17:07.3494604+07:00</ForwardDate>
          <Frequency>64</Frequency>
          <ImgUrl>sample string 5</ImgUrl>
          <NotTransferReason>sample string 3</NotTransferReason>
          <StopForwardDate>2026-04-04T18:17:07.3494604+07:00</StopForwardDate>
        </BcaVehicleInfoForwardImgGetListItemChildRs>
        <BcaVehicleInfoForwardImgGetListItemChildRs>
          <BCAChannelName>sample string 2</BCAChannelName>
          <CountForward>4</CountForward>
          <FK_BCAChannelID>64</FK_BCAChannelID>
          <FK_PNCChannelID>64</FK_PNCChannelID>
          <ForwardDate>2026-04-04T18:17:07.3494604+07:00</ForwardDate>
          <Frequency>64</Frequency>
          <ImgUrl>sample string 5</ImgUrl>
          <NotTransferReason>sample string 3</NotTransferReason>
          <StopForwardDate>2026-04-04T18:17:07.3494604+07:00</StopForwardDate>
        </BcaVehicleInfoForwardImgGetListItemChildRs>
      </Details>
      <PrivateCode>sample string 3</PrivateCode>
      <VehicleID>1</VehicleID>
      <VehiclePlate>sample string 2</VehiclePlate>
    </BcaVehicleInfoForwardImgGetListItemRs>
    <BcaVehicleInfoForwardImgGetListItemRs>
      <Details>
        <BcaVehicleInfoForwardImgGetListItemChildRs>
          <BCAChannelName>sample string 2</BCAChannelName>
          <CountForward>4</CountForward>
          <FK_BCAChannelID>64</FK_BCAChannelID>
          <FK_PNCChannelID>64</FK_PNCChannelID>
          <ForwardDate>2026-04-04T18:17:07.3494604+07:00</ForwardDate>
          <Frequency>64</Frequency>
          <ImgUrl>sample string 5</ImgUrl>
          <NotTransferReason>sample string 3</NotTransferReason>
          <StopForwardDate>2026-04-04T18:17:07.3494604+07:00</StopForwardDate>
        </BcaVehicleInfoForwardImgGetListItemChildRs>
        <BcaVehicleInfoForwardImgGetListItemChildRs>
          <BCAChannelName>sample string 2</BCAChannelName>
          <CountForward>4</CountForward>
          <FK_BCAChannelID>64</FK_BCAChannelID>
          <FK_PNCChannelID>64</FK_PNCChannelID>
          <ForwardDate>2026-04-04T18:17:07.3494604+07:00</ForwardDate>
          <Frequency>64</Frequency>
          <ImgUrl>sample string 5</ImgUrl>
          <NotTransferReason>sample string 3</NotTransferReason>
          <StopForwardDate>2026-04-04T18:17:07.3494604+07:00</StopForwardDate>
        </BcaVehicleInfoForwardImgGetListItemChildRs>
      </Details>
      <PrivateCode>sample string 3</PrivateCode>
      <VehicleID>1</VehicleID>
      <VehiclePlate>sample string 2</VehiclePlate>
    </BcaVehicleInfoForwardImgGetListItemRs>
  </Data>
  <Summaries>
    <Count>1</Count>
  </Summaries>
</BcaVehicleInfoForwardImgGetListO>