POST api/PropertyValuation/UpdateCell
Request Information
URI Parameters
None.
Body Parameters
UpdatePropertyValuationModel| Name | Description | Type | Additional information |
|---|---|---|---|
| filter | GetPropertyValuationRequestModel |
None. |
|
| row | UpdateRowModel |
None. |
Request Formats
application/json, text/json
Sample:
{
"filter": {
"LanguageCode": "sample string 1",
"ImportDate": "2025-12-12T12:54:44.3171789+01:00",
"AnalysisDate": "2025-12-12T12:54:44.3171789+01:00",
"RevisionDate": "2025-12-12T12:54:44.3171789+01:00",
"IdBuildingList": [
1,
2
],
"TargetAreaUnitCode": "sample string 5",
"TargetCurrency": "sample string 6",
"CurrencyRateDate": "2025-12-12T12:54:44.3171789+01:00",
"filter": {
"sample string 1": {},
"sample string 3": {}
},
"mappings": {
"sample string 1": "sample string 2",
"sample string 3": "sample string 4"
},
"additionalFields": {
"sample string 1": "sample string 2",
"sample string 3": "sample string 4"
},
"columnHeaders": [
"sample string 1",
"sample string 2"
],
"mandatoryColumns": [
1,
2
],
"Format": 0,
"draw": 8,
"columns": [
{
"data": "sample string 1",
"name": "sample string 2",
"searchable": true,
"orderable": true,
"search": {
"value": "sample string 1",
"regex": true
}
},
{
"data": "sample string 1",
"name": "sample string 2",
"searchable": true,
"orderable": true,
"search": {
"value": "sample string 1",
"regex": true
}
}
],
"order": [
{
"column": 1,
"dir": "sample string 2"
},
{
"column": 1,
"dir": "sample string 2"
}
],
"start": 9,
"length": 10,
"search": {
"value": "sample string 1",
"regex": true
}
},
"row": {
"row": "sample string 1"
}
}
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true