webLogin

The method will allow you to login a user directly to AeroCRS IBE from a form you can build on your website

🚧

Important

Redirection url includes a unique token. Note that the token is only valid for 30 minutes, after that re-login is required.

Request parameters

Parameter

Type

Description

logintype

String*

"web_cust" or "web_agent" only

usrname

String*

Customer e-mail for web_cust
Agent user name or e-mail for web_agent

usrpass

String*

Password

❗️

* Mandatory parameters

Response

The method will response with a link with a token which you can redirect the customer to.

Parameter

Type

Description

redirecturl

String

Redirection URL

Language