Skip to main content

List of customers

GET 

/companies/:company-id/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

    nullable

    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
    birthCountry stringnullable
    birthName stringnullable

    deathDate

    object

    anyOf

    string

    familySituation stringnullable

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

    marriageDate

    object

    anyOf

    string

    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
    sectorOfActivity 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
    referencesType stringnullable

    Possible values: [customer, prospect, relation]

    updated

    object

    anyOf

    string

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

    information

    object

    nullable

    socialReason stringnullable

    Possible values: non-empty

    contact stringnullable
    firstAddress stringnullable
    secondAddress stringnullable
    postalCode stringnullable
    city stringnullable
    country stringnullable
    phone stringnullable
    fax stringnullable
    email emailnullable

    Possible values: non-empty

    website stringnullable
    holdingId stringnullable
    siren stringnullable
    siret stringnullable
    ape stringnullable
    creationDate stringnullable
    legalForm stringnullable
    socialCapital numbernullable
    headOfficeAddress stringnullable

    managers

    object[]

    nullable

  • Array [

  • managerID stringrequired
    primary booleanrequired
  • ]

  • seniorAdvisor stringnullable
    secondaryAdvisor stringnullable
    entryDateIntoRelationship stringnullable
    originCustomerRelationship stringnullable
    contactCustomerRelationship stringnullable
    remoteOpening booleannullable
    dateLastMeeting stringnullable
    entryIntoRelationshipNote stringnullable
    ownership numbernullable
    valuation numbernullable

    managers

    object

    nullable

    lastNameFirstName string
    function string
    birthDate stringnullable
    nationality string
    personalAddress string
    personalPhoneNumber string
    personalEmailAddress email

    Possible values: non-empty

    shareholderInformation string
    idCard string
    idNumber string

    nbManagers

    object

    nullable

    lastNameFirstName string
    function string
    birthDate stringnullable
    nationality string
    personalAddress string
    personalPhoneNumber string
    personalEmailAddress email

    Possible values: non-empty

    shareholderInformation string
    idCard string
    idNumber string

    bankAccounts

    object

    nullable

    banks string
    iban string
    bankAccountNumbers string
    bic string

    activities

    object

    nullable

    mainActivities string
    secondaryActivities string
    clients string
    suppliers string
    competitors string

    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 emailnullable

    Possible values: non-empty

    otherEmail emailnullable

    Possible values: non-empty

    fiscalAddress stringnullable
    country stringnullable
    otherCountry stringnullable
    workCountry stringnullable
  • ]

Loading...