License: Out of Stock

license.out_of_stock

Example Webhook Event

{
  "event": "license.out_of_stock",
  "type": "license",
  "trigger": "out_of_stock",
  "response": {
    "id": 538420336,
    "name": "Adobe Premiere Pro",
    "licensed_to_name": "John Smith",
    "licensed_to_email": "[email protected]",
    "order_number": "HX8402J",
    "purchase_date": "2024-05-12",
    "purchase_cost": 149,
    "currency": "USD",
    "expiration_date": "2024-12-12",
    "termination_date": null,
    "minimum_seats": 1,
    "number_of_seats": 3,
    "available": 0,
    "category_id": 896194353,
    "manufacturer_id": 459547381,
    "supplier_id": 283824232,
    "depreciation_id": 304394043,
    "department_id": 654672700,
    "logo": "...jpg",
    "notes": "",
    "custom_fields": [
      {
        "Auto-Renewal Enabled": false
      }
    ],
    "seats": [
      {
        "checked_out_to_asset": null,
        "checked_out_to_employee": 125168619,
        "checkout_date": "2024-11-10",
        "due_back_date": "2024-12-12",
        "checked_out_by": 65067547,
        "checkout_notes": null
      },
      {
        "checked_out_to_asset": 646612266,
        "checked_out_to_employee": null,
        "checkout_date": "2024-12-12",
        "due_back_date": null,
        "checked_out_by": 65067547,
        "checkout_notes": ""
      },
      {
        "checked_out_to_asset": 646612266,
        "checked_out_to_employee": null,
        "checkout_date": "2024-12-12",
        "due_back_date": null,
        "checked_out_by": 65067547,
        "checkout_notes": ""
      }
    ],
    "license_type": "Dynamic",
    "created_at": "2024-12-12T03:19:12.362-05:00",
    "updated_at": "2024-12-12T03:52:29.412-05:00"
  }
}