• Elevate Developers
  • Getting Started
  • API Reference
  • How-to
  • What's new
  • Elevate Developers
  • Getting Started
  • API Reference
  • How-to
  • What's new
    API References
      Elevate Authentication & Users API
      Elevate Admin API
      Elevate Bill Run API
      Elevate Contract Management
      Elevate Customer and Sites API
      Elevate Document API
      Elevate Events API
      Elevate Product Inventory API
        usage-product-inventories
        rental-product-inventories
        adhoc-inventories
          get
          Get a list of available adhoc inventories
          head
          Check if adhoc inventory exists
          post
          Create a new adhoc inventory
          get
          Get a specific adhoc inventory
          patch
          Update an ad hoc inventory
        provisioning-details
      Elevate Invoices API
      Elevate Mediation API
      Elevate Notifications API
      Elevate Payment and Refund API
      Elevate Pricing API
      Elevate Pricing Assignment API
      Elevate Products API
      Elevate Provisioning API
      Elevate Reference Data API
      Elevate Rental API

Check if adhoc inventory exists

head/adhoc-inventories
SecuritybearerAuth
Request
query Parameters
name
string (StringFilterParam)

Filter by name

Example: name=xyz | in:x,y | like:xyz
siteId
string (IdFilterParam)

Filter by site

Example: siteId=0
rentalProductCategoryId
string (IdFilterParam)

Filter by rental product category

Example: rentalProductCategoryId=0
Responses
200

Exists

400

Invalid Request

401

Unauthorized

403

Forbidden

404

Not Found