POST api/Export/GetDriverTracking

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
dto
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "guid": "ee8cde88-8f40-4960-94c1-6d34d340c164",
  "BranchID": 2,
  "FromDate": "2025-10-28T22:59:22.0663963+02:00",
  "ToDate": "2025-10-28T22:59:22.0663963+02:00"
}

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'ExportTrackingParams'.