# Get the combined suspense, supplier, sell and buy records Get the combined suspense, supplier, sell and buy records records for a rental product inventory Endpoint: GET /rental-combined-records Version: 1.5 Security: bearerAuth ## Query parameters: - `page` (integer, required) Page of results to show Example: 1 - `pageSize` (integer, required) Results to return per page Example: 100 - `sort` (string) Comma-delimited list of the fields to sort by - defaults to ascending order, suffix :desc to change Example: "id,name | name:desc" - `fields` (string) Comma-delimited list of the field(s) to return if only a subset is required Example: "id,name" - `rentalProductInventoryId` (string, required) Return based on rental product inventory identifier Example: "0" - `excludeBuyPrices` (string) Filter out buy prices (true/false) Example: "xyz | in:x,y | like:xyz" - `excludeSellPrices` (string) Filter out sell prices (true/false) Example: "xyz | in:x,y | like:xyz" - `excludeSupplierPrices` (string) Filter out supplier prices (true/false) Example: "xyz | in:x,y | like:xyz" - `excludeSuspense` (string) Filter out suspense records Example: "xyz | in:x,y | like:xyz" - `hasSellPrice` (string) Filter out those records without a sell price Example: "xyz | in:x,y | like:xyz" - `searchFilter` (string) Filter by search text against all fields Example: "xyz | in:x,y | like:xyz" ## Response 200 fields (application/json): - `rentalProductInventoryId` (integer, required) Rental product inventory identifier Example: 1 - `invoicePresentationProductName` (string) Product name as presented on invoice - `billRunId` (integer) Bill run identifier Example: 1 - `adhocBillRunId` (integer) Adhoc bill run identifier Example: 1 - `billRunName` (string) Bill run friendly name - `adhocBillRunName` (string) Adhoc bill run friendly name - `billRunStatus` (string) Bill run status - `adhocBillRunStatus` (string) Adhoc bill run status - `chargeStartDate` (string) Charge start date - `chargeEndDate` (string) Charge end date - `buyPrice` (number) Rated buy price Example: 10.5 - `sellPrice` (number) Rated sell price Example: 10.5 - `preDiscountSellPrice` (number) Rated sell price before discounting Example: 10.5 - `supplierPrice` (number) Supplier price Example: 10.5 - `sellPriceType` (string) Sell price type Example: "Rental" - `buyPriceType` (string) Buy price type Example: "Rental" - `qty` (number) Rental product inventory quantity Example: 1 - `howWasTheBuyRateDerived` (string) description of how the buy price was arrived at - `howWasTheSellRateDerived` (string) description of how the sell price was arrived at - `suspenseReason` (string) Suspense reason Example: "Cannot find a rate in the rate card" ## Response 400 fields ## Response 401 fields ## Response 403 fields