POST api/DriverTracking/EditRoute

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:
{
  "UserEmail": "sample string 1",
  "Password": "sample string 2",
  "RouteID": 3,
  "StoreID": 4,
  "StaffID": 5,
  "StaffName": "sample string 6",
  "DTstamp": "2025-10-28T22:59:21.6133769+02:00",
  "DTstamp2": "2025-10-28T22:59:21.6133769+02:00",
  "DTstamp3": "2025-10-28T22:59:21.6133769+02:00",
  "OrderID": 1,
  "LateOrderNotifications": "sample string 8",
  "Orders": [
    {
      "$id": "2",
      "OrderID": 1,
      "Customer": "sample string 1",
      "Phone": "sample string 2",
      "Latitude": 1.1,
      "Longitude": 1.1,
      "PromisedDelivery": "2025-10-28T22:59:21.6133769+02:00",
      "ExternalOrderID": 1
    },
    {
      "$ref": "2"
    },
    {
      "$ref": "2"
    }
  ]
}

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 'DriverTrackingData'.