Last active
September 27, 2018 21:51
-
-
Save maier-stefan/085d45c5286e161b9c0d50077ba1212e to your computer and use it in GitHub Desktop.
Example Requests
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"contact": { | |
"firstName": "Hansi", | |
"lastName": "Haller", | |
"phone": "1230921039", | |
"email": "[email protected]", | |
"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" | |
} | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"contact": { | |
"firstName": "Hansi", | |
"lastName": "Haller", | |
"phone": "1230921039", | |
"email": "[email protected]", | |
"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" | |
} | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"contact": { | |
"firstName": "Hansi", | |
"lastName": "Haller", | |
"phone": "1230921039", | |
"email": "[email protected]", | |
"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" | |
} | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"contact": { | |
"firstName": "Hansi", | |
"lastName": "Haller", | |
"phone": "1230921039", | |
"email": "[email protected]", | |
"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