Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Note: This is done automatically if you are using HIMSA's .NET Client, Legacy Business API or Module API

TODO

4. Connecting to API

  • URI and port number
    • QA environment: api.qa.eu.noah-es.com:443
    • EU Production: api.eu.noah-es.com:443
    • US Production: api.us.noah-es.com:443
  • HIMSA's .NET Client:
    • Use the constructor that takes refresh token as input
  • Legacy Business API:
    • Call the Initialize() method overload that takes server name and port number of IdP
    • Call ValidateLogin(), method overload that takes tenantId, setting LoginName to user e-mail and Password to refresh token
    • TODO: BPIToken
  • Legacy Module API:
    • TODO
    • TODO: BPIToken

...