POST api/GetValues/GetRouteBuspassDetails

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
Member
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "Terminalid": "sample string 1",
  "IMEI": "sample string 2"
}

application/xml, text/xml

Sample:
<ComonModels xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ServiceApi.Models">
  <IMEI>sample string 2</IMEI>
  <Terminalid>sample string 1</Terminalid>
</ComonModels>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
{
  "buspassDetails": [
    {
      "id": 1,
      "type": "sample string 2",
      "MonthlyFare": 3.0,
      "Quarterlyfare": 4.0,
      "Halfyearlyfare": 5.0
    },
    {
      "id": 1,
      "type": "sample string 2",
      "MonthlyFare": 3.0,
      "Quarterlyfare": 4.0,
      "Halfyearlyfare": 5.0
    },
    {
      "id": 1,
      "type": "sample string 2",
      "MonthlyFare": 3.0,
      "Quarterlyfare": 4.0,
      "Halfyearlyfare": 5.0
    }
  ]
}

application/xml, text/xml

Sample:
<Buspassdetails xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ServiceApi.Models">
  <buspassDetails>
    <ModelBusspass>
      <Halfyearlyfare>5</Halfyearlyfare>
      <MonthlyFare>3</MonthlyFare>
      <Quarterlyfare>4</Quarterlyfare>
      <id>1</id>
      <type>sample string 2</type>
    </ModelBusspass>
    <ModelBusspass>
      <Halfyearlyfare>5</Halfyearlyfare>
      <MonthlyFare>3</MonthlyFare>
      <Quarterlyfare>4</Quarterlyfare>
      <id>1</id>
      <type>sample string 2</type>
    </ModelBusspass>
    <ModelBusspass>
      <Halfyearlyfare>5</Halfyearlyfare>
      <MonthlyFare>3</MonthlyFare>
      <Quarterlyfare>4</Quarterlyfare>
      <id>1</id>
      <type>sample string 2</type>
    </ModelBusspass>
  </buspassDetails>
</Buspassdetails>