GET 17.0/app/accounts/{contactid}/defaulttenancyproperty

Description

Retrieves the default tenancy property for the specified contact.

URI Parameters

Name Description Type Additional information
contactId

The ID of the contact to query.

integer

Required

None.

None.

A containing the property ID and tenancy ID.

Name Description Type Additional information
TenancyId

integer

None.

PropertyId

integer

None.

application/json, text/json

Sample:
{
  "tenancyId": 1,
  "propertyId": 2
}

application/xml, text/xml

Sample:
<DefaultTenancyPropertyItem xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <TenancyId>1</TenancyId>
  <PropertyId>2</PropertyId>
</DefaultTenancyPropertyItem>