Download OpenAPI specification:Download
Welcome to our API reference
This is the reference documentation for the Sirena REST API. This API is based on resources which are represented by JSON format and are manipulated using the HTTP protocol.
Service that allows you to make a quote applying the current business rules, which returns the unique quote code, for later use in the purchase process.
| Authentication required | string Default: c3B2LTItUEFnOVRmWjg5UVZqWjVZSDhVWkZoc3RrRHBHbmNkSkNxUUI4R2NTc1NxbXVrYjM0R0RBQVVETDlDNDdGN0Y4bg== |
| ages | Array of integers <int32> |
string | |
| customerName | string |
| customerLastName | string |
| originVisaId | integer <int64> |
| destinyVisaId | integer <int64> |
| cityId | integer <int64> |
| arrivalDate | string <date-time> |
| departureDate | string <date-time> |
| phone | string |
| discountCode | string |
| source | string |
{- "ages": [
- 0
], - "email": "string",
- "customerName": "string",
- "customerLastName": "string",
- "originVisaId": 0,
- "destinyVisaId": 0,
- "cityId": 0,
- "arrivalDate": "2019-08-24T14:15:22Z",
- "departureDate": "2019-08-24T14:15:22Z",
- "phone": "string",
- "discountCode": "string",
- "source": "string"
}Service in charge of calculating the value of the perks chosen by the client.
| Authentication required | string Default: c3B2LTItUEFnOVRmWjg5UVZqWjVZSDhVWkZoc3RrRHBHbmNkSkNxUUI4R2NTc1NxbXVrYjM0R0RBQVVETDlDNDdGN0Y4bg== |
| quoteCode | string |
| perkIds | Array of integers <int64> |
{- "quoteCode": "string",
- "perkIds": [
- 0
]
}Get the information from a travel insurance request.
| HashCode | string |
| Authentication required | string Default: c3B2LTItUEFnOVRmWjg5UVZqWjVZSDhVWkZoc3RrRHBHbmNkSkNxUUI4R2NTc1NxbXVrYjM0R0RBQVVETDlDNDdGN0Y4bg== |