License: Due Back

license.due_back

Example Webhook Event

{
  "event": "license.due_back",
  "type": "license",
  "trigger": "due_back",
  "context": {
    "checked_out_to": {
      "type": "employee",
      "id": 125168619,
      "name": "Terrance B. Colvin",
      "email": "t8vu4sdo@email.com",
      "asset_id": null,
      "asset_name": null,
      "asset_product_name": null,
      "checkout_date": "2024-11-10",
      "due_back_date": "2024-12-12"
    }
  },
  "response": {
    "id": 538420336,
    "name": "Adobe Premiere Pro",
    "licensed_to_name": "John Smith",
    "licensed_to_email": "johnsmith@email.com",
    "order_number": "HX8402J",
    "purchase_date": "2024-05-12",
    "purchase_cost": 149,
    "currency": "USD",
    "expiration_date": "2024-12-17",
    "termination_date": null,
    "minimum_seats": 1,
    "number_of_seats": 3,
    "available": 2,
    "category_id": 896194353,
    "manufacturer_id": 459547381,
    "supplier_id": 283824232,
    "depreciation_id": 304394043,
    "department_id": 654672700,
    "logo": "...jpg",
    "notes": null,
    "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
      }
    ],
    "license_type": "Dynamic",
    "created_at": "2024-12-12T03:19:12.362-05:00",
    "updated_at": "2024-12-12T03:19:12.362-05:00"
  }
}