POST api/MRide/GetDashboard

Request Information

URI Parameters

None.

Body Parameters

GetdashboardClass
NameDescriptionTypeAdditional information
CountryCode

string

None.

CustId

integer

None.

Lat

string

None.

Long

string

None.

BusinessTypeID

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "CountryCode": "sample string 1",
  "CustId": 2,
  "Lat": "sample string 3",
  "Long": "sample string 4",
  "BusinessTypeID": 1
}

application/xml, text/xml

Sample:
<GetdashboardClass xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MRide_API">
  <BusinessTypeID>1</BusinessTypeID>
  <CountryCode>sample string 1</CountryCode>
  <CustId>2</CustId>
  <Lat>sample string 3</Lat>
  <Long>sample string 4</Long>
</GetdashboardClass>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IAsyncResult
NameDescriptionTypeAdditional information
IsCompleted

boolean

None.

AsyncWaitHandle

WaitHandle

None.

AsyncState

Object

None.

CompletedSynchronously

boolean

None.

Response Formats

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

Sample:

Sample not available.