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": "0b0cf928-03a0-4584-b001-cb60c6c34686",
"ClientID": "f551571f-7899-4487-a8f0-64a414464729",
"VehicleID": "07e84dd7-4fb4-419b-a177-f4f6e4725fb0",
"FromDate": "2026-07-09T14:56:19.6788038+04:00",
"ToDate": "2026-07-09T14:56:19.6788038+04:00",
"SchoolID": "959b91e7-0aec-4906-b248-bc1e6b00595b",
"ClassID": "5b9aa968-4ce7-49e3-982f-e62df9696ee7",
"TripID": "0d2db5e4-b3a5-4d3f-8cd9-be128354ca47",
"StudentID": "8e36d8c1-4588-4836-a5e8-616c8c988bf9",
"Month": 1,
"Year": 1,
"AuditModule": 8,
"DriverID": "97b9aded-e967-4e8a-947d-cd7114451beb",
"EmployeeID": "6af6b645-9c95-44d0-8b0e-449c87dc758b",
"UserID": "e4a321ee-1193-4c65-8237-f10dae554c39",
"BusinessHourID": "40684e6e-743a-4db1-b7ed-0997a8b73c56"
}
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>40684e6e-743a-4db1-b7ed-0997a8b73c56</BusinessHourID> <ClassID>5b9aa968-4ce7-49e3-982f-e62df9696ee7</ClassID> <ClientID>f551571f-7899-4487-a8f0-64a414464729</ClientID> <DriverID>97b9aded-e967-4e8a-947d-cd7114451beb</DriverID> <EmployeeID>6af6b645-9c95-44d0-8b0e-449c87dc758b</EmployeeID> <FromDate>2026-07-09T14:56:19.6788038+04:00</FromDate> <Month>1</Month> <PartnerID>0b0cf928-03a0-4584-b001-cb60c6c34686</PartnerID> <SchoolID>959b91e7-0aec-4906-b248-bc1e6b00595b</SchoolID> <StudentID>8e36d8c1-4588-4836-a5e8-616c8c988bf9</StudentID> <ToDate>2026-07-09T14:56:19.6788038+04:00</ToDate> <TripID>0d2db5e4-b3a5-4d3f-8cd9-be128354ca47</TripID> <UserID>e4a321ee-1193-4c65-8237-f10dae554c39</UserID> <VehicleID>07e84dd7-4fb4-419b-a177-f4f6e4725fb0</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-07-09T14:56:19.6788038+04:00"
},
{
"Message": "sample string 1",
"BroadcastBy": "sample string 2",
"BroadcastOn": "2026-07-09T14:56:19.6788038+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-07-09T14:56:19.6788038+04:00</BroadcastOn>
<Message>sample string 1</Message>
</BroadcastMessages>
<BroadcastMessages>
<BroadcastBy>sample string 2</BroadcastBy>
<BroadcastOn>2026-07-09T14:56:19.6788038+04:00</BroadcastOn>
<Message>sample string 1</Message>
</BroadcastMessages>
</ArrayOfBroadcastMessages>