GetCompatibleTenantsModel
Details of which offerings to get compatible tenants for.
Properties
| Name | Description | Additional information |
|---|---|---|
| Ids | List of offering IDs to find compatible tenants for. The result will contain only tenants that are compatible with all of the specified offerings. |
Type: Array of String |
Sample
application/json
Sample:
{
"Ids": [
"sample string 1",
"sample string 2",
"sample string 3"
]
}