Skip to content

Instantly share code, notes, and snippets.

@josephfinlayson
Created May 30, 2015 18:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save josephfinlayson/b5cc69244399c76650d6 to your computer and use it in GitHub Desktop.
Save josephfinlayson/b5cc69244399c76650d6 to your computer and use it in GitHub Desktop.
JSON
[
{
"code": "1001",
"category": "HOME",
"type": "SUBSCRIPTION",
"name": "Home emergency assistance and insurance",
"description": "We cover the typical mishaps you may encounter: If you lost your keys, a window or door gets broken and many more. Our assistance service is able to dispatch every type of craftsmen at no additional cost & at high quality and guaranteed low cost. 12 month subscription, coverage max. 1,500 per incident.",
"price": 119
},
{
"code": "1002",
"category": "HOME",
"type": "PAY_PER_USE",
"name": "Home craftsmen services",
"description": "From our extensive network we can offer you proved, high qualitative craftsmen at a very competitive price. With our Allianz satisfaction guarantee, you can enjoy peace of mind through the whole process.",
"price": 0
},
{
"code": "1003",
"category": "SMART_HOME",
"type": "SUBSCRIPTION",
"name": "Smart Home Assist",
"description": "You have a Google Nest, SOMFY or DEUTSCHE TELEKOM Smart Home or similar Smarthome that is able to connect to our Alarm API? We offer a 12 months subscription contract to control any incidents (theft, fire, water) and apply countermeasures.",
"price": 129
},
{
"code": "1004",
"category": "ROADSIDE",
"type": "SUBSCRIPTION",
"name": "Road Side Assistance",
"description": "Road side assistance solutions including coverage for towing costs up to 50km and costs connected with (e.g. transportation, hotel stay). 12 month subscription.",
"price": 89
},
{
"code": "1005",
"category": "ROADSIDE",
"type": "PAY_PER_USE",
"name": "Roadside Assistance services",
"description": "We tow or repair your vehicle or repair on spot if possible.",
"price": 0
},
{
"code": "1006",
"category": "HOME",
"type": "PAY_PER_USE",
"name": "Home Care Services",
"description": "Everyone needs to care for beloved ones - but can you trust the people helping you? We have a trusted network of elderly or accident home care, child care and pet care services.",
"price": 0
},
{
"code": "1007",
"category": "TRAVEL",
"type": "SUBSCRIPTION",
"name": "Single Trip EU Travel Insurance",
"description": "1 day travel insurance for one person, including cancellation, medical advice, medical costs, repatriation, personal accident cover. Remark: Add number of days and travelers as multiplicator.",
"price": 1.99
},
{
"code": "1009",
"category": "TRAVEL",
"type": "SUBSCRIPTION",
"name": "Annual EU Family Travel Insurance",
"description": "Travel insurance, including cancellation, medical advice, medical costs, repatriation, personal accident cover. 12 month subscription. Covers up to 4 persons traveling.",
"price": 99
},
{
"code": "1008",
"category": "TRAVEL",
"type": "PAY_PER_USE",
"name": "Travel emergency assistance",
"description": "Get helped in a foreign country, where you need urgent help (for safety, medcial, other reasons).",
"price": 0
},
{
"code": "1010",
"category": "HEALTH",
"type": "SUBSCRIPTION",
"name": "International Health Insurance",
"description": "With our international health insurance you are insured when staying for a longer time abroad, e.g. for business reasons. 12 months subscription. Note: This is no travel insurance. Coverage ex. U.S.",
"price": 5000
},
{
"code": "1011",
"category": "HEALTH",
"type": "PAY_PER_USE",
"name": "Medical advice",
"description": "You just got a diagnosis by your general practitioner and want to get this checked by medical professionals.",
"price": 0
},
{
"code": "1013",
"category": "HEALTH",
"type": "PAY_PER_USE",
"name": "Health Coaching",
"description": "You want to live healthier but you don't know how? You want to reduce weight and change your nutrition? Here is an easy way to get coached by medical professionals during a 12weeks period.",
"price": 0
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment