Aller au contenu principal

Get all of yours clients

GET 

/account/client/

Get all of yours clients

Request

Query Parameters

    pagination string

    The pagination you want to get, default 1,10 (page = 1; nb_elements = 10)

    Example: 1,10
    filter string

    The filter you want to get, {champ}:{op}:{valeur},{champ_2}:{op_2}:{valeur_2}
    The field names are specified in the web service documentation.
    where {op} to be :

    • eq : égalité
    • ne : différent (!=)
    • lk : like. Pour les chaine de caractères, correspond au sql %valeur%
    • lt : plus petit que (<)
    • le : plus petit ou égal (<=)
    • gt : plus grand que (>)
    • ge : plus grand ou égal (>=)

    Example: id:eq:7353
    orderby string

    The orderby you want to get, {champ},{-champ_2}
    The field names are specified in the web service documentation.
    Sorting is ascending by default, for sorting descending the field must be preceded by the “-” sign.
    Several filters can be combined by separating them with commas

    Example: -id

Responses

Return a list of client

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...