Participant
Get participant informations
This access point allows you to know if a participant exists on peppol network and retrieve all information about him. Request to this endpoint doesn't need any authentication.
Request
- URL :
/Endpoint/{endpointId}
- Exemple:
/Endpoint/9938:LU18635679
- Exemple:
- Method :
GET
Response
{
"registered": true,
"identifier": "9938:LU18635679",
"documentTypes": [
"BISv3Invoice"
],
"isProd": true
}
- registered : True if partipant are found on peppol network, otherwise false
- identifier : Endpoint id of the participant
- documentTypes : List of document types allowed to send for this participant. In most cases :
BISv3Invoice
orBISv3CreditNote
- isProd : True if partipant are found on production network, otherwise false