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": "d1d73532-673a-4726-898e-8c0167478a42",
  "BranchID": 2,
  "FromDate": "2026-04-11T16:51:14.172291+03:00",
  "ToDate": "2026-04-11T16:51:14.172291+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'.