Skip to content

Instantly share code, notes, and snippets.

@repitch
Created December 20, 2018 00:01
Show Gist options
  • Save repitch/4c9de11f73d7a24834f9b9a969013295 to your computer and use it in GitHub Desktop.
Save repitch/4c9de11f73d7a24834f9b9a969013295 to your computer and use it in GitHub Desktop.
Request for /api/queue/calculate
{
"insuranceCompany": [
{
"company": "ALF",
"program": "CLASSIC"
},
{
"company": "VTB",
"program": "ECONOMY"
},
{
"company": "ING",
"program": ""
}
],
"countries": [
"GERMANY"
],
"startDate": "2019-01-01",
"finishDate": "2019-01-09",
"travelerCount": 1,
"insureds": [
{
"lastName": "",
"firstName": "",
"lastNameEng": "",
"firstNameEng": "",
"birthday": "1986-06-05",
"passportNumber": "",
"passportSeries": "",
"citizenship": "russian"
}
],
"risks": {
"HEALTH_INSURANCE": {
"sum": "30000"
},
"AIRFARE_BAGGAGE": {
"sum": "1500"
},
"ACCIDENT": {
"sum": "10000"
},
"CIVIL_LIABILITY": {
"sum": "50000"
},
"SKIING_OR_SNOWBOARDING": {
"sum": "0"
}
},
"activities": [
{
"name": "AVIATSIONNIY_SPORT"
},
{
"name": "AVTOMOBILYNIY_SPORT"
}
],
"isInTravel": 0,
"is_pregnant": 0
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment