Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: added link to OAuth developer guide

...

This web service allows a caller to retrieve a session ticket for subsequent web service requests after receiving valid account information such as an account code, a user name and password.  If you intent to use the method with OAuth, the OAuth 2.0 Client Application Developer Guide is a valuable reference.

Request Format


Panel
titlePwsAuthenticateRq
  • PwsAuthenticateRq
    • RequestId: Int32
    • SessionTicket: String (50)
    • AccountCode: String (30)
    • CultureName: String (15)
    • Fingerprint: String
    • Password: String (28)
    • UserName: String (100)
    • UtcOffsetMinutes: Int16
    • CrossoverTicket: String

...