Asset: Due Back

asset.due_back

Example Webhook Event

{
  "event": "asset.due_back",
  "type": "asset",
  "trigger": "due_back",
  "context": {
    "checked_out_to": {
      "type": "employee",
      "id": 785820464,
      "name": "Esta R. Ortiz",
      "email": "[email protected]",
      "checkout_date": "2024-12-10",
      "due_back_date": "2024-12-12"
    }
  },
  "response": {
    "id": 271423733,
    "asset_id": "100002",
    "asset_name": "",
    "asset_serial": "YC22CG9YBHUYMC9",
    "warranty_expiration_date": "2024-12-12",
    "order_number": "SEOEUQ",
    "purchase_date": "2024-09-12",
    "purchase_cost": 1349,
    "currency": "USD",
    "product_id": 524380504,
    "status_id": 806585817,
    "category_id": 310892691,
    "manufacturer_id": 171726783,
    "supplier_id": 283824232,
    "depreciation_id": 194730577,
    "location_id": 672632879,
    "department_id": 615522849,
    "logo": null,
    "notes": "",
    "custom_fields": [
      {
        "IMEI Number": "356789012345678"
      }
    ],
    "deployed_to": [
      {
        "employee_id": 785820464,
        "checkout_date": "2024-12-10"
      }
    ],
    "product_name": "iPhone 16 Pro Max",
    "manufacturer_name": "Apple",
    "category_name": "Mobile Phones",
    "product_end_of_life_date": "2025-03-25",
    "last_audit_date": "2024-05-07",
    "next_audit_date": "2025-06-05",
    "last_maintenance_date": "2024-12-09",
    "checkout_date": "2024-12-10",
    "end_of_life_date": null,
    "created_at": "2024-12-12T03:19:26.767-05:00",
    "updated_at": "2024-12-12T03:23:50.401-05:00"
  }
}