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": "f527eb53-053b-44c1-bc8f-cdcb2cf42fba",
"ClientID": "9d7ca505-2b74-4164-989c-2bf4c7cb094c",
"VehicleID": "01ccada3-1c8d-41fe-8d12-3d3aecbafed1",
"FromDate": "2026-04-18T14:56:18.9067231+04:00",
"ToDate": "2026-04-18T14:56:18.9067231+04:00",
"SchoolID": "3aa33824-9db3-47d6-89d3-578db614a773",
"ClassID": "b691800b-d9cb-4a74-b28f-a48d228a01f0",
"TripID": "18350651-9f45-4bf0-82f0-eecb7d021b16",
"StudentID": "14d042fb-3c94-49c7-87ce-830ecc615a46",
"Month": 1,
"Year": 1,
"AuditModule": 8,
"DriverID": "a0bc26ef-238f-47be-91dc-4e5c8e81b01e",
"EmployeeID": "ef0a338e-8fc2-43ba-a5d1-325cc3688749",
"UserID": "fc3a9f4c-3988-4555-bf07-78ecd057ec6e",
"BusinessHourID": "be63c931-12c9-442e-bee6-c5b81d96908a"
}
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>be63c931-12c9-442e-bee6-c5b81d96908a</BusinessHourID> <ClassID>b691800b-d9cb-4a74-b28f-a48d228a01f0</ClassID> <ClientID>9d7ca505-2b74-4164-989c-2bf4c7cb094c</ClientID> <DriverID>a0bc26ef-238f-47be-91dc-4e5c8e81b01e</DriverID> <EmployeeID>ef0a338e-8fc2-43ba-a5d1-325cc3688749</EmployeeID> <FromDate>2026-04-18T14:56:18.9067231+04:00</FromDate> <Month>1</Month> <PartnerID>f527eb53-053b-44c1-bc8f-cdcb2cf42fba</PartnerID> <SchoolID>3aa33824-9db3-47d6-89d3-578db614a773</SchoolID> <StudentID>14d042fb-3c94-49c7-87ce-830ecc615a46</StudentID> <ToDate>2026-04-18T14:56:18.9067231+04:00</ToDate> <TripID>18350651-9f45-4bf0-82f0-eecb7d021b16</TripID> <UserID>fc3a9f4c-3988-4555-bf07-78ecd057ec6e</UserID> <VehicleID>01ccada3-1c8d-41fe-8d12-3d3aecbafed1</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-04-18T14:56:18.9067231+04:00"
},
{
"Message": "sample string 1",
"BroadcastBy": "sample string 2",
"BroadcastOn": "2026-04-18T14:56:18.9067231+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-04-18T14:56:18.9067231+04:00</BroadcastOn>
<Message>sample string 1</Message>
</BroadcastMessages>
<BroadcastMessages>
<BroadcastBy>sample string 2</BroadcastBy>
<BroadcastOn>2026-04-18T14:56:18.9067231+04:00</BroadcastOn>
<Message>sample string 1</Message>
</BroadcastMessages>
</ArrayOfBroadcastMessages>