Skip to main content
Version: 1.0.0

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.

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
codeenum - Required

messagestring - Optional

paymentobject - 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

Status: 204

Description: No content

Status: 401

Description: Unauthorized - Authentication is required and has failed or has not yet been provided.

Status: 403

Description: Forbidden - The server understood the request, but it refuses to authorize it. Note: This endpoint requires an admin account.