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": "4ffda096-6945-4190-9126-7f4ab9344396",
"ClientID": "dbcba3c1-ac32-419f-9c52-378b44d7f737",
"VehicleID": "39cab4dc-ad63-48f3-9caa-0594ec74745c",
"FromDate": "2026-08-27T06:34:16.7464407+04:00",
"ToDate": "2026-08-27T06:34:16.7464407+04:00",
"SchoolID": "0e248d7c-4918-42da-8d84-e9be243f6ea9",
"ClassID": "f4ff05ca-d919-45ac-aa02-434a975719f2",
"TripID": "50e80e94-367d-46ed-b8bf-8460b5b160ca",
"StudentID": "c1cc96c1-a77f-4545-9eb2-7677bb46d2ec",
"Month": 1,
"Year": 1,
"AuditModule": 8,
"DriverID": "16f397d3-01cd-4bb8-8e9e-beab53030d2a",
"EmployeeID": "e176a135-3c53-498b-8dca-116308acca8e",
"UserID": "9e21e97b-0580-4d86-b803-cabde526abfe",
"BusinessHourID": "0ac9282f-36ab-4dd7-9031-fd56b797a302"
}
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>0ac9282f-36ab-4dd7-9031-fd56b797a302</BusinessHourID> <ClassID>f4ff05ca-d919-45ac-aa02-434a975719f2</ClassID> <ClientID>dbcba3c1-ac32-419f-9c52-378b44d7f737</ClientID> <DriverID>16f397d3-01cd-4bb8-8e9e-beab53030d2a</DriverID> <EmployeeID>e176a135-3c53-498b-8dca-116308acca8e</EmployeeID> <FromDate>2026-08-27T06:34:16.7464407+04:00</FromDate> <Month>1</Month> <PartnerID>4ffda096-6945-4190-9126-7f4ab9344396</PartnerID> <SchoolID>0e248d7c-4918-42da-8d84-e9be243f6ea9</SchoolID> <StudentID>c1cc96c1-a77f-4545-9eb2-7677bb46d2ec</StudentID> <ToDate>2026-08-27T06:34:16.7464407+04:00</ToDate> <TripID>50e80e94-367d-46ed-b8bf-8460b5b160ca</TripID> <UserID>9e21e97b-0580-4d86-b803-cabde526abfe</UserID> <VehicleID>39cab4dc-ad63-48f3-9caa-0594ec74745c</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-08-27T06:34:16.7464407+04:00"
},
{
"Message": "sample string 1",
"BroadcastBy": "sample string 2",
"BroadcastOn": "2026-08-27T06:34:16.7464407+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-08-27T06:34:16.7464407+04:00</BroadcastOn>
<Message>sample string 1</Message>
</BroadcastMessages>
<BroadcastMessages>
<BroadcastBy>sample string 2</BroadcastBy>
<BroadcastOn>2026-08-27T06:34:16.7464407+04:00</BroadcastOn>
<Message>sample string 1</Message>
</BroadcastMessages>
</ArrayOfBroadcastMessages>