GET api/role/{id}/tenants
Get the tenants of a lettings role by the role Id
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id |
The id of the role to get the owner information for |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
A list of tenants for the role or null if the role does not exist
System.Web.Http.IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.