POST Brokerage/AddAttachment

Request Information

URI Parameters

None.

Body Parameters

PropertyAttachment
NameDescriptionTypeAdditional information
propertyattachment_id

integer

None.

property_id

integer

None.

img_src

string

None.

attachment_name

string

None.

attachment_size

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "propertyattachment_id": 1,
  "property_id": 2,
  "img_src": "sample string 3",
  "attachment_name": "sample string 4",
  "attachment_size": 5
}

application/xml, text/xml

Sample:
<PropertyAttachment xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Realty.Model">
  <attachment_name>sample string 4</attachment_name>
  <attachment_size>5</attachment_size>
  <img_src>sample string 3</img_src>
  <property_id>2</property_id>
  <propertyattachment_id>1</propertyattachment_id>
</PropertyAttachment>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.