| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109 |
- {
- "orders": [
- {
- "id": "FWFS-2026-001",
- "customer_name": "uojsndfoin",
- "customer_email": "inbx@mailpit.medowar.de",
- "organization_id": "feuerwehr-freising",
- "organization_label": "Feuerwehr Freising TEST",
- "comment": "",
- "items": [
- {
- "product_id": 10,
- "product_name": "Beil",
- "size": "Universalgröße",
- "availability_label": "",
- "is_processed": true
- },
- {
- "product_id": 17,
- "product_name": "Allwetterjacke",
- "size": "M",
- "availability_label": "",
- "is_processed": false
- }
- ],
- "status": "cancelled",
- "confirmation_status": "not_required",
- "confirmation_token": "",
- "confirmation_expires_at": "",
- "confirmed_at": "2026-05-11 22:14:17",
- "created_at": "2026-05-11 22:14:17",
- "updated_at": "2026-05-11 22:15:23",
- "cancelled_at": "2026-05-11 22:15:23",
- "cancelled_by": "admin",
- "cancellation_reason": "test",
- "admin_notified_at": ""
- },
- {
- "id": "FWFS-2026-002",
- "customer_name": "asdad",
- "customer_email": "jbisbf@mailpit.medowar.de",
- "organization_id": "feuerwehr-freising",
- "organization_label": "Feuerwehr Freising TEST",
- "comment": "",
- "items": [
- {
- "product_id": 4,
- "product_name": "Fleece",
- "size": "M",
- "availability_label": "",
- "is_processed": true
- },
- {
- "product_id": 5,
- "product_name": "Handschuhe AT",
- "size": "9",
- "availability_label": "",
- "is_processed": true
- }
- ],
- "status": "processed",
- "confirmation_status": "not_required",
- "confirmation_token": "",
- "confirmation_expires_at": "",
- "confirmed_at": "2026-05-11 22:14:38",
- "created_at": "2026-05-11 22:14:38",
- "updated_at": "2026-05-11 22:14:58",
- "cancelled_at": "",
- "cancelled_by": "",
- "cancellation_reason": "",
- "admin_notified_at": ""
- },
- {
- "id": "FWFS-2026-003",
- "customer_name": "sfsdfsd",
- "customer_email": "fsdfsdf@123.de",
- "organization_id": "feuerwehr-freising",
- "organization_label": "Feuerwehr Freising TEST",
- "comment": "",
- "items": [
- {
- "product_id": 10,
- "product_name": "Beil",
- "size": "Universalgröße",
- "availability_label": "",
- "is_processed": false
- },
- {
- "product_id": 4,
- "product_name": "Fleece",
- "size": "M",
- "availability_label": "",
- "is_processed": false
- }
- ],
- "status": "open",
- "confirmation_status": "not_required",
- "confirmation_token": "",
- "confirmation_expires_at": "",
- "confirmed_at": "2026-05-11 22:17:07",
- "created_at": "2026-05-11 22:17:07",
- "updated_at": "2026-05-11 22:17:07",
- "cancelled_at": "",
- "cancelled_by": "",
- "cancellation_reason": "",
- "admin_notified_at": ""
- }
- ]
- }
|