Skip to content

Instantly share code, notes, and snippets.

@maier-stefan
Last active September 27, 2018 21:51
Show Gist options
  • Save maier-stefan/085d45c5286e161b9c0d50077ba1212e to your computer and use it in GitHub Desktop.
Save maier-stefan/085d45c5286e161b9c0d50077ba1212e to your computer and use it in GitHub Desktop.
Example Requests
{
"contact": {
"firstName": "Hansi",
"lastName": "Haller",
"phone": "1230921039",
"email": "hans10405@datalove.io",
"street": "Torstraße",
"streetNumber": "213"
},
"tracking": {
"placementType": "localhost1243"
},
"attributes": {
"houseType": "detached_house".
"roofSizeType": "lower_100_sqm",
"materialType": "clay_or_stone",
"startDateType": "in_1_to_3_months",
"tileShapeType": "frankfurt_pan",
"tileColorType": "granite",
"tileFinishType": "semi_matt",
"addonTypes": ["energy"],
"financeTypes": ["finance"],
"windowTypes": ["window_swing"],
"roofType": "pitched_roof"
}
}
{
"contact": {
"firstName": "Hansi",
"lastName": "Haller",
"phone": "1230921039",
"email": "hans10405@datalove.io",
"street": "Torstraße",
"streetNumber": "213"
},
"tracking": {
"placementType": "localhost1243"
},
"attributes": {
"roofSize": 132,
"houseType": "detached_house".
"materialType": "clay_or_stone",
"startDateType": "in_1_to_3_months",
"tileShapeType": "rubin_11_v",
"tileColorType": "deep_black",
"tileFinishType": "semi_matt",
"addonTypes": ["energy"],
"financeTypes": ["finance"],
"windowTypes": ["window_swing"],
"roofType": "pitched_roof"
}
}
{
"contact": {
"firstName": "Hansi",
"lastName": "Haller",
"phone": "1230921039",
"email": "hans10405@datalove.io",
"street": "Torstraße",
"streetNumber": "213"
},
"tracking": {
"placementType": "localhost1243"
},
"attributes": {
"roofSizeType": "between_150_and_200_sqm",
"houseType": "detached_house".
"materialType": "clay_or_stone",
"startDateType": "in_1_to_3_months",
"tileShapeType": "rubin_13_v",
"tileColorType": "common_beech",
"tileFinishType": "semi_matt",
"addonTypes": ["energy"],
"financeTypes": ["finance"],
"windowTypes": ["window_swing"],
"roofType": "pitched_roof"
}
}
{
"contact": {
"firstName": "Hansi",
"lastName": "Haller",
"phone": "1230921039",
"email": "hans10405@datalove.io",
"street": "Torstraße",
"streetNumber": "213"
},
"tracking": {
"placementType": "localhost1243"
},
"attributes": {
"roofSize": 132,
"houseType": "terraced_house".
"startDateType": "in_2_to_4_weeks",
"tileShapeType": "taunus_pan",
"tileColorType": "deep_red",
"tileFinishType": "matt",
"addonTypes": ["energy", "more_light", "construction"],
"financeTypes": ["finance"],
"windowTypes": ["window_swing", "window_fold_swing"],
"roofType": "pitched_roof"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment