POST api/SiteProfile/getSiteData

Request Information

URI Parameters

None.

Body Parameters

SiteDataModel
NameDescriptionTypeAdditional information
Id

integer

None.

ProjectId

integer

None.

DealType

integer

None.

Purchase_GL

integer

None.

SiteType

integer

None.

SiteArea_SQFT

decimal number

None.

SiteArea_Acres

decimal number

None.

LandPrice

decimal number

None.

LandPrice_SQFT

decimal number

None.

NewOrRelo

string

None.

UpdateBy

integer

None.

DealTypeString

string

None.

Purchase_GLString

string

None.

SiteTypeString

string

None.

LandPriceString

string

None.

LandPrice_SQFTString

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "ProjectId": 2,
  "DealType": 3,
  "Purchase_GL": 4,
  "SiteType": 5,
  "SiteArea_SQFT": 6.0,
  "SiteArea_Acres": 7.0,
  "LandPrice": 8.0,
  "LandPrice_SQFT": 9.0,
  "NewOrRelo": "sample string 10",
  "UpdateBy": 11,
  "DealTypeString": "sample string 12",
  "Purchase_GLString": "sample string 13",
  "SiteTypeString": "sample string 14",
  "LandPriceString": "$8.00",
  "LandPrice_SQFTString": "$9.00"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.