POST api/property/{currentPropertyId}/copy
Clones a property Processes this property API request. The parameter and response sections describe the data exchanged with the API.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| currentPropertyId |
the id of the original property |
integer |
Required |
Body Parameters
The property copy command data contract supplied with the request.
PropertyCopyCommandDataContract| Name | Description | Type | Additional information |
|---|---|---|---|
| NewPropertyData |
The new property data value. |
PropertyDataContract |
None. |
| SelectedDocuments |
The collection of selected documents. |
Collection of SelectedDocumentsDto |
None. |
| EPCRatings |
Indicates whether epc ratings is true. |
boolean |
None. |
| EPCDocuments |
Indicates whether epc documents is true. |
boolean |
None. |
| Valuations |
Indicates whether valuations is true. |
boolean |
None. |
| MarketingStatus |
Indicates whether marketing status is true. |
boolean |
None. |
Request Formats
application/x-www-form-urlencoded
Sample not available.
application/json
Sample not available.
text/json
Sample not available.
Response Information
Resource Description
The response returned after the operation completes.
PropertyDataContract| Name | Description | Type | Additional information |
|---|---|---|---|
| Address |
The address value. |
AddressDataContract |
None. |
| Keys |
The collection of keys. |
Collection of PropertyKeyDataContract |
None. |
| Alarms |
The collection of alarms. |
Collection of PropertyAlarmDataContract |
None. |
| Roles |
The collection of roles. |
Collection of RoleDataContract |
None. |
| InactiveRoleIds |
The unique identifiers of the related inactive role resources. |
Collection of integer |
None. |
| SpecialArrangements |
The collection of special arrangements. |
Collection of PropertySpecialArrangementDataContract |
None. |
| SystemStatusName |
The system status name value. |
string |
None. |
| Certificates |
The collection of certificates. |
Collection of PropertyCertificateDataContract |
None. |
| DefaultPicture |
The default picture value. |
DocumentDataContract |
None. |
| CustomFields |
The collection of custom fields. |
Collection of CustomFieldGroupWithValuesDataContract |
None. |
| RetentionAmount |
The retention amount value. |
decimal number |
None. |
| PreApprovedSpendAmount |
The pre approved spend amount value. |
decimal number |
None. |
| Id |
The unique identifier of this resource. |
integer |
None. |
Response Formats
application/json
Sample not available.
text/json
Sample not available.