List of customers
GET/companies/:companyID/:companyId/customers
List of customers
Request
Query Parameters
Default value: 0
Possible values: >= 1
Default value: 10
Responses
- 200
success - paginated list of customers
- application/json
- Schema
- Example (from schema)
Schema
Array [
- MOD1
- MOD2
- MOD1
- MOD2
- MOD1
- MOD2
- MOD1
- MOD2
- MOD1
- MOD2
- MOD1
- MOD2
- MOD1
- MOD2
- MOD1
- MOD2
- MOD1
- MOD2
- MOD1
- MOD2
- MOD1
- MOD2
- MOD1
- MOD2
- MOD1
- MOD2
- MOD1
- MOD2
- MOD1
- MOD2
- MOD1
- MOD2
- MOD1
- MOD2
- MOD1
- MOD2
- MOD1
- MOD2
- MOD1
- MOD2
- MOD1
- MOD2
- MOD1
- MOD2
Array [
]
]
The date of creation of the customer
The date of the last update of the customer
general
object
anyOf
entryDateIntoRelationship
object
anyOf
string
string
dateLastMeeting
object
anyOf
string
string
Possible values: [male
, female
]
Default value: male
birthDate
object
anyOf
string
string
deathDate
object
anyOf
string
string
Possible values: [single
, inARelationship
, married
, civilUnion
, divorced
, separated
, widowed
, domesticPartnership
, freeUnion
, cohabitation
, pendingDivorce
, remarried
, deceased
]
Possible values: [none
, certificate
, highSchool
, bachelor
, master
, doctorate
]
annualIncome
object
anyOf
string
number
dateEntryRelationship
object
anyOf
string
string
issueDate
object
anyOf
string
string
expirationDate
object
anyOf
string
string
classificationDate
object
anyOf
string
string
updated
object
anyOf
string
string
entryDateIntoRelationship
object
anyOf
string
string
dateLastMeeting
object
anyOf
string
string
Possible values: [male
, female
]
Default value: male
birthDate
object
anyOf
string
string
deathDate
object
anyOf
string
string
Possible values: [single
, inARelationship
, married
, civilUnion
, divorced
, separated
, widowed
, domesticPartnership
, freeUnion
, cohabitation
, pendingDivorce
, remarried
, deceased
]
Possible values: [none
, certificate
, highSchool
, bachelor
, master
, doctorate
]
annualIncome
object
anyOf
string
number
dateEntryRelationship
object
anyOf
string
string
issueDate
object
anyOf
string
string
expirationDate
object
anyOf
string
string
classificationDate
object
anyOf
string
string
updated
object
anyOf
string
string
information
object
anyOf
Possible values: non-empty
managers
object[]
managers
object
nullable
nbManagers
object
nullable
bankAccounts
object
nullable
activities
object
nullable
details
object
nullable
[
{
"id": "adfdfaca-48f0-4f3b-b30a-c6d97293090c",
"name": "Jean dupont",
"created": "2024-01-01T00:00:00.000Z",
"updated": "2024-01-01T00:00:00.000Z",
"general": {},
"details": {
"street": "string",
"zipCode": "string",
"city": "string",
"addressSupplement": "string",
"workStreet": "string",
"workZipCode": "string",
"workCity": "string",
"workAddressSupplement": "string",
"otherStreet": "string",
"otherZipCode": "string",
"otherCity": "string",
"otherAddressSupplement": "string",
"firstPhoneNumber": "string",
"secondPhoneNumber": "string",
"personalEmail": "string",
"otherEmail": "string",
"fiscalAddress": "string",
"country": "string",
"otherCountry": "string",
"workCountry": "string"
}
}
]