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": "b8194896-435d-44ab-82bf-beaa2203430f",
  "BranchID": 2,
  "FromDate": "2026-09-23T14:35:36.5091359+03:00",
  "ToDate": "2026-09-23T14:35:36.5091359+03: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'.