POST api/homesearch/savematerialinformationtoproperty
Retrieve the material information values from Homesearch and save them to the property/role
Request Information
URI Parameters
None.
Body Parameters
SaveMaterialInformationToPropertyDataContract| Name | Description | Type | Additional information |
|---|---|---|---|
| RoleId | integer |
None. |
|
| PropertyId | integer |
None. |
|
| Address | string |
None. |
|
| Id | integer |
None. |
Request Formats
application/x-www-form-urlencoded
Sample:
Sample not available.
application/json, text/json
Sample:
{
"RoleId": 1,
"PropertyId": 2,
"Address": "sample string 3",
"Id": 4
}
Response Information
Resource Description
The fields which have been updated with the new values
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. |