GET api/Trip/GetTotal_KM_From_Route_Matrix_API_New_direct?sourcelatlong={sourcelatlong}&destinationslatlong={destinationslatlong}&key={key}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
sourcelatlong

string

Required

destinationslatlong

string

Required

key

string

Required

Body Parameters

None.

Response Information

Resource Description

commonresponse
NameDescriptionTypeAdditional information
response

integer

None.

message

string

None.

data

Object

None.

IsTestUser

integer

None.

EmpId

string

None.

Response Formats

application/json, text/json

Sample:
{
  "response": 1,
  "message": "sample string 2",
  "data": {},
  "IsTestUser": 4,
  "EmpId": "sample string 5"
}

text/xml

Sample:
<commonresponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/jashpackaging.Models">
  <EmpId>sample string 5</EmpId>
  <IsTestUser>4</IsTestUser>
  <data />
  <message>sample string 2</message>
  <response>1</response>
</commonresponse>