Oturum
- Kullanici: Giris yok
- Kullanici ID: -
- Membership sayisi: 0
Bu alan sadece canli kontrol ve teknik dogrulama icindir. Gunluk kullanim icin ana giris panel ve rapor yuzeyidir.
Ilk kontrol: `/api/health/db` yesil donmeden write smoke'a gecme.
{
"type": "create_open_item",
"cariId": "<uuid>",
"direction": "receivable",
"reference": "FAT-001",
"totalAmount": 15000
}{
"type": "create_collection",
"cariId": "<uuid>",
"amount": 5000
}{
"type": "create_reminder",
"targetType": "open_item",
"targetId": "<open_item_uuid>",
"dueAt": "2026-06-20T10:00:00.000Z"
}{
"cariId": "<uuid>",
"kind": "check",
"direction": "incoming",
"referenceNo": "CEK-2026-001",
"bankName": "Ornek Bank",
"amount": 12500,
"dueAt": "2026-07-15T09:00:00.000Z"
}{
"type": "create_check_senet",
"cariId": "<uuid>",
"kind": "senet",
"direction": "outgoing",
"referenceNo": "SNT-2026-002",
"amount": 8700,
"dueAt": "2026-07-25T09:00:00.000Z"
}{
"status": "collected"
}{
"type": "update_check_senet_status",
"checkSenetId": "<check_senet_uuid>",
"status": "paid"
}