Skip to main content
Version: 1.0.0

Create participant

Information

A participant in Iopole refers to a company.

To receive invoices on its behalf, a participant must be created using this API.

Link to swagger
This endpoint is synchronous
The role admin is needed in order to use this endpoint

Creating a participant implies connecting it to a network.
Endpoints

POST/v1/config/participant

Request

POST /v1/config/participant


curl -X 'POST'
'https://api.ppd.iopole.fr//v1/config/participant'
-H 'accept: application/json'
-H 'Authorization: Bearer ${token}'
-H 'Content-Type: application/json'
-d '{
"name": "IOPOLE France",
"country": "FR",
"vatNumber": "FR61922304308",
"legalIdentifier": "922304308",
"partyIdentifier": "92230430800013"
}'

Response

201 Created

  {
"type": "PARTICIPANT",
"id": "127cfd27-33de-4bb6-832c-4eaf7518e8b9"
}