POST api/rcc
Request RCC Valuation. Request must be from an authorized user. Https connection required.
Request Information
URI Parameters
None.
Body Parameters
JSONData: [{"ValName":"Value1","PropertyData":{"Building":{"BuildingTypeID":"2","SquareFeet":"2500","WallType":"Frame",...}}}] -- (Required fields vary with BuildingTypeID)
Collection of ObjectNone.
Request Formats
application/json, text/json
Sample:
{
"ValName": "2019PriceTest",
"PropertyData": {
"Building": {
"BuildingTypeID": "2",
"SquareFeet": "2500",
"NumberOfUnits": "6",
"WallType": "Frame"
}
}
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
{
"ValName": "2019PriceTest",
"PropertyData": {
"Building": {
"BuildingTypeID": "2",
"SquareFeet": "2500",
"NumberOfUnits": "6",
"WallType": "Frame"
}
}
}