The thirdparty api expose a group of methods for booking and invoices management.
Api Messages
Api Authorization
Api Key
Api Secret
Token:
If you already have a token, you can put it here directly.
The token must be embeded in the request as "AuthToken" HTTP Header or as "authtoken" Querystring Parameter.
The examples in this client uses the token as a querystring parameter.
Method: GET
Description: If the agency parameter is defined, get the information for the agency, otherwise; get all agencies information for an enterprise.
Description: If the booking parameter is defined, gets a booking information, otherwise; get all bookings for an enterprise. The max value is used to limit the result length.
Route: tp/bookings/{enterprise}
Route: tp/bookings/{enterprise}/{booking}
Route: tp/bookings/{enterprise}/{max:int}
Input Parameters:
enterprise, booking [optional, default=(null)], max [optional, default=10]