tenant object
| Method | URL | Notes |
|---|---|---|
| GET | /rest/{IF}/tenant | returns a list of all tenants |
| GET | /rest/{IF}/tenant/{id} | returns information about a single tenant object |
available parameters
| Parameter | Type | Method | Notes |
|---|---|---|---|
| id | int | GET, PUT, DELETE | unique identifier of the object |
| name | string | POST,PUT | tenant's name |
| notes | string | POST, PUT | further notes or description |