# Get a specific adhoc bill run Endpoint: GET /adhoc-bill-runs/{adhoc_bill_run_id} Version: 1.9 Security: bearerAuth ## Path parameters: - `adhoc_bill_run_id` (integer, required) Adhoc bill run identifier Example: 1 ## Response 200 fields (application/json): - `id` (integer) Adhoc bill run identifier Example: 1 - `name` (string, required) Adhoc bill run name - `nickname` (string) Adhoc bill run nickname - `created` (string) Creation date - `invoiceDate` (string, required) Date to be shown on the invoices - `billRunStatus` (string) Bill run status Enum: "OPEN", "CLOSED", "FINALIZED" - `summaryStatus` (string) Bill run summary status Enum: "PROPERTIES", "STARTING", "REPORTING", "DRAFT_INVOICES", "FULL_INVOICES", "DISTRIBUTION", "COMBINING_INVOICES", "PAYMENT", "REACTIVATING_RPIS", "ARCHIVING", "FINISHED" - `summaryStatusPercentage` (integer) Summary status completion percentage Example: 100 - `billingUserAdminId` (integer) Bill user who closed the adhoc bill run Example: 1 - `revenueInMajorCurrency` (integer, required) Revenue in this bill run now Example: 1 - `adhocProductInventoryIds` (array) Adhoc product inventory identifiers associated to the adhoc bill run Example: [1] - `rentalProductInventoryIds` (array) Rental product inventory identifiers associated to the adhoc bill run Example: [1] ## Response 400 fields ## Response 401 fields ## Response 403 fields ## Response 404 fields