X-BalikujAuthToken: ********************curl --location --request POST '/api/Address/Find' \
--header 'X-BalikujAuthToken: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"pageSize": 50,
"start": 0,
"length": 50,
"search": "string",
"addressType": 0,
"showDisabled": true,
"sortField": "string",
"sortOrder": "string"
}'{
"correlationId": "d22127f9-6f76-4e1f-a15b-47ba32e899d0",
"result": {
"data": [
{
"id": 0,
"name": "Josef Novák",
"company": "Firma s.r.o.",
"street": "Ulice 555",
"city": "Zlín",
"zip": "76001",
"phone": "+420123456789",
"email": "email@info.cz",
"country": "CZ",
"countryName": "Česká republika",
"isEnabled": true,
"type": 1,
"additionalInfo": "Poslední byt v pravo.",
"taxNumber": "12345678",
"vatNumber": "CZ1234567890",
"taxId": "CZ1234567890",
"externalCode": "id-28462"
}
],
"total": 1
}
}