Mark Inbox as Read/Confirmed
Once the file is retrieved, it can be marked as Read. Impact will be that when the inbox is retrieved the next time, the item will not appear any more in the list. this file will not appear in the list. the item will not appear any more in the inbox.
POST Command Inbox Confirm
Endpoint | Method | Response |
---|---|---|
/v1/peppol/inbox/inboxItemId/confirm | POST | OK |
When confirm is used, and the incoming type is an invoice or an IMR message will be sent to the receiver mentioning the receiving of the invoice.
POST Command Inbox Reject
Endpoint | Method | Response |
---|---|---|
/v1/peppol/inbox/inboxItemId/confirm | POST | OK |
The item in the inbox will also be marked as processed, so with net GET of the list the item will not appear any more.
Updated 3 days ago