POST api/v1/gps/bca/alertmissinginfo/list
Request Information
URI Parameters
None.
Body Parameters
GetAlertBcaMissingInfoI| Name | Description | Type | Additional 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": [
"e25a5497-2b0f-43bd-81e7-ed7a8d81928b",
"57625130-bb04-412e-ba22-1ba0b313a6e9"
],
"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>e25a5497-2b0f-43bd-81e7-ed7a8d81928b</d2p1:guid>
<d2p1:guid>57625130-bb04-412e-ba22-1ba0b313a6e9</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| Name | Description | Type | Additional 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": [
"41e39e3c-639f-4961-9432-5583591cc5cf",
"c0e32c33-56e7-4540-ba08-ea42cbbbc225"
],
"DriverIDs": [
1,
2
],
"GpsIDs": [
1,
2
],
"ImgIDs": [
1,
2
],
"Data": [
{
"FK_VehicleID": 1,
"LackType": 2,
"ForwardStopDate": "2026-06-03T09:06:38.1352744+07:00",
"ForwardStopUser": "8159bb6f-9fdd-4539-8304-c85bab1b3a43",
"Username": "sample string 3",
"Fullname": "sample string 4",
"VehiclePlate": "sample string 5",
"PrivateCode": "sample string 6"
},
{
"FK_VehicleID": 1,
"LackType": 2,
"ForwardStopDate": "2026-06-03T09:06:38.1352744+07:00",
"ForwardStopUser": "8159bb6f-9fdd-4539-8304-c85bab1b3a43",
"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>41e39e3c-639f-4961-9432-5583591cc5cf</d2p1:guid>
<d2p1:guid>c0e32c33-56e7-4540-ba08-ea42cbbbc225</d2p1:guid>
</BranchIDs>
<Data>
<GetAlertBcaMissingInfoItem>
<FK_VehicleID>1</FK_VehicleID>
<ForwardStopDate>2026-06-03T09:06:38.1352744+07:00</ForwardStopDate>
<ForwardStopUser>8159bb6f-9fdd-4539-8304-c85bab1b3a43</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-06-03T09:06:38.1352744+07:00</ForwardStopDate>
<ForwardStopUser>8159bb6f-9fdd-4539-8304-c85bab1b3a43</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>