GET api/tenants/{tenantId}/settingsjs

Gets the list of different possible booking subtypes.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
tenantId

integer

Required

Body Parameters

None.

Response Information

Resource Description

Returns the list of booking subtypes (code and name)

string

Response Formats

application/json, text/json

Sample:
"sample string 1"

application/xml, text/xml

Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>