HTTP: 200
[
{
"EntityID": int,
"Number": int,
"Name": string,
"VatNumber": string,
"Type": int,
"Street": string|null,
"City": string,
"Code": string|null,
"Country": string,
"Email": string|null,
"Phone": string|null,
"Mobile": string|null,
"Balance": decimal,
"BirthDate": date|null,
"Status": int,
"OccupationName": string|null,
"CreationDate" : date,
"ModifiedDate" : date,
"Iban" : string|null,
"PersonalCardNumber" : string|null,
"DrivingLicenseNumber" : string|null,
"DrivingLicenseDate" : date|null,
"IsConsentAccepted": bool,
"ConsentStatus": int,
"ExternalIds": [
{
"App": int,
"Id": string
}
] | [],
"Sellers": [
{
"SellerID": int,
"SellerType": int
},
...
] | []
"OfficeIds": [
int,
...
] | [],
"ChildrenCount" : int,
"Observation" : string|null
},
...
]