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>........)
Authentication Parameters
username string
password string
Connection Process
Access You need a username and a password. Please contact at support@carsirent.com for any further information.
Prepare Prepare your XML request according to the rules defined in this document.
Send Send your XML request to the respective development environment
Response CARSiRENT server will respond to the server from where the request was sent from.
Error In case of any error, fix your XML request and try again.