# Check if rental product exists Endpoint: HEAD /rental-products Version: 2.13 Security: bearerAuth ## Query parameters: - `productType` (string) Filter by product type Example: "xyz | in:x,y | like:xyz" - `name` (string) Filter by product name Example: "xyz | in:x,y | like:xyz" - `availableFrom` (string) Filter by available from date Example: "yyyy-MM-dd | lt:yyyy-MM-dd | gt:yyyy-MM-dd | gtn:yyyy-MM-dd" - `availableTo` (string) Filter by available to date Example: "yyyy-MM-dd | lt:yyyy-MM-dd | gt:yyyy-MM-dd | gtn:yyyy-MM-dd" - `nominalCode` (string) Filter by nominal code Example: "xyz | in:x,y | like:xyz" - `supplierId` (string) Filter by supplier identifier Example: "0" ## Response 200 fields ## Response 400 fields ## Response 401 fields ## Response 403 fields ## Response 404 fields