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
PropertyCopyCommandDataContractName | 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:
application/json
Sample:
text/json
Sample:
Response Information
Resource Description
PropertyDataContractName | 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:
text/json
Sample: