| ||
| detail: element | attribute | value | ||
XML Example:<tenantListing> zero or N[<tenants>tenant</tenants>] </tenantListing> | JSON Example:{"tenantListing":
{
"tenants": [tenant],
}
}
|
| Name | Type | Required | Nillable | Default Value | Description |
|---|---|---|---|---|---|
| tenants | zero or N[tenant] | false | false | Return the list of tenants
|
| ||
| detail: element | attribute | value | ||