POST Api/TaskBroadcastMessage/GetByDriverID
Request Information
URI Parameters
None.
Body Parameters
ReportParameter| Name | Description | Type | Additional information |
|---|---|---|---|
| PartnerID | globally unique identifier |
None. |
|
| ClientID | globally unique identifier |
None. |
|
| VehicleID | globally unique identifier |
None. |
|
| FromDate | date |
None. |
|
| ToDate | date |
None. |
|
| SchoolID | globally unique identifier |
None. |
|
| ClassID | globally unique identifier |
None. |
|
| TripID | globally unique identifier |
None. |
|
| StudentID | globally unique identifier |
None. |
|
| Month | integer |
None. |
|
| Year | integer |
None. |
|
| AuditModule | integer |
None. |
|
| DriverID | globally unique identifier |
None. |
|
| EmployeeID | globally unique identifier |
None. |
|
| UserID | globally unique identifier |
None. |
|
| BusinessHourID | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"PartnerID": "33322e51-dca7-48e0-9e31-fd3ee555e26c",
"ClientID": "714536f2-fc09-4bcf-8439-66074c6ebfa4",
"VehicleID": "0d0b72cf-fbd6-474b-b410-f202156ebe11",
"FromDate": "2026-03-26T03:29:02.9656544+04:00",
"ToDate": "2026-03-26T03:29:02.9656544+04:00",
"SchoolID": "c4fd1a99-0c37-4005-ae96-1812491f15b2",
"ClassID": "d48668e8-e286-41ea-a541-eb81b1342b14",
"TripID": "71e72134-8c5d-42c1-89e7-cbdb56d46e34",
"StudentID": "f78ae9c0-d440-4ca4-8a6a-6a595c3a5f34",
"Month": 1,
"Year": 1,
"AuditModule": 8,
"DriverID": "410e363a-7dde-4c54-92f2-ebebcab742c2",
"EmployeeID": "2f11f387-e67e-40f3-ab1c-4ff2c87b7439",
"UserID": "4e2a73a7-5a30-4e49-aaf4-b5a447cc96e0",
"BusinessHourID": "04a30b4f-2e15-4480-b85e-8204a3735f94"
}
application/xml, text/xml
Sample:
<ReportParameter xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity.Reports"> <AuditModule>8</AuditModule> <BusinessHourID>04a30b4f-2e15-4480-b85e-8204a3735f94</BusinessHourID> <ClassID>d48668e8-e286-41ea-a541-eb81b1342b14</ClassID> <ClientID>714536f2-fc09-4bcf-8439-66074c6ebfa4</ClientID> <DriverID>410e363a-7dde-4c54-92f2-ebebcab742c2</DriverID> <EmployeeID>2f11f387-e67e-40f3-ab1c-4ff2c87b7439</EmployeeID> <FromDate>2026-03-26T03:29:02.9656544+04:00</FromDate> <Month>1</Month> <PartnerID>33322e51-dca7-48e0-9e31-fd3ee555e26c</PartnerID> <SchoolID>c4fd1a99-0c37-4005-ae96-1812491f15b2</SchoolID> <StudentID>f78ae9c0-d440-4ca4-8a6a-6a595c3a5f34</StudentID> <ToDate>2026-03-26T03:29:02.9656544+04:00</ToDate> <TripID>71e72134-8c5d-42c1-89e7-cbdb56d46e34</TripID> <UserID>4e2a73a7-5a30-4e49-aaf4-b5a447cc96e0</UserID> <VehicleID>0d0b72cf-fbd6-474b-b410-f202156ebe11</VehicleID> <Year>1</Year> </ReportParameter>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of BroadcastMessages| Name | Description | Type | Additional information |
|---|---|---|---|
| Message | string |
None. |
|
| BroadcastBy | string |
None. |
|
| BroadcastOn | date |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Message": "sample string 1",
"BroadcastBy": "sample string 2",
"BroadcastOn": "2026-03-26T03:29:02.9656544+04:00"
},
{
"Message": "sample string 1",
"BroadcastBy": "sample string 2",
"BroadcastOn": "2026-03-26T03:29:02.9656544+04:00"
}
]
application/xml, text/xml
Sample:
<ArrayOfBroadcastMessages xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FleetrootDriver.Service.Controllers">
<BroadcastMessages>
<BroadcastBy>sample string 2</BroadcastBy>
<BroadcastOn>2026-03-26T03:29:02.9656544+04:00</BroadcastOn>
<Message>sample string 1</Message>
</BroadcastMessages>
<BroadcastMessages>
<BroadcastBy>sample string 2</BroadcastBy>
<BroadcastOn>2026-03-26T03:29:02.9656544+04:00</BroadcastOn>
<Message>sample string 1</Message>
</BroadcastMessages>
</ArrayOfBroadcastMessages>