Authentication
In order to request an account, please contact support@carsirent.com.
Once your request received, we will send you a contract. Upon siging of the contract, you would be given test credentials.
Once the development is done from your side, there needs to be a certification process which should be followed based on the instructions of our technical department. Once certification is completed, you would be provided with Live Credentials for production environment.
Connection Overview
| XRS Call |
Message |
XRS Response |
| POST URL: Access URL Environment |
|
|
XML-Request= URLENCODEDSTRING(
<?xml version="1.0" encoding="utf-8"?>
<request>
<auth>
<username>USERNAME</username>
<password>PASSWORD</password>
<language>EN</language>
<pos>BH</pos>
</auth>........) |
OK |
<?xml version="1.0" encoding="utf-8"?>
<request>
<auth>
<username>USERNAME</username>
<password>PASSWORD</password>
<language>EN</language>
<pos>BH</pos>
</auth>........) |