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

Dezrez.Core.DataContracts.External.Api.Agency.Query.Get.SaveMaterialInformationToPropertyDataContract
NameDescriptionTypeAdditional 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

System.Net.Http.HttpResponseMessage
NameDescriptionTypeAdditional information
Version

System.Version

None.

Content

System.Net.Http.HttpContent

None.

StatusCode

System.Net.HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

System.Net.Http.HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.