JSON API - LOGIN

JSON API - LOGIN

Creates a new Softrip session for the specified user. The returned session can be used for subsequent USERINFO requests, or to send the user to their Softrip reservation system or CMS session.

  • Input:

    • TransType=LOGIN

    • Login=[User's login]

      • Login can be an email address (for direct consumers and travel agents), or an internal user ID

    • Password=[User's password]

  • Output:

    • Standard response members

    • Session ID

      • The session ID is a unique identifier for this user's new session. This session ID can be used to send the user to the Softrip CMS or Reservation System. For example, send the user to their cart using the reservation system URL:

        https://www.domain.com/res/?SessID=[SessionID]&Action=CART