Skip to main content

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

Return a client details

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 string

    email

    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

  • ]
Loading...