POST api/ValuationList/Update
Request Information
URI Parameters
None.
Body Parameters
UpdateRowModel| Name | Description | Type | Additional information |
|---|---|---|---|
| row | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"row": "sample string 1"
}
Response Information
Resource Description
UpdateResultModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Result | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"Result": true
}