POST Api/v1/Drivers/Email
Sends an e-mail containing the PDF logsheet for the provided driver ID's.
Request Information
URI Parameters
None.
Body Parameters
Driver ID's and date ranges to be emailed.
EmailLogsheetsName | Description | Type | Additional information |
---|---|---|---|
Timestamp | date |
None. |
|
DriverId | string |
None. |
|
string |
None. |
||
NumberOfDays | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "timestamp": "2025-04-21T05:37:33.3923835-06:00", "driverId": "sample string 1", "email": "sample string 2", "numberOfDays": 1 }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.