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": "256561cd-378a-403b-80c1-c14765f39bcd", "ClientID": "0e38d9e1-10b5-4354-b809-3580e1120137", "VehicleID": "40d938fe-e4e0-4ea0-a077-1e1a85edd282", "FromDate": "2025-08-08T15:33:39.3465754+04:00", "ToDate": "2025-08-08T15:33:39.3465754+04:00", "SchoolID": "f752ec86-e8e0-43c0-946d-1561b6766862", "ClassID": "7054750e-64e2-414e-947b-7da3e8d41f86", "TripID": "2a1bd039-6fa9-40fc-b972-1eeaa1668572", "StudentID": "50a887a0-bfbb-4dbe-8ceb-6a0e0b45bb10", "Month": 1, "Year": 1, "AuditModule": 8, "DriverID": "ebb2a79c-b739-46a1-9cfe-95c194d1f74c", "EmployeeID": "95b0ec9c-0e3c-441f-b5aa-f5057be7a9e0", "UserID": "19bb94e6-3235-4a41-b6a7-ba2991a97604", "BusinessHourID": "e82a1a29-0f2d-4687-a79f-044facba2a00" }
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>e82a1a29-0f2d-4687-a79f-044facba2a00</BusinessHourID> <ClassID>7054750e-64e2-414e-947b-7da3e8d41f86</ClassID> <ClientID>0e38d9e1-10b5-4354-b809-3580e1120137</ClientID> <DriverID>ebb2a79c-b739-46a1-9cfe-95c194d1f74c</DriverID> <EmployeeID>95b0ec9c-0e3c-441f-b5aa-f5057be7a9e0</EmployeeID> <FromDate>2025-08-08T15:33:39.3465754+04:00</FromDate> <Month>1</Month> <PartnerID>256561cd-378a-403b-80c1-c14765f39bcd</PartnerID> <SchoolID>f752ec86-e8e0-43c0-946d-1561b6766862</SchoolID> <StudentID>50a887a0-bfbb-4dbe-8ceb-6a0e0b45bb10</StudentID> <ToDate>2025-08-08T15:33:39.3465754+04:00</ToDate> <TripID>2a1bd039-6fa9-40fc-b972-1eeaa1668572</TripID> <UserID>19bb94e6-3235-4a41-b6a7-ba2991a97604</UserID> <VehicleID>40d938fe-e4e0-4ea0-a077-1e1a85edd282</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-08-08T15:33:39.3465754+04:00" }, { "Message": "sample string 1", "BroadcastBy": "sample string 2", "BroadcastOn": "2025-08-08T15:33:39.3465754+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-08-08T15:33:39.3465754+04:00</BroadcastOn> <Message>sample string 1</Message> </BroadcastMessages> <BroadcastMessages> <BroadcastBy>sample string 2</BroadcastBy> <BroadcastOn>2025-08-08T15:33:39.3465754+04:00</BroadcastOn> <Message>sample string 1</Message> </BroadcastMessages> </ArrayOfBroadcastMessages>