GET api/tenants/{tenantId}/settings
Gets the list of different possible booking subtypes.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
tenantId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Returns the list of booking subtypes (code and name)
Collection of TenantSettingOfTenantSettingCodeName | Description | Type | Additional information |
---|---|---|---|
Setting | string |
None. |
|
Value | string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "setting": "sample string 1", "value": "sample string 2" }, { "setting": "sample string 1", "value": "sample string 2" } ]
application/xml, text/xml
Sample:
<ArrayOfTenantSettingOfTenantSettingCodexsQ0aBtf xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TS.DR.Resources"> <TenantSettingOfTenantSettingCodexsQ0aBtf> <Setting>sample string 1</Setting> <Value>sample string 2</Value> </TenantSettingOfTenantSettingCodexsQ0aBtf> <TenantSettingOfTenantSettingCodexsQ0aBtf> <Setting>sample string 1</Setting> <Value>sample string 2</Value> </TenantSettingOfTenantSettingCodexsQ0aBtf> </ArrayOfTenantSettingOfTenantSettingCodexsQ0aBtf>