GET api/TransportAllocation/GetRouteStopForTransport

Request Information

URI Parameters

None.

Body Parameters

RouteForTransportAllocationModel
NameDescriptionTypeAdditional information
RouteDetailId

integer

None.

RouteID

integer

None.

RouteCode

string

None.

RoutName

string

None.

StopMasterID

integer

None.

StopName

string

None.

StopAddress

string

None.

PickUPtime

time interval

None.

Droptime

time interval

None.

distance

decimal number

None.

Area_Id

integer

None.

TransportType

string

None.

PageNo

integer

None.

PageSize

integer

None.

SortOrder

string

None.

SortColumn

string

None.

RowCount

integer

None.

MaxRows

integer

None.

IsPickup

integer

None.

IsDrop

integer

None.

PassangerID

integer

None.

PassangerTypeID

integer

None.

AllocationID

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "routedetailid": 1,
  "routeid": 2,
  "routecode": "sample string 3",
  "routname": "sample string 4",
  "stopmasterid": 5,
  "stopname": "sample string 6",
  "stopaddress": "sample string 7",
  "pickuptime": "00:00:00.1234567",
  "droptime": "00:00:00.1234567",
  "distance": 1.0,
  "area_id": 8,
  "transporttype": "sample string 9",
  "pageno": 10,
  "pagesize": 11,
  "sortorder": "sample string 12",
  "sortcolumn": "sample string 13",
  "rowcount": 14,
  "maxrows": 15,
  "ispickup": 16,
  "isdrop": 17,
  "passangerid": 18,
  "passangertypeid": 19,
  "allocationid": 20
}

application/xml, text/xml

Sample:
<RouteForTransportAllocationModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GEE.Business.Model.Transport">
  <AllocationID>20</AllocationID>
  <Area_Id>8</Area_Id>
  <Droptime>PT0.1234567S</Droptime>
  <IsDrop>17</IsDrop>
  <IsPickup>16</IsPickup>
  <MaxRows>15</MaxRows>
  <PageNo>10</PageNo>
  <PageSize>11</PageSize>
  <PassangerID>18</PassangerID>
  <PassangerTypeID>19</PassangerTypeID>
  <PickUPtime>PT0.1234567S</PickUPtime>
  <RoutName>sample string 4</RoutName>
  <RouteCode>sample string 3</RouteCode>
  <RouteDetailId>1</RouteDetailId>
  <RouteID>2</RouteID>
  <RowCount>14</RowCount>
  <SortColumn>sample string 13</SortColumn>
  <SortOrder>sample string 12</SortOrder>
  <StopAddress>sample string 7</StopAddress>
  <StopMasterID>5</StopMasterID>
  <StopName>sample string 6</StopName>
  <TransportType>sample string 9</TransportType>
  <distance>1</distance>
</RouteForTransportAllocationModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.