Get Peppol status logs for purchase credit notes
Retrieves the Peppol transmission status logs for a purchase credit note (Phase 2 feature).
Note: If Phase 2 is not included in your subscription, please contact Marmin support at support@marmin.ai
GET /api/purchase-credit-notes/{id}/peppol-status-logsPath parameters
Response
Status code: 200 OK
Response body:
See the right panel for a sample JSON array of Peppol status log entries.
Error responses
401 Unauthorized
Authentication required or invalid token.
{
"errors": {
"message": "Authentication required or invalid token"
}
}500 Internal Server Error
An error occurred while processing the request.
{
"errors": {
"message": "An error occurred"
}
}