v24

latestOpenAPI 3.1.0raw.githubusercontent.com2025-12-1152106250.5 KB
Admin

Upsert Tenant Business Card

Create or update a business card for a Peppol participant. Supports partial updates by merging with existing business card data. Currently only allowed to change the name.

put/api/admin/tenants/{tenant_id}/peppol/business-card

Path parameters

tenant_idstring required

Request body

peppol_idstring required

Peppol ID (must be 0208:<digits> for Belgium)

namestring nullable

Business entity name

Example request

{
  "peppol_id": "0208:0123456789"
}

Response

Successful Response

successboolean required