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": "de5ab485-3e24-4d98-a028-c0838320c90e",
"ClientID": "a298b85f-9633-4c90-a841-6c7a0ae3d492",
"VehicleID": "01858d60-5b15-4e21-8d85-d74b805ed9ae",
"FromDate": "2026-08-02T22:55:12.1804549+04:00",
"ToDate": "2026-08-02T22:55:12.1804549+04:00",
"SchoolID": "222a896c-9267-4e5d-882c-c470f1069f16",
"ClassID": "17413132-3be2-49be-8523-60c88f249aa3",
"TripID": "49b30191-63dc-4af7-9124-47ba13116b2a",
"StudentID": "97562399-41fc-48c3-80cc-2ba0ea4e4a32",
"Month": 1,
"Year": 1,
"AuditModule": 8,
"DriverID": "64c7eff0-e8a0-4bde-93cf-4a08072cd66f",
"EmployeeID": "03508215-617c-4db0-b0f5-8519b267945c",
"UserID": "00cd4237-6a7a-4d66-aa22-f16a1ca8d8da",
"BusinessHourID": "0e4d88f9-1781-4632-bafc-ef43c9c65b53"
}
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>0e4d88f9-1781-4632-bafc-ef43c9c65b53</BusinessHourID> <ClassID>17413132-3be2-49be-8523-60c88f249aa3</ClassID> <ClientID>a298b85f-9633-4c90-a841-6c7a0ae3d492</ClientID> <DriverID>64c7eff0-e8a0-4bde-93cf-4a08072cd66f</DriverID> <EmployeeID>03508215-617c-4db0-b0f5-8519b267945c</EmployeeID> <FromDate>2026-08-02T22:55:12.1804549+04:00</FromDate> <Month>1</Month> <PartnerID>de5ab485-3e24-4d98-a028-c0838320c90e</PartnerID> <SchoolID>222a896c-9267-4e5d-882c-c470f1069f16</SchoolID> <StudentID>97562399-41fc-48c3-80cc-2ba0ea4e4a32</StudentID> <ToDate>2026-08-02T22:55:12.1804549+04:00</ToDate> <TripID>49b30191-63dc-4af7-9124-47ba13116b2a</TripID> <UserID>00cd4237-6a7a-4d66-aa22-f16a1ca8d8da</UserID> <VehicleID>01858d60-5b15-4e21-8d85-d74b805ed9ae</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-02T22:55:12.1960796+04:00"
},
{
"Message": "sample string 1",
"BroadcastBy": "sample string 2",
"BroadcastOn": "2026-08-02T22:55:12.1960796+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-02T22:55:12.1960796+04:00</BroadcastOn>
<Message>sample string 1</Message>
</BroadcastMessages>
<BroadcastMessages>
<BroadcastBy>sample string 2</BroadcastBy>
<BroadcastOn>2026-08-02T22:55:12.1960796+04:00</BroadcastOn>
<Message>sample string 1</Message>
</BroadcastMessages>
</ArrayOfBroadcastMessages>