...
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 IdPCall ValidateLogin(), method overload that takes tenantId, setting LoginName to user e-mail and Password to refresh tokenTODO: BPIToken
Legacy Module API:TODOTODO: BPIToken
...