POST api/SiteProfile/getSiteDemographics
Request Information
URI Parameters
None.
Body Parameters
SiteDemographicsModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| ProjectId | integer |
None. |
|
| Population | string |
None. |
|
| MedianIncome | decimal number |
None. |
|
| TrafficCounts | integer |
None. |
|
| PopGrowth | string |
None. |
|
| StreetA | string |
None. |
|
| StreetB | string |
None. |
|
| UpdateBy | integer |
None. |
|
| MedianIncomeString | string |
None. |
|
| PopGrowthString | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"ProjectId": 2,
"Population": "sample string 3",
"MedianIncome": 4.0,
"TrafficCounts": 5,
"PopGrowth": "sample string 6",
"StreetA": "sample string 7",
"StreetB": "sample string 8",
"UpdateBy": 9,
"MedianIncomeString": "$4.00",
"PopGrowthString": "sample string 6%"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |