Get the detail of the clientId
GET/account/client/:clientId/
Get the detail of the clientId
Request
Path Parameters
clientId stringrequired
The Id of the client you want to get
Responses
- 200
- 204
- 400
- 500
Return a client details
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- ]
id number
clientId
exUnId string
exUnId
firstName string
firstName
lastName string
lastName
fullName string
fullName
gender string
gender
siret string
siret
rcs string
rcs
vat string
vat
email stringemail
phone string
phone
mobile string
mobile
fax string
fax
birthDayDate datetime
birthDayDate
active boolean
active
isCompany boolean
isCompany
isMaster boolean
isMaster
typePayer boolean
typePayer
typeBeneficiary boolean
typeBeneficiary
supplierId number
supplierId
supplierName string
supplierName
supplierCodeShop string
supplierCodeShop
addressId number
addressId
zip string
zip
city string
city
country string
country
address1 string
address1
address2 string
address2
address3 string
address3
creationToken string
creationToken
freqVirementAuto string
freqVirementAuto
properties string
properties
iban string
iban
nameOfAccount string
nameOfAccount
bankAccountId number
bankAccountId
[
{
"id": "9053",
"exUnId": "ID_EXTERNAL_SYSTEM_MAJ7",
"firstName": "firstName",
"lastName": "lastName",
"fullName": "lastName firstName",
"gender": "MR",
"siret": "Siret",
"rcs": "RCS",
"vat": "VAT",
"email": "test@olky.eu",
"phone": "+33382123456",
"mobile": "+33612345678",
"fax": "+33612345678",
"birthDayDate": "2023-01-22",
"active": "true",
"isCompany": "true",
"isMaster": "true",
"typePayer": "true",
"typeBeneficiary": "true",
"supplierId": "224",
"supplierName": "HOMOLOGATION OLKY PR",
"supplierCodeShop": "OU66AZ3712L",
"addressId": "null",
"zip": "12345",
"city": "city",
"country": "FR",
"address1": "address1",
"address2": "address2",
"address3": "address3",
"creationToken": "Unknown",
"freqVirementAuto": "null",
"properties": "null",
"iban": "FR701973300001OU66AZ3712L83",
"nameOfAccount": "Nom titulaire compte",
"bankAccountId": "6323"
}
]
No details data found with this clientId
We need a clientId to found the client details or use the '/' endpoint
ERROR Request
Loading...