GET api/FastPass

No documentation available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
[
  {
    "FastPassId": 1,
    "Name": "sample string 2",
    "Type": "sample string 3"
  },
  {
    "FastPassId": 1,
    "Name": "sample string 2",
    "Type": "sample string 3"
  },
  {
    "FastPassId": 1,
    "Name": "sample string 2",
    "Type": "sample string 3"
  }
]

application/xml, text/xml

Sample:
<ArrayOfFastPass xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Crew.WebService.Models">
  <FastPass>
    <FastPassId>1</FastPassId>
    <Name>sample string 2</Name>
    <Type>sample string 3</Type>
  </FastPass>
  <FastPass>
    <FastPassId>1</FastPassId>
    <Name>sample string 2</Name>
    <Type>sample string 3</Type>
  </FastPass>
  <FastPass>
    <FastPassId>1</FastPassId>
    <Name>sample string 2</Name>
    <Type>sample string 3</Type>
  </FastPass>
</ArrayOfFastPass>