GET api/Centers/{buid}/DemographicNumbers
Demographic numbers by BuID
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
buid | Business Unit ID |
Define this parameter in the request URI. |
Response Information
UnitDTO
Response body formats
application/json, text/json
Sample:
{ "BusinessUnitID": "sample string 1", "OneMileAvgHouseholdIncome": 2.0, "ThreeMileAvgHouseholdIncome": 3.0, "FiveMileAvgHouseholdIncome": 4.0, "TenMinDriveAvgHouseholdIncome": 5.0, "OneMileAvgHouseholdValue": 6.0, "ThreeMileAvgHouseholdValue": 7.0, "FiveMileAvgHouseholdValue": 8.0, "TenMinDriveAvgHouseholdValue": 9.0, "OneMileBachelorsDegreeOrHigher": 10.0, "ThreeMileBachelorsDegreeOrHigher": 11.0, "FiveMileBachelorsDegreeOrHigher": 12.0, "TenMinDriveBachelorsDegreeOrHigher": 13.0, "OneMileHouseholdsCount": 14, "ThreeMileHouseholdsCount": 15, "FiveMileHouseholdsCount": 16, "TenMinDriveHouseholdsCount": 17, "OneMilePopulation": 18, "ThreeMilePopulation": 19, "FiveMilePopulation": 20, "TenMinDrivePopulation": 21, "OneMileDaytimePopulation": 22, "ThreeMileDaytimePopulation": 23, "FiveMileDaytimePopulation": 24, "TenMinDriveDaytimePopulation": 25, "TrafficCount": 26, "Year": 27, "MidlifeSuccess": 28.0, "YoungAchievers": 29.0, "StrivingSingles": 30.0, "AccumulatedWealth": 31.0, "YoungAccumulators": 32.0, "MainstreamFamilies": 33.0, "SustainingFamilies": 34.0, "AffluentEmptyNests": 35.0, "ConservativeClassics": 36.0, "CautiousCouples": 37.0, "SustainingSeniors": 38.0 }
text/javascript
Sample:
{"BusinessUnitID":"sample string 1","OneMileAvgHouseholdIncome":2.0,"ThreeMileAvgHouseholdIncome":3.0,"FiveMileAvgHouseholdIncome":4.0,"TenMinDriveAvgHouseholdIncome":5.0,"OneMileAvgHouseholdValue":6.0,"ThreeMileAvgHouseholdValue":7.0,"FiveMileAvgHouseholdValue":8.0,"TenMinDriveAvgHouseholdValue":9.0,"OneMileBachelorsDegreeOrHigher":10.0,"ThreeMileBachelorsDegreeOrHigher":11.0,"FiveMileBachelorsDegreeOrHigher":12.0,"TenMinDriveBachelorsDegreeOrHigher":13.0,"OneMileHouseholdsCount":14,"ThreeMileHouseholdsCount":15,"FiveMileHouseholdsCount":16,"TenMinDriveHouseholdsCount":17,"OneMilePopulation":18,"ThreeMilePopulation":19,"FiveMilePopulation":20,"TenMinDrivePopulation":21,"OneMileDaytimePopulation":22,"ThreeMileDaytimePopulation":23,"FiveMileDaytimePopulation":24,"TenMinDriveDaytimePopulation":25,"TrafficCount":26,"Year":27,"MidlifeSuccess":28.0,"YoungAchievers":29.0,"StrivingSingles":30.0,"AccumulatedWealth":31.0,"YoungAccumulators":32.0,"MainstreamFamilies":33.0,"SustainingFamilies":34.0,"AffluentEmptyNests":35.0,"ConservativeClassics":36.0,"CautiousCouples":37.0,"SustainingSeniors":38.0}