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": "4bac4352-51ee-4c09-9174-ca78810207b5",
  "BranchID": 2,
  "FromDate": "2026-02-15T14:01:04.4499243+02:00",
  "ToDate": "2026-02-15T14:01:04.4499243+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'.