POST 17.0/app/properties/{fromid}/merge

Description

Merges a property with another property

URI Parameters

Name Description Type Additional information
fromId

Id of the property to merge from

integer

Required

Merge options, including property to merege into

Name Description Type Additional information
ToPropertyId

integer

None.

IncludePictures

boolean

None.

application/json, text/json

Sample:
{
  "toPropertyId": 1,
  "includePictures": true
}

application/xml, text/xml

Sample:
<MergePropertyRequest xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <ToPropertyId>1</ToPropertyId>
  <IncludePictures>true</IncludePictures>
</MergePropertyRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

None.

None.