v1

latestOpenAPI 3.0.0Apache 2.02026-07-267057121.5 KB

Upload proof of ownership document

Uploads a proof-of-ownership PDF for a company that is being registered in the Peppol network.

The document must be a valid PDF (application/pdf). Once uploaded the service validates the document and, if accepted, completes the registration flow for the silo entry.

This endpoint is idempotent: uploading a new document for an entry that has already completed registration replaces the previous one and re-triggers completion.

post/apps/peppol/v1/entry/{silo_entry_id}/ownership

Path parameters

silo_entry_idstring uuid required
Example:01952667-f2a0-7a66-a3c9-8f4c3c7e5c0b

UUID of the Invopop silo entry associated with the company being registered.

Request body

datastring byte required

Base64-encoded binary content of the ownership document. Must be a valid PDF (application/pdf). This document proves authorization to represent the company in Peppol network transactions.

Example request

{
  "data": "JVBERi0xLjQK..."
}

Response

Document uploaded and registration completed successfully.