Skip to content

Get all travel quotations

GET
/quotations/travel

Authorizations

BearerAuth
Type
HTTP (bearer)

Parameters

Query Parameters

Statuses
Type
array
PremiumStatuses
Type
array
CancellationStatuses
Type
array
StartDate
Type
string
EndDate
Type
string
InsurerId
Type
integer
IntermediaryId
Type
integer
PartnerId
Type
integer
DebitNoteStatus
Type
string
ClassOfBusinessId
Type
integer
ClientId
Type
integer
Query
Type
string
BranchId
Type
integer
PageNumber
Type
integer
PageSize
Type
integer

Responses

Success

application/json
JSON
{
  
"totalItems": 0,
  
"pageSize": 0,
  
"pageNumber": 0,
  
"totalPages": 0,
  
"data": [
  
  
{
  
  
  
"id": "string",
  
  
  
"policyNumber": "string",
  
  
  
"status": "string",
  
  
  
"startDate": "string",
  
  
  
"endDate": "string",
  
  
  
"basicPremium": 0,
  
  
  
"premiumLevy": 0,
  
  
  
"grossPremium": 0,
  
  
  
"currency": "string",
  
  
  
"destination": "string",
  
  
  
"policyHolder": {
  
  
  
  
"clientType": {
  
  
  
  
},
  
  
  
  
"name": {
  
  
  
  
},
  
  
  
  
"dateOfBirth": {
  
  
  
  
},
  
  
  
  
"phone": {
  
  
  
  
},
  
  
  
  
"contactPerson": {
  
  
  
  
},
  
  
  
  
"contactPersonPhoneNumber": {
  
  
  
  
},
  
  
  
  
"email": {
  
  
  
  
},
  
  
  
  
"physicalAddress": {
  
  
  
  
},
  
  
  
  
"postalAddress": {
  
  
  
  
},
  
  
  
  
"registrationNumber": {
  
  
  
  
},
  
  
  
  
"idType": {
  
  
  
  
},
  
  
  
  
"idNumber": {
  
  
  
  
},
  
  
  
  
"tpinNumber": {
  
  
  
  
},
  
  
  
  
"sector": {
  
  
  
  
}
  
  
  
},
  
  
  
"package": {
  
  
  
  
"id": {
  
  
  
  
},
  
  
  
  
"name": {
  
  
  
  
},
  
  
  
  
"duration": {
  
  
  
  
},
  
  
  
  
"durationType": {
  
  
  
  
},
  
  
  
  
"coverType": {
  
  
  
  
},
  
  
  
  
"premium": {
  
  
  
  
},
  
  
  
  
"premiumType": {
  
  
  
  
},
  
  
  
  
"description": {
  
  
  
  
},
  
  
  
  
"externalReference": {
  
  
  
  
},
  
  
  
  
"benefits": {
  
  
  
  
},
  
  
  
  
"premiumRates": {
  
  
  
  
}
  
  
  
},
  
  
  
"beneficiaries": [
  
  
  
  
{
  
  
  
  
}
  
  
  
]
  
  
}
  
]
}

Playground

Authorization
Variables
Key
Value

Samples

Built with ❤️ by Hobbiton Technologies