put https://app.pennylane.com/api/external/v2/ledger_entries/
Update a ledger entry
This endpoint requires one of the following scopes:
ledger
Log in to see full request history
Responses
Update a ledger entry
This endpoint requires one of the following scopes:
ledger
xxxxxxxxxx
curl --request PUT \
--url https://app.pennylane.com/api/external/v2/ledger_entries/id \
--header 'accept: application/json' \
--header 'content-type: application/json'
xxxxxxxxxx
17{
"id": 1,
"label": "Payment for Services",
"date": "2023-08-30",
"journal_id": 123,
"ledger_attachment_filename": "filename.pdf",
"ledger_attachment_id": 42,
"ledger_entry_lines": [
{
"id": 42,
"debit": "100.00",
"credit": "0.00",
"ledger_account_id": 987,
"label": "Transaction label"
}
]
}