GET
/v1/accountingDocuments
Returns invoices approved for transfer to accounting.
DELETE
/v1/accountingDocuments
Deletes data from Basware API. For manual one-time operations.
GET
/v1/accountingDocuments/{invoiceId}
Returns single approved invoice by invoiceId -identifier.
POST
/v1/accountingDocuments/{invoiceId}/acknowledge
Acknowledged invoices are no longer offered for next GET operation. Done right after GET, before transferResponse.
POST
/v1/accountingDocuments/{invoiceId}/enrichmentResponses
Marks invoice transfer P2P as accepted / rejected by receiving system. Used with invoices having 'p2pProcessingMode' = 'InvoiceEnrichment' which are not approved for payment.
POST
/v1/accountingDocuments/{invoiceId}/prebookResponses
Marks invoice prebooking as accepted / rejected by receiving system.
POST
/v1/accountingDocuments/{invoiceId}/transferResponses
Marks invoice transfer as accepted / rejected by receiving system. Used with invoices having 'p2pProcessingMode' = 'Standard' which are approved for payment.
POST
/v1/accountingDocuments/{invoiceId}/paymentResponses
Updates invoice payment information, including payment date.
GET
/v1/accountingDocuments/status
Returns high level invoice status by search criteria such as company code, invoice number and invoice date.
GET
/v1/accountingDocuments/{invoiceId}/attachments/{attachmentExternalCode}
Returns invoice attachment(s) by attachmentExternalCode identifier.