curl -X PUT https://kube.acho.io/service/general-ledger/reconciliations/recon-2024-001 \
-H "Authorization: jwt YOUR_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"statementEndingBalance": 50500.00,
"bankAdjustments": 100.00,
"bookAdjustments": -50.00,
"memo": "Updated reconciliation memo"
}'
{
"reconciliation_id": "recon-2024-001",
"statement_ending_balance": 50500.00,
"bank_adjustments": 100.00,
"book_adjustments": -50.00,
"memo": "Updated reconciliation memo",
"updated_at": "2024-02-01T11:00:00Z",
"updated_by": "user-123"
}
Update reconciliation session details
curl -X PUT https://kube.acho.io/service/general-ledger/reconciliations/recon-2024-001 \
-H "Authorization: jwt YOUR_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"statementEndingBalance": 50500.00,
"bankAdjustments": 100.00,
"bookAdjustments": -50.00,
"memo": "Updated reconciliation memo"
}'
{
"reconciliation_id": "recon-2024-001",
"statement_ending_balance": 50500.00,
"bank_adjustments": 100.00,
"book_adjustments": -50.00,
"memo": "Updated reconciliation memo",
"updated_at": "2024-02-01T11:00:00Z",
"updated_by": "user-123"
}
curl -X PUT https://kube.acho.io/service/general-ledger/reconciliations/recon-2024-001 \
-H "Authorization: jwt YOUR_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"statementEndingBalance": 50500.00,
"bankAdjustments": 100.00,
"bookAdjustments": -50.00,
"memo": "Updated reconciliation memo"
}'
{
"reconciliation_id": "recon-2024-001",
"statement_ending_balance": 50500.00,
"bank_adjustments": 100.00,
"book_adjustments": -50.00,
"memo": "Updated reconciliation memo",
"updated_at": "2024-02-01T11:00:00Z",
"updated_by": "user-123"
}