# Check if rental product inventory exists Endpoint: HEAD /rental-product-inventories Version: 2.24 Security: bearerAuth ## Query parameters: - `invoicePresentationProductName` (string) Filter by invoice presentation name Example: "xyz | in:x,y | like:xyz" - `rentalProductId` (string) Filter by rental product identifier Example: "0" - `productReference` (string) Filter by product reference Example: "xyz | in:x,y | like:xyz" - `additionalProductReference` (string) Filter by additional product reference Example: "xyz | in:x,y | like:xyz" - `startDate` (string) Filter by start date Example: "yyyy-MM-dd | lt:yyyy-MM-dd | gt:yyyy-MM-dd | gtn:yyyy-MM-dd" - `endDate` (string) Filter by end date Example: "yyyy-MM-dd | lt:yyyy-MM-dd | gt:yyyy-MM-dd | gtn:yyyy-MM-dd" - `siteId` (string) Filter by site Example: "0" - `supplierAccountId` (string) Filter by supplier account Example: "0" - `label` (string) Filter by label Example: "xyz | in:x,y | like:xyz" ## Response 200 fields ## Response 400 fields ## Response 401 fields ## Response 403 fields ## Response 404 fields