POST api/property/{currentPropertyId}/copy
Clones a property
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| currentPropertyId |
the id of the original property |
integer |
Required |
Body Parameters
PropertyCopyCommandDataContract| Name | Description | Type | Additional information |
|---|---|---|---|
| NewPropertyData | PropertyDataContract |
None. |
|
| SelectedDocuments | Collection of SelectedDocumentsDto |
None. |
|
| EPCRatings | boolean |
None. |
|
| EPCDocuments | boolean |
None. |
|
| Valuations | boolean |
None. |
|
| MarketingStatus | boolean |
None. |
Request Formats
application/x-www-form-urlencoded
Sample:
Sample not available.
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
Response Information
Resource Description
PropertyDataContract| Name | Description | Type | Additional information |
|---|---|---|---|
| Address | AddressDataContract |
None. |
|
| Keys | Collection of PropertyKeyDataContract |
None. |
|
| Alarms | Collection of PropertyAlarmDataContract |
None. |
|
| Roles | Collection of RoleDataContract |
None. |
|
| InactiveRoleIds | Collection of integer |
None. |
|
| SpecialArrangements | Collection of PropertySpecialArrangementDataContract |
None. |
|
| SystemStatusName | string |
None. |
|
| Certificates | Collection of PropertyCertificateDataContract |
None. |
|
| DefaultPicture | DocumentDataContract |
None. |
|
| CustomFields | Collection of CustomFieldGroupWithValuesDataContract |
None. |
|
| RetentionAmount | decimal number |
None. |
|
| PreApprovedSpendAmount | decimal number |
None. |
|
| Id | integer |
None. |
Response Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.