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": "190e690b-7628-428a-9b51-2aafa376b438",
"ClientID": "fe33ea6b-84fd-4b74-a28b-294dbdb723c0",
"VehicleID": "b80d1f8b-aeb3-454f-b9bc-0a6d576ad251",
"FromDate": "2026-08-21T10:45:06.3838405+04:00",
"ToDate": "2026-08-21T10:45:06.3838405+04:00",
"SchoolID": "5eb99394-eb10-42d7-8102-b2b0987eb6c3",
"ClassID": "230b7347-b66a-48e8-83a2-a96e2c3004b9",
"TripID": "cc136f4d-c811-4a6a-91c4-48eac65296d7",
"StudentID": "3e22a50c-9e7a-460f-b864-fb2e08cc1817",
"Month": 1,
"Year": 1,
"AuditModule": 8,
"DriverID": "0262bf4d-668a-44dd-a030-1421fcca2f41",
"EmployeeID": "ca33c0a5-d186-48f8-b240-8741688eaef1",
"UserID": "47ad76c8-fdfe-4f86-8bc7-958b499e96d2",
"BusinessHourID": "8ce4940a-f4df-4141-9f79-7334ed9f207d"
}
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>8ce4940a-f4df-4141-9f79-7334ed9f207d</BusinessHourID> <ClassID>230b7347-b66a-48e8-83a2-a96e2c3004b9</ClassID> <ClientID>fe33ea6b-84fd-4b74-a28b-294dbdb723c0</ClientID> <DriverID>0262bf4d-668a-44dd-a030-1421fcca2f41</DriverID> <EmployeeID>ca33c0a5-d186-48f8-b240-8741688eaef1</EmployeeID> <FromDate>2026-08-21T10:45:06.3838405+04:00</FromDate> <Month>1</Month> <PartnerID>190e690b-7628-428a-9b51-2aafa376b438</PartnerID> <SchoolID>5eb99394-eb10-42d7-8102-b2b0987eb6c3</SchoolID> <StudentID>3e22a50c-9e7a-460f-b864-fb2e08cc1817</StudentID> <ToDate>2026-08-21T10:45:06.3838405+04:00</ToDate> <TripID>cc136f4d-c811-4a6a-91c4-48eac65296d7</TripID> <UserID>47ad76c8-fdfe-4f86-8bc7-958b499e96d2</UserID> <VehicleID>b80d1f8b-aeb3-454f-b9bc-0a6d576ad251</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-21T10:45:06.3838405+04:00"
},
{
"Message": "sample string 1",
"BroadcastBy": "sample string 2",
"BroadcastOn": "2026-08-21T10:45:06.3838405+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-21T10:45:06.3838405+04:00</BroadcastOn>
<Message>sample string 1</Message>
</BroadcastMessages>
<BroadcastMessages>
<BroadcastBy>sample string 2</BroadcastBy>
<BroadcastOn>2026-08-21T10:45:06.3838405+04:00</BroadcastOn>
<Message>sample string 1</Message>
</BroadcastMessages>
</ArrayOfBroadcastMessages>