GET api/Automotive/TripCalculation

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
entity
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "Latitude": 1.1,
  "Longitude": 2.1,
  "CurrentLatitude": 3.1,
  "CurrentLongitude": 4.1,
  "SetupFees": 5.0,
  "CarXFairRate": 6.0,
  "KilometerPrice": 7.0,
  "MinutePrice": 8.0,
  "Percentage": 9.0,
  "InCT": "sample string 10"
}

application/xml, text/xml

Sample:
<Alhamlh_VM_Trip xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ERPPlus_MOdel.Model">
  <CarXFairRate>6</CarXFairRate>
  <CurrentLatitude>3.1</CurrentLatitude>
  <CurrentLongitude>4.1</CurrentLongitude>
  <InCT>sample string 10</InCT>
  <KilometerPrice>7</KilometerPrice>
  <Latitude>1.1</Latitude>
  <Longitude>2.1</Longitude>
  <MinutePrice>8</MinutePrice>
  <Percentage>9</Percentage>
  <SetupFees>5</SetupFees>
</Alhamlh_VM_Trip>

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

Response Information

No documentation available.

Response body formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.