Get a specific adhoc bill run

get/adhoc-bill-runs/{adhoc_bill_run_id}
SecuritybearerAuth
Request
path Parameters
adhoc_bill_run_id
required
integer <int64> (IdParam) >= 1

Adhoc bill run identifier

Example: 1
Responses
200

Adhoc bill run found

400

Bad Request

401

Unauthorized

403

Forbidden

404

Not Found

Response samples
application/json
{
  • "id": 1,
  • "name": "string",
  • "nickname": "string",
  • "created": "2019-08-24",
  • "invoiceDate": "2019-08-24",
  • "billRunStatus": "OPEN",
  • "summaryStatus": "PROPERTIES",
  • "summaryStatusPercentage": 100,
  • "billingUserAdminId": 1,
  • "revenueInMajorCurrency": 1,
  • "adhocProductInventoryIds": [
    • 1
    ],
  • "rentalProductInventoryIds": [
    • 1
    ]
}