Edit the identified client
PUT/account/client/:clientId/edit
Edit the identified client
Request
Path Parameters
clientId stringrequired
The ID of the client you want to edit
- 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
- 204
- 400
- 401
- 500
Client updated
No client found with this ID
Bad parameter in request
You need to put a Token in 'Authorize' section
Internal Server Error
Loading...