Get a specific adhoc inventory

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

Adhoc inventory identifier

Example: 1
Responses
200

Adhoc inventory found

400

Bad Request

401

Unauthorized

404

Not Found

412

Precondition Failed

500

Internal Server Error

501

Not Implemented Yet

Response samples
application/json
{
  • "id": 1,
  • "siteId": 1,
  • "name": "string",
  • "supplierAccountId": 0,
  • "buyPrice": 0,
  • "sellPrice": 0,
  • "billImmediately": false,
  • "isCredit": false,
  • "creditReason": "string",
  • "paid": false,
  • "paymentTerms": 0,
  • "paymentType": "CHEQUE",
  • "quantity": 0,
  • "rentalProductCategoryId": 1,
  • "taxBandId": 1,
  • "nominalCode": "string",
  • "billRunId": 1,
  • "adhocBillRunId": 1
}