API | Type | Latest version | Test account | Know how (s) |
---|---|---|---|---|
AvailabilitiesService | SOAP and REST | 1.33 | available |
Availability service is quite simple. It proposes 4 main methods, adapted for the different product kinds:
The method getUpdatedAvailabilities can help to limit the calls to specific products only.
This API is exposing up to date data, to be cached on the caller side, to avoid to struggle with the API rate limits.
SecuTix recommendation is to call this endpoint up to once every minute maximum, using getUpdatedAvailabilities method to detect the availabilities which did effectively change. Please take contact with us if you think that you need more frequent data updates.
Note: the order service does check the availabilities when creating an order, so there is no risk to oversell, even if the calling system does not have fully up to date data. The method createOrUpdateOrder will return the following error code:error.order.availability
if there are no tickets available.