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.
EmailLogsheets| Name | Description | Type | Additional information |
|---|---|---|---|
| Timestamp | date |
None. |
|
| DriverId | string |
None. |
|
| string |
None. |
||
| NumberOfDays | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"timestamp": "2025-12-16T21:03:27.2207289-07: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.