InvoiceSearchApi
API | Description |
---|---|
POST api/InvoiceSearchApi/ByEsrInformation |
Get invoice information by ESR information. |
GET api/InvoiceSearchApi/ByNumber/{number} |
Get invoice data by it's voucher number |
ReversalApi
API | Description |
---|---|
POST api/ReversalApi/Reversal |
Reversal of invoice. Creates a credit note. (Storno) |
POST api/ReversalApi/ReversalLinesInformation |
Get reversal information for position-wise reversal of invoices. |
POST api/ReversalApi/PartialReversal |
Partial reversal, position-wise |
POST api/ReversalApi/AmountReversal |
Reversal using any amount. |
POST api/ReversalApi/PartialPaidReversalAmount |
Get the reversal amount of a partially paid invoice. |
RateVoucherApi
Create rate vouchers.
API | Description |
---|---|
POST api/RateVoucherApi/CreateNumber |
Create new rate voucher, returns new voucher number. |
InvoiceApi
Create invoices and reverse vouchers.
API | Description |
---|---|
POST api/InvoiceApi/CreateNumber |
Create new invoice, returns new invoice number. |
POST api/InvoiceApi/EsrInformation?invoiceNumber={invoiceNumber} |
Get esr information |
POST api/InvoiceApi/DownloadPdf |
Download invoice pdf using either voucher number or order number |