Accessory: Due Back

accessory.due_back

Example Webhook Event

{
  "event": "accessory.due_back",
  "type": "accessory",
  "trigger": "due_back",
  "context": {
    "checked_out_to": {
      "type": "employee",
      "id": 703403815,
      "name": "Laura M. Glover",
      "email": "[email protected]",
      "checkout_date": "2024-11-30",
      "due_back_date": "2024-12-12"
    }
  },
  "response": {
    "id": 160156002,
    "name": "Magic Keyboard",
    "model_number": "MLA22LL/A",
    "order_number": "TJUGRUI844",
    "purchase_date": "2024-12-05",
    "purchase_cost": 1895,
    "currency": "USD",
    "minimum_quantity": 10,
    "quantity": 5,
    "available": 3,
    "category_id": 624681746,
    "manufacturer_id": 171726783,
    "supplier_id": 283824232,
    "location_id": 672632879,
    "department_id": null,
    "qr_code": false,
    "logo": "...jpg",
    "notes": "Remember to ship with tutorial on how to connect",
    "custom_fields": null,
    "checked_out_to_employees": [
      860163541,
      703403815
    ],
    "checked_out_to_locations": [],
    "created_at": "2024-12-12T03:19:18.310-05:00",
    "updated_at": "2024-12-12T03:19:18.310-05:00"
  }
}