Skip to main content
Version: Next

Send status

Information

This API allows sending status via one of the routing codes defined by the standard.

The Iopole system enables issuing a status in France or in any other country using Peppol network or point.

Link to swagger
This endpoint is asynchronous
The role user is needed in order to use this endpoint
Endpoints

POST/v1/invoice/:invoiceId/status

Path parameters
invoiceIdstring (uuid) - Required


Body parameters
codestring (enum) - Required

messagestring - Optional

Request

POST /v1/invoice/:invoiceId/status



curl -X 'POST'
'https://api.ppd.iopole.fr//v1/invoice/6d9bf1a6-25a7-4d48-b641-623c05b0a967/status'
-H 'accept: application/json'
-H 'Content-Type: application/json'
-d '{
"code": "IN_HAND",
"message": "Invoice received !"
}'

Response

201 Created

{
"type": "INVOICE",
"id": "6d9bf1a6-25a7-4d48-b641-623c05b0a967"
}