Eingangsbeleg bestätigen
Markiert einen Eingangsbeleg als verarbeitet (confirmed). Sollte nach Rechnungserstellung und Buchung aufgerufen werden.
POST
/v1/inbox/:id/confirm Authorization
Authorization string header erforderlich API-Key im Format
ll_.... Übergabe als Bearer Token. Antworten
200
Erfolgreich
404
NOT_FOUND Die angeforderte Ressource wurde nicht gefunden.
POST
cURL /v1/inbox/:id/confirm -cmd">curl --request -method">POST -punct">\
--url 'https://api.ledgerlou.de/v1/inbox/:id/confirm' -punct">\
--header 'Authorization: Bearer ll_your_key' 200 Response
JSON {
"confirmed": true,
"inbox_id": "<string>"
}