The Tenancy Group object
data object
idstringrequired
typestringrequired
Possible values: [tenancy_groups]
attributes objectrequired
property_idinteger
ID of the property
provider_idstring
Thirdy party provider's reference for this group
Example:
T123456The Tenancy Group object
{
"data": {
"id": "string",
"type": "tenancy_groups",
"attributes": {
"property_id": 0,
"provider_id": "T123456"
}
}
}