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
NameDescriptionTypeAdditional information
Timestamp

date

None.

DriverId

string

None.

Email

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

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.