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

NameDescriptionTypeAdditional information
currentPropertyId

the id of the original property

integer

Required

Body Parameters

The property copy command data contract supplied with the request.

PropertyCopyCommandDataContract
NameDescriptionTypeAdditional 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:

Sample not available.

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

Response Information

Resource Description

The response returned after the operation completes.

PropertyDataContract
NameDescriptionTypeAdditional 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:

Sample not available.

text/json

Sample:

Sample not available.