POST track/ewaytrack/end

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
_save
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "VehicleNo": "sample string 1",
  "ToLocation": "sample string 2",
  "EndLat": "sample string 3",
  "EndLng": "sample string 4",
  "RefNo": "sample string 5"
}

application/xml, text/xml

Sample:
<DevTrackerBalEnd xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/apiFIT.Models">
  <EndLat>sample string 3</EndLat>
  <EndLng>sample string 4</EndLng>
  <RefNo>sample string 5</RefNo>
  <ToLocation>sample string 2</ToLocation>
  <VehicleNo>sample string 1</VehicleNo>
</DevTrackerBalEnd>

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