# Retrieve Fee Types Retrieves a paginated list of all available fee types in the system Endpoint: GET /api/v3/fees/feeTypes Version: 3.0.12 Security: X-Auth-Token ## Response 200 fields (application/json): - `content` (array) - `content.id` (integer) Unique identifier of the fee type Example: 123 - `content.name` (string) Name of the fee type Example: "Late Checkout Fee" - `content.description` (string) Detailed description of the fee type Example: "Fee charged when guests check out after the standard checkout time" - `content.product` (object) The product associated with this fee type for accounting purposes - `content.product.id` (integer) - `content.product.productType` (string) Enum: "SALES", "PURCHASE" - `content.product.productCode` (string) - `content.product.name` (string) - `content.product.description` (string) - `content.product.nominalCode` (object) - `content.product.nominalCode.id` (integer) The unique identifier of the nominal code - `content.product.nominalCode.code` (string) The code of the nominal code - `content.product.nominalCode.description` (string) The description of the nominal code - `content.product.nominalCode.type` (string) The type of the nominal code Enum: "BANK", "CARD", "OWNER_LIABILITY", "PURCHASE", "SALES" - `content.product.nominalCode.currency` (object) The currency of the organisation - `content.product.nominalCode.currency.id` (integer) Unique identifier of the currency - `content.product.nominalCode.currency.name` (string) Name of the currency - `content.product.nominalCode.currency.description` (string) Description of the currency - `content.product.nominalCode.currency.symbol` (string) Symbol of the currency - `content.product.nominalCode.currency.exchangeRate` (number) Exchange rate of the currency - `content.product.nominalCode.currency.baseRate` (number) Base rate of the currency - `content.product.nominalCode.currency.unit` (string) Unit of the currency - `content.product.nominalCode.currency.autoUpdate` (boolean) Indicates if the currency is auto-updated - `content.product.nominalCode.currency.primaryCurrency` (boolean) Indicates if this is the primary currency - `content.product.nominalCode.currency.htmlSafeSymbol` (string) HTML safe symbol of the currency - `content.product.nominalCode.accountType` (string) The account type of the nominal code - `content.product.systemProduct` (boolean) - `content.product.descriptionTemplate` (string) - `content.product.useExtendedInvoiceDescription` (boolean) - `content.product.useUnitNameOnlyInvoiceDescription` (boolean) - `content.product.includeRoomstayDatesInvoiceDescription` (boolean) - `content.product.useChargeDatesInvoiceDescription` (boolean) - `content.product.invoiceWrapGroup` (string) - `content.product.defaultUnitPrice` (number) - `content.product.defaultVatProfile` (object) VAT profile - `content.product.defaultVatProfile.id` (integer) The unique identifier of the VAT profile - `content.product.defaultVatProfile.name` (string) The name of the VAT profile - `content.product.defaultVatProfile.description` (string) The description of the VAT profile - `content.product.defaultVatProfile.primaryProfile` (boolean) Indicates if this is the primary profile - `content.product.defaultVatProfile.systemProfile` (boolean) Indicates if this is a system profile - `content.product.defaultCurrency` (object) The currency of the organisation - `content.product.rollUpGroupName` (string) - `content.product.rollUpGroupDescription` (string) - `content.product.invoiceToLandlord` (boolean) - `content.product.unitManagementFee` (object) The product associated with this fee type for accounting purposes - `content.product.unitManagementFeeEnabled` (boolean) - `content.product.fiscalisationBlocked` (boolean) - `page` (object) - `page.size` (integer) - `page.totalElements` (integer) - `page.totalPages` (integer) - `page.number` (integer)