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:

  • ~/AirportService.svc?wsdl

    Provides facilities to access Airport information.

  • ~/CountryService.svc?wsdl

    Provides facilities to access Country information.

  • ~/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.

  • ~/ParkingService.svc?wsdl

    Provides facilities to search, book and administer airport 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.

  • ~/TransfersService.svc?wsdl

    Provides facilities to search, book and administer transfers orders.

  • ~/AirportParkingService.svc?wsdl

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

  • ~/BookingService.svc?wsdl

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

  • ~/PortParkingService.svc?wsdl

    Provides facilities to search, book and administer port parking based 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.
Culture String An ISO culture code such as en-GB, fr-FR, de-AT, Etc.

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;