Skip to main content

List of customers

GET 

/companies/:companyID/:companyId/customers

deprecated

List of customers

Request

Query Parameters

    offset number

    Default value: 0

    limit number

    Possible values: >= 1

    Default value: 10

    creation_from string
    creation_to string
    updated_from string
    updated_to string

Responses

success - paginated list of customers

Schema

  • Array [

  • id stringrequired
    name stringrequired
    created stringrequired

    The date of creation of the customer

    updated stringrequired

    The date of the last update of the customer

    general

    object

    anyOf

    entryDateIntoRelationship

    object

    anyOf

    string

    originCustomerRelationship stringnullable
    contactCustomerRelationship stringnullable
    remoteOpening booleannullable

    dateLastMeeting

    object

    anyOf

    string

    entryIntoRelationshipNote stringnullable
    gender stringnullable

    Possible values: [male, female]

    Default value: male

    name stringnullable
    lastName stringnullable
    firstName stringnullable

    birthDate

    object

    anyOf

    string

    birthZipCode stringnullable
    birthRegion stringnullable
    birthCity stringnullable
    birthName stringnullable

    deathDate

    object

    anyOf

    string

    familySituation stringnullable

    Possible values: [single, inARelationship, married, civilUnion, divorced, separated, widowed, domesticPartnership, freeUnion, cohabitation, pendingDivorce, remarried, deceased]

    nationality stringnullable
    matrimonialRegime stringnullable
    studiesLevel stringnullable

    Possible values: [none, certificate, highSchool, bachelor, master, doctorate]

    occupation stringnullable
    occupationWording stringnullable
    retirementAge numbernullable

    annualIncome

    object

    anyOf

    string

    heritageOrigin stringnullable
    seniorAdvisor stringnullable
    secondaryAdvisor stringnullable

    dateEntryRelationship

    object

    anyOf

    string

    idCard stringnullable
    idNumber stringnullable

    issueDate

    object

    anyOf

    string

    authority stringnullable

    expirationDate

    object

    anyOf

    string

    idNIF stringnullable
    idMIF stringnullable
    taxResidence stringnullable
    customerClassificationMIF stringnullable

    classificationDate

    object

    anyOf

    string

    pep booleannullable
    usPerson booleannullable
    legalCapacity stringnullable
    tag stringnullable

    updated

    object

    anyOf

    string

    homeAdress stringnullable
    complement stringnullable
    postalCode stringnullable
    note stringnullable
    city stringnullable
    secondaryNationality stringnullable
    country stringnullable
    professionalCategory stringnullable

    details

    object

    nullable

    street stringnullable
    zipCode stringnullable
    city stringnullable
    addressSupplement stringnullable
    workStreet stringnullable
    workZipCode stringnullable
    workCity stringnullable
    workAddressSupplement stringnullable
    otherStreet stringnullable
    otherZipCode stringnullable
    otherCity stringnullable
    otherAddressSupplement stringnullable
    firstPhoneNumber stringnullable
    secondPhoneNumber stringnullable
    personalEmail stringnullable
    otherEmail stringnullable
    fiscalAddress stringnullable
    country stringnullable
    otherCountry stringnullable
    workCountry stringnullable
  • ]

Loading...