NetBaron Instructions
Breadcrumbs

Open API documentation

File

Modified

openapi.json

Change Log

2026-03-18: New Salary REST API Endpoints

  • Added: GET /salary - List and filter payslips with pagination

  • Added: GET /salary/{id} - Get single payslip with payer, recipient, rows and attachments

  • Added: GET /salary/payment - List and filter payslip payments

  • Added: GET /salary/payment/{id} - Get single payslip payment by ID

  • Added: POST /salary/payment - Import payslip payment with full processing

  • Added: PUT /salary/payment/{id} - Update existing salary payment

  • Added: DELETE /salary/payment/{id} - Delete salary payment by ID

  • Added: GET /salary/{id}/attachments - List payslip attachments

  • Added: GET /salary/{id}/attachments/{id} - Get payslip attachment binary data

  • Added: POST /salary/{id}/attachments - Upload payslip attachments

  • Added: New schemas: Payslip, PayslipRow, PayslipPayment, PayslipPaymentRow

2026-03-18: New Invoice Payment REST API Endpoints

  • Added: GET /invoice/payment - List and filter invoice payments with pagination

  • Added: GET /invoice/payment/{id} - Get single invoice payment by ID

  • Added: POST /invoice/payment - Import invoice payment with full processing

  • Added: PUT /invoice/payment/{id} - Update existing invoice payment

  • Added: DELETE /invoice/payment/{id} - Delete invoice payment by ID

  • Added: New schemas: InvoicePayment, InvoicePaymentRow, PaymentType

2026-03-18: New Purchase Invoice REST API Endpoints

  • Added: GET /purchase-invoice/{id}/pdf - Get original PDF for purchase invoice by ID

  • Added: GET /purchase-invoice/pdf - Get original PDF for purchase invoice by receipt number

  • Added: GET /purchase-invoice/payment - List and filter purchase invoice payments with pagination

  • Added: GET /purchase-invoice/payment/{id} - Get single purchase invoice payment by ID

  • Added: POST /purchase-invoice/payment - Import purchase invoice payment with full processing

  • Added: PUT /purchase-invoice/payment/{id} - Update existing purchase invoice payment

  • Added: DELETE /purchase-invoice/payment/{id} - Delete purchase invoice payment by ID

  • Added: New schemas: PurchaseInvoicePayment, PurchaseInvoicePaymentRow

2025-12-16: New Register REST API Endpoints

  • Added: GET /cost-center - List and filter cost centers

  • Added: GET /cost-center/{id} - Get single cost center by ID

  • Added: GET /project-number - List and filter project numbers (work numbers)

  • Added: GET /project-number/{id} - Get single project number by ID

2025-12-16: New Accounting REST API Endpoints

  • Added: GET /accounting/periods - List and filter accounting periods

  • Added: GET /accounting/periods/{id} - Get single accounting period by ID

  • Added: GET /accounting/chart-of-accounts - List chart of accounts with filtering

  • Added: GET /accounting/chart-of-accounts/{account} - Get single account by account number

  • Added: GET /accounting/receipt-series - List receipt series (receipt types) by accounting period

  • Added: GET /accounting/vat-codes - List VAT codes

  • Added: GET /accounting/vat-codes/{code} - Get single VAT code

  • Added: GET /accounting/locks - List and filter accounting period locks

  • Added: GET /accounting/locks/{id} - Get single accounting lock by ID

2025-10-07: InvoiceRow Schema change

  • Changed: unitNetAmount renamed to unitNetPrice