POST api/v1/gps/bca/alertmissinginfo/list

Request Information

URI Parameters

None.

Body Parameters

GetAlertBcaMissingInfoI
NameDescriptionTypeAdditional information
SystemID

integer

None.

CompanyID

integer

None.

VehicleIDs

Collection of integer

None.

VehicleImgIDs

Collection of integer

None.

NotAdmin

boolean

None.

BranchIDs

Collection of globally unique identifier

None.

Username

string

None.

Password

string

None.

Request Formats

application/json, text/json

Sample:
{
  "SystemID": 1,
  "CompanyID": 2,
  "VehicleIDs": [
    1,
    2
  ],
  "VehicleImgIDs": [
    1,
    2
  ],
  "NotAdmin": true,
  "BranchIDs": [
    "25fbf288-e9e9-4812-8de9-52903df9dc71",
    "80bbcd65-ff84-4819-a257-6403c9bb4d1a"
  ],
  "Username": "sample string 4",
  "Password": "sample string 5"
}

application/xml, text/xml

Sample:
<GetAlertBcaMissingInfoI xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Entities.Common">
  <Password>sample string 5</Password>
  <Username>sample string 4</Username>
  <BranchIDs xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:guid>25fbf288-e9e9-4812-8de9-52903df9dc71</d2p1:guid>
    <d2p1:guid>80bbcd65-ff84-4819-a257-6403c9bb4d1a</d2p1:guid>
  </BranchIDs>
  <CompanyID>2</CompanyID>
  <NotAdmin>true</NotAdmin>
  <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>
  <VehicleImgIDs xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:long>1</d2p1:long>
    <d2p1:long>2</d2p1:long>
  </VehicleImgIDs>
</GetAlertBcaMissingInfoI>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

GetAlertBcaMissingInfoO
NameDescriptionTypeAdditional information
BranchIDs

Collection of globally unique identifier

None.

DriverIDs

Collection of integer

None.

GpsIDs

Collection of integer

None.

ImgIDs

Collection of integer

None.

Data

Collection of GetAlertBcaMissingInfoItem

None.

MessageResult

string

None.

MessageInternalResult

string

None.

ErrorType

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "BranchIDs": [
    "8a57d249-df37-4232-989c-3d58678a34ec",
    "2e763457-105d-40d2-a1f3-4cd2fe511620"
  ],
  "DriverIDs": [
    1,
    2
  ],
  "GpsIDs": [
    1,
    2
  ],
  "ImgIDs": [
    1,
    2
  ],
  "Data": [
    {
      "FK_VehicleID": 1,
      "LackType": 2,
      "ForwardStopDate": "2026-04-04T18:11:32.3445841+07:00",
      "ForwardStopUser": "a6df12e0-8fb5-4b58-b0f2-183c04d2b012",
      "Username": "sample string 3",
      "Fullname": "sample string 4",
      "VehiclePlate": "sample string 5",
      "PrivateCode": "sample string 6"
    },
    {
      "FK_VehicleID": 1,
      "LackType": 2,
      "ForwardStopDate": "2026-04-04T18:11:32.3445841+07:00",
      "ForwardStopUser": "a6df12e0-8fb5-4b58-b0f2-183c04d2b012",
      "Username": "sample string 3",
      "Fullname": "sample string 4",
      "VehiclePlate": "sample string 5",
      "PrivateCode": "sample string 6"
    }
  ],
  "MessageResult": "sample string 1",
  "MessageInternalResult": "sample string 2",
  "ErrorType": 3
}

application/xml, text/xml

Sample:
<GetAlertBcaMissingInfoO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Entities.Common">
  <ErrorType xmlns="http://schemas.datacontract.org/2004/07/ApiEntities.GPS.BCA">3</ErrorType>
  <MessageInternalResult xmlns="http://schemas.datacontract.org/2004/07/ApiEntities.GPS.BCA">sample string 2</MessageInternalResult>
  <MessageResult xmlns="http://schemas.datacontract.org/2004/07/ApiEntities.GPS.BCA">sample string 1</MessageResult>
  <BranchIDs xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:guid>8a57d249-df37-4232-989c-3d58678a34ec</d2p1:guid>
    <d2p1:guid>2e763457-105d-40d2-a1f3-4cd2fe511620</d2p1:guid>
  </BranchIDs>
  <Data>
    <GetAlertBcaMissingInfoItem>
      <FK_VehicleID>1</FK_VehicleID>
      <ForwardStopDate>2026-04-04T18:11:32.3445841+07:00</ForwardStopDate>
      <ForwardStopUser>a6df12e0-8fb5-4b58-b0f2-183c04d2b012</ForwardStopUser>
      <Fullname>sample string 4</Fullname>
      <LackType>2</LackType>
      <PrivateCode>sample string 6</PrivateCode>
      <Username>sample string 3</Username>
      <VehiclePlate>sample string 5</VehiclePlate>
    </GetAlertBcaMissingInfoItem>
    <GetAlertBcaMissingInfoItem>
      <FK_VehicleID>1</FK_VehicleID>
      <ForwardStopDate>2026-04-04T18:11:32.3445841+07:00</ForwardStopDate>
      <ForwardStopUser>a6df12e0-8fb5-4b58-b0f2-183c04d2b012</ForwardStopUser>
      <Fullname>sample string 4</Fullname>
      <LackType>2</LackType>
      <PrivateCode>sample string 6</PrivateCode>
      <Username>sample string 3</Username>
      <VehiclePlate>sample string 5</VehiclePlate>
    </GetAlertBcaMissingInfoItem>
  </Data>
  <DriverIDs xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:int>1</d2p1:int>
    <d2p1:int>2</d2p1:int>
  </DriverIDs>
  <GpsIDs xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:long>1</d2p1:long>
    <d2p1:long>2</d2p1:long>
  </GpsIDs>
  <ImgIDs xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:long>1</d2p1:long>
    <d2p1:long>2</d2p1:long>
  </ImgIDs>
</GetAlertBcaMissingInfoO>