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
Example request
{
"data": "JVBERi0xLjQK..."
}Response
Document uploaded and registration completed successfully.