| List Contacts | Read | List sevdesk contacts (organizations and persons), e.g. to find a contact id before creating an invoice |
| List Invoices | Read | List sevdesk invoices with optional status, number, date, and contact filters |
| Get Invoice | Read | Retrieve a single sevdesk invoice by its id |
| Create Invoice | Write | Create a sevdesk invoice with positions via the saveInvoice factory endpoint; create with status 100 for an editable draft |
| Upload Voucher File | Write | Upload a receipt or invoice file to sevdesk; returns an internal filename that can be attached when creating a voucher |
| List Vouchers | Read | List sevdesk accounting vouchers (receipts) with optional status, type, date, and description filters |
| Create Voucher | Write | Create a bookable voucher (receipt) with positions via the saveVoucher factory endpoint - the step that turns a file staged with Upload Voucher File into an actual accounting record |
| Get Invoice PDF | Read | Retrieve the rendered PDF document of an invoice for sending or archiving |
| Book Invoice Amount | Write | Register a (partial) payment on an invoice and mark it paid when settled - closes the reconciliation loop after money arrives |