Servers

There are 2 server environments which you'll need to access.

  • Sandbox
    http://sandbox.travelparkingapps.com/api/v3/

    Our sandbox environment contains a working system with dummy content.

  • Production
    https://www.travelparkingapps.com/api/v3/

    Our production environment is what your live applications will connect to.

Web Services

The following web services are available:

  • ~/AirportParkingService.svc?wsdl

    Provides facilities to search, book and administer airport parking based orders.

  • ~/AirportService.svc?wsdl

    Provides facilities to access Airport information.

  • ~/BlogService.svc?wsdl

    Provides facilities to access custom information such as Terms and Conditions.

  • ~/BookingService.svc?wsdl

    Provides facilities to search, book and administer 3rd Party airport parking based orders.

  • ~/CountryService.svc?wsdl

    Provides facilities to access Country information.

  • ~/EmailService.svc?wsdl

    Provides facilities to send emails.

  • ~/InformationService.svc?wsdl

    Provides facilities to access custom information such as Terms and Conditions.

  • ~/LocationService.svc?wsdl

    Provides facilities to search and find different locations.

  • ~/MembersService.svc?wsdl

    Provides facilities to manage and access information on registered members (customers).

  • ~/ParkingService.svc?wsdl

    Provides facilities to search, book and administer airport parking based orders.

  • ~/PaymentService.svc?wsdl

    Allows you to store a card on the RealexApi, return a list of cards for a client, and remove a stored card.

  • ~/PortParkingService.svc?wsdl

    Provides facilities to search, book and administer port parking based orders.

  • ~/PortService.svc?wsdl

    Provides facilities to access Port information.

  • ~/PricingService.svc?wsdl

    Provides facilities for getting pricing information.

  • ~/ProductService.svc?wsdl

    Provides facilities to access Product information.

  • ~/RedirectsService.svc?wsdl

    The redirects service provides a list of url to redirect the user from, and the result of the redirect.

  • ~/ReviewsService.svc?wsdl

    Provides facilities to accessing customer reviews and information.

  • ~/SupportService.svc?wsdl

    Provides facilities to access Support information.

  • ~/TransfersService.svc?wsdl

    Provides facilities to search, book and administer transfers orders.

Soap Headers

Your unique API key must be provided with each and every request.

Header Type Description Required
ApiKey Guid Your unique identifier as provided by us.

A note about our Soap XML namespace.
All our SOAP messages use the XML namespace https://www.travelparkingapps.com/api/v3 which will be required if you are writing custom SOAP serialization or using a framework that requires knowledge of the xml namespace;