Skip to main content
Version: Next

The participant object

Participant

The concept of participant represents a company. Each participant must be linked to a network.

Endpoints

POST/v1/config/participant
POST/v1/config/participant/:participantId/network
DELETE/v1/config/participant/network/:participantNetworkIdentifierId
GET/v1/config/participant/:participantId
GET/v1/config/participant

Object
{
"participantId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"name": "IOPOLE",
"country": "1A",
"vatNumber": "FR61922304308",
"legalIdentifier": "922304308",
"partyIdentifier": "92230430800013",
"participantNetworkIdentifiers": [
{
"participantNetworkIdentifierId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"networkIdentifier": "DOMESTIC_FR",
"direction": "INPUT",
"electronicAddress": {
"address": "string",
"scheme": "string",
"value": "string"
},
"data": {}
}
]
}