GolfManager Logo V3 API
Version 2025-07-21

Tenant

Returns information about a tenant

GET https://eu.golfmanager.com/api/tenant

Response

{
   "locale": {
      "culture": "es",
      "currencyName": "::Euro",
      "currencySymbol": "€",
      "dateMonthPattern": "ddd, dd MMMM",
      "dateMonthTimePattern": "ddd, dd MMMM HH:mm",
      "dateTimePattern": "dd-MM-yyyy HH:mm",
      "decimalSeparator": ",",
      "firstDayOfWeek": 1,
      "language": "es",
      "languageName": "Español",
      "leftSymbol": false,
      "location": "Europe/Madrid",
      "longDatePattern": "ddd, dd MMMM yyyy",
      "monthDayPattern": "dd-MM",
      "numberOfDecimals": 2,
      "shortDatePattern": "dd-MM-yyyy",
      "shortTimePattern": "HH:mm",
      "tenantLanguage": "es",
      "tenantLanguageName": "Español",
      "thousandSeparator": "."
   },
   "modules": [
      "system",
      "globalSearch",
      "customers",
      "billing",
      "consumer",
      "checkout",
      "bookings",
      "shop",
      "barcodes",
      "pos",
      "vouchers",
      "oauth2",
      "invoicing",
      "demopay"
   ],
   "settings": {
      "allowDeleteAccount": false,
      "allowRegistration": true,
      "discountColumn": true,
      "lat": 40.426942,
      "loginImageCentered": true,
      "long": -3.68916,
      "pricesTaxIncluded": true,
      "printTicketCreateUSer": true
   },
   "tenantLabel": "Demo"
}