# Get a specific adhoc inventory Endpoint: GET /adhoc-inventories/{adhoc_inventory_id} Version: 2.24 Security: bearerAuth ## Path parameters: - `adhoc_inventory_id` (integer, required) Adhoc inventory identifier Example: 1 ## Response 200 fields (application/json): - `id` (integer) Ad hoc inventory identifier Example: 1 - `siteId` (integer, required) Site identifier Example: 1 - `name` (string, required) Name - `supplierAccountId` (integer, required) Supplier account identifier - `buyPrice` (number) Buy price - `sellPrice` (number, required) Sell Price - `billImmediately` (boolean) Bill immediately - `isCredit` (boolean) Raise a credit note (requires billImmediately = true) - `creditReason` (string) Reason for credit - `paid` (boolean) Is already paid? - `paymentTerms` (integer) Payment terms in days - `paymentType` (string) Payment method Enum: "CHEQUE", "DIRECT_DEBIT", "CANCELLED_DD", "CANCELLED_CARD", "CREDIT_CARD", "PAYPAL", "BACS", "POST_OFFICE_PAYMENT_CARD", "EZYPAY", "GO_CARDLESS", "GC_INSTANT_BANK_PAYMENTS", "STRIPE", "STRIPE_CARD", "STRIPE_DD", "FINASTRA", "FAST_PAY", "OTHER" - `quantity` (number, required) Quantity - `rentalProductCategoryId` (integer, required) Rental product category Id Example: 1 - `taxBandId` (integer, required) Tax band identifier Example: 1 - `nominalCode` (string) Nominal code Example: "SALES-01QTR2" - `billRunId` (integer) Bill run identifier Example: 1 - `adhocBillRunId` (integer) Adhoc bill run identifier (if billed immediately) Example: 1 ## Response 400 fields ## Response 401 fields ## Response 404 fields ## Response 412 fields ## Response 500 fields ## Response 501 fields