30 lines
668 B
JSON
30 lines
668 B
JSON
[
|
|
{
|
|
"case_id": "A-1",
|
|
"status": "open",
|
|
"amount": 10,
|
|
"monthly_case_id": "A-1",
|
|
"monthly_status": "open",
|
|
"monthly_amount": 10,
|
|
"_reconciliation_status": "match",
|
|
"_reconciliation_differences": []
|
|
},
|
|
{
|
|
"case_id": "A-2",
|
|
"status": "closed",
|
|
"amount": 20,
|
|
"monthly_case_id": "A-2",
|
|
"monthly_status": "closed",
|
|
"monthly_amount": 25,
|
|
"_reconciliation_status": "changed",
|
|
"_reconciliation_differences": ["amount"]
|
|
},
|
|
{
|
|
"monthly_case_id": "A-3",
|
|
"monthly_status": "open",
|
|
"monthly_amount": 30,
|
|
"_reconciliation_status": "missing_expected",
|
|
"_reconciliation_differences": []
|
|
}
|
|
]
|