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": [
"6977989a-454d-4f42-84f9-ce47c290bbc0",
"35009e8d-6c51-4bff-b97e-caec949c461d"
],
"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>6977989a-454d-4f42-84f9-ce47c290bbc0</d2p1:guid>
<d2p1:guid>35009e8d-6c51-4bff-b97e-caec949c461d</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": [
"f5136a2b-7277-4d44-ba10-f8f7da63e2bc",
"f871fb26-d305-4e3f-b49e-f3a5a5c97e7b"
],
"DriverIDs": [
1,
2
],
"GpsIDs": [
1,
2
],
"ImgIDs": [
1,
2
],
"Data": [
{
"FK_VehicleID": 1,
"LackType": 2,
"ForwardStopDate": "2026-04-30T22:23:07.9870067+07:00",
"ForwardStopUser": "c300e883-1940-4742-927c-22c79ae1da8e",
"Username": "sample string 3",
"Fullname": "sample string 4",
"VehiclePlate": "sample string 5",
"PrivateCode": "sample string 6"
},
{
"FK_VehicleID": 1,
"LackType": 2,
"ForwardStopDate": "2026-04-30T22:23:07.9870067+07:00",
"ForwardStopUser": "c300e883-1940-4742-927c-22c79ae1da8e",
"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>f5136a2b-7277-4d44-ba10-f8f7da63e2bc</d2p1:guid>
<d2p1:guid>f871fb26-d305-4e3f-b49e-f3a5a5c97e7b</d2p1:guid>
</BranchIDs>
<Data>
<GetAlertBcaMissingInfoItem>
<FK_VehicleID>1</FK_VehicleID>
<ForwardStopDate>2026-04-30T22:23:07.9870067+07:00</ForwardStopDate>
<ForwardStopUser>c300e883-1940-4742-927c-22c79ae1da8e</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-30T22:23:07.9870067+07:00</ForwardStopDate>
<ForwardStopUser>c300e883-1940-4742-927c-22c79ae1da8e</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>