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
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

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.