menu
  Authenticate Request 
 
	
{
"BookingMode": "API",
"UserName": "xxxxxx",
"Password": "xxxxxx@12", 
"IPAddress": "192.168.11.120"
}

  Authenticate Response 
	
{
    "Agency": {
        "TotalAailableLimit": 0.0,
        "Currency": "",
        "LocalCurrency": "PHP",
        "LocalCurrencyROE": 55.8019665161
    },
    "IsSuccess": true,
    "Errors": [],
    "Alerts": [],
    "TokenId": "bd2911ab-4b18-4e4f-ae0c-756fc403eb35",
    "TrackingId": "94bd3fc8-5ba0-4a60-b90e-c022b4dc2dd7"
}