Create a new client
POST/account/client/new
Create a new client
Request
- application/json
Body
Data to send
exUnId string
exUnId
firstName string
firstName
lastName string
lastName
gender string
gender
siret string
siret
rcs string
rcs
vat string
vat
email stringemail
phone string
phone
mobile string
mobile
birthDayDate datetime
birthDayDate
isCompany boolean
isCompany
typePayer boolean
typePayer
typeBeneficiary boolean
typeBeneficiary
zip string
zip
city string
city
country string
country
address1 string
address1
address2 string
address2
address3 string
address3
iban string
iban
nameOfAccount string
nameOfAccount
Responses
- 200
- 400
- 401
- 500
Client created
Bad parameter in request
You need to put a Token in 'Authorize' section
Internal Server Error
Loading...