POST Api/TaskBroadcastMessage/GetByDriverID
Request Information
URI Parameters
None.
Body Parameters
ReportParameterName | 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": "bada314b-96ef-4c7a-9665-c8afba11fe49", "ClientID": "b9e674b3-5707-42e7-8533-5278d7713aa5", "VehicleID": "b0e6af2e-b376-49fc-bb2e-0b8ef97d6b0c", "FromDate": "2025-09-16T19:22:17.913347+04:00", "ToDate": "2025-09-16T19:22:17.913347+04:00", "SchoolID": "32b351d8-85d3-446a-b50d-01d0b7c6eb04", "ClassID": "58a97f83-8ad1-49f8-b329-52c974075ccc", "TripID": "1a415f40-3933-46d4-a08d-b07677cac0db", "StudentID": "7a0a62c8-c303-4ab8-b3a0-20e582eaadf2", "Month": 1, "Year": 1, "AuditModule": 8, "DriverID": "db33a58d-e8ff-44db-817f-d15bac0f4567", "EmployeeID": "77345a98-0f16-42fd-b2af-4201020abbae", "UserID": "850d2e4b-83d5-49db-a46b-7ea3217f44ff", "BusinessHourID": "0178b9e9-4347-44bf-a8df-7c537e4c8f9d" }
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>0178b9e9-4347-44bf-a8df-7c537e4c8f9d</BusinessHourID> <ClassID>58a97f83-8ad1-49f8-b329-52c974075ccc</ClassID> <ClientID>b9e674b3-5707-42e7-8533-5278d7713aa5</ClientID> <DriverID>db33a58d-e8ff-44db-817f-d15bac0f4567</DriverID> <EmployeeID>77345a98-0f16-42fd-b2af-4201020abbae</EmployeeID> <FromDate>2025-09-16T19:22:17.913347+04:00</FromDate> <Month>1</Month> <PartnerID>bada314b-96ef-4c7a-9665-c8afba11fe49</PartnerID> <SchoolID>32b351d8-85d3-446a-b50d-01d0b7c6eb04</SchoolID> <StudentID>7a0a62c8-c303-4ab8-b3a0-20e582eaadf2</StudentID> <ToDate>2025-09-16T19:22:17.913347+04:00</ToDate> <TripID>1a415f40-3933-46d4-a08d-b07677cac0db</TripID> <UserID>850d2e4b-83d5-49db-a46b-7ea3217f44ff</UserID> <VehicleID>b0e6af2e-b376-49fc-bb2e-0b8ef97d6b0c</VehicleID> <Year>1</Year> </ReportParameter>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of BroadcastMessagesName | 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": "2025-09-16T19:22:17.9289704+04:00" }, { "Message": "sample string 1", "BroadcastBy": "sample string 2", "BroadcastOn": "2025-09-16T19:22:17.9289704+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>2025-09-16T19:22:17.9289704+04:00</BroadcastOn> <Message>sample string 1</Message> </BroadcastMessages> <BroadcastMessages> <BroadcastBy>sample string 2</BroadcastBy> <BroadcastOn>2025-09-16T19:22:17.9289704+04:00</BroadcastOn> <Message>sample string 1</Message> </BroadcastMessages> </ArrayOfBroadcastMessages>