diff --git a/components/responseExamples/company/get/CompanyGetBasicExample.yaml b/components/responseExamples/company/get/CompanyGetBasicExample.yaml
index 6b9cf58..d2c0221 100644
--- a/components/responseExamples/company/get/CompanyGetBasicExample.yaml
+++ b/components/responseExamples/company/get/CompanyGetBasicExample.yaml
@@ -2,7 +2,7 @@ value:
status: 200
request:
endpoint: company/get
- code: ad4bade5-9560-4296-864e-49c2d7e5eaf6
+ code: 29ec5c92-a03e-4e3d-97d9-8c4de4591394
query:
registrationNumber: '04997476'
country: CZ
@@ -13,6 +13,7 @@ value:
- PL
dataScope: basic
includeTerminatedSubjects: false
+ nameFormat: normalized
countryFormat: alpha2
cityFormat: basic
zipFormat: false
@@ -22,6 +23,9 @@ value:
uuid: ca3665de-ded1-47f7-9bcd-b8c3eb8c52e1
country: CZ
name: AVANTRO s.r.o.
+ nameOfficial: AVANTRO s.r.o.
+ nameAlternative: null
+ nameNormalized: AVANTRO s.r.o.
registrationNumber: '04997476'
taxNumber: null
vatNumber: CZ04997476
diff --git a/components/responseExamples/company/get/CompanyGetExtendedExample.yaml b/components/responseExamples/company/get/CompanyGetExtendedExample.yaml
index 738fce3..1bba32c 100644
--- a/components/responseExamples/company/get/CompanyGetExtendedExample.yaml
+++ b/components/responseExamples/company/get/CompanyGetExtendedExample.yaml
@@ -2,7 +2,7 @@ value:
status: 200
request:
endpoint: company/get
- code: dd00c633-abaa-4f4d-85a3-652596b509d5
+ code: 20fe2bb6-b256-4482-ba0d-354102fca964
query:
registrationNumber: '04997476'
country: CZ
@@ -13,6 +13,7 @@ value:
- PL
dataScope: extended
includeTerminatedSubjects: false
+ nameFormat: normalized
countryFormat: alpha2
cityFormat: basic
zipFormat: false
@@ -22,6 +23,9 @@ value:
uuid: ca3665de-ded1-47f7-9bcd-b8c3eb8c52e1
country: CZ
name: AVANTRO s.r.o.
+ nameOfficial: AVANTRO s.r.o.
+ nameAlternative: null
+ nameNormalized: AVANTRO s.r.o.
registrationNumber: '04997476'
taxNumber: null
vatNumber: CZ04997476
@@ -77,11 +81,11 @@ value:
name: Výroba, obchod a služby neuvedené v přílohách 1 až 3 živnostenského
zákona
isPrimary: null
- - code: '6820'
- name: Pronájem a správa vlastních nebo pronajatých nemovitostí
- isPrimary: null
- code: '74'
- name: Ostatní profesní, vědecké a technické činnosti
+ name: Ostatní odborné, vědecké a technické činnosti
+ isPrimary: null
+ - code: '68200'
+ name: Pronájem a správa vlastních nebo pronajatých nemovitostí
isPrimary: null
registrations:
- type: businessRegister
diff --git a/components/responseExamples/company/get/CompanyGetFullExample.yaml b/components/responseExamples/company/get/CompanyGetFullExample.yaml
index af132e1..4be9886 100644
--- a/components/responseExamples/company/get/CompanyGetFullExample.yaml
+++ b/components/responseExamples/company/get/CompanyGetFullExample.yaml
@@ -2,7 +2,7 @@ value:
status: 200
request:
endpoint: company/get
- code: 2aa14da3-6891-4630-acf5-7561f39af028
+ code: aabe7368-020d-4d39-bd73-186da0ddfcd0
query:
registrationNumber: '04997476'
country: CZ
@@ -13,6 +13,7 @@ value:
- PL
dataScope: full
includeTerminatedSubjects: false
+ nameFormat: normalized
countryFormat: alpha2
cityFormat: basic
zipFormat: false
@@ -22,6 +23,9 @@ value:
uuid: ca3665de-ded1-47f7-9bcd-b8c3eb8c52e1
country: CZ
name: AVANTRO s.r.o.
+ nameOfficial: AVANTRO s.r.o.
+ nameAlternative: null
+ nameNormalized: AVANTRO s.r.o.
registrationNumber: '04997476'
taxNumber: null
vatNumber: CZ04997476
@@ -101,11 +105,11 @@ value:
name: Výroba, obchod a služby neuvedené v přílohách 1 až 3 živnostenského
zákona
isPrimary: null
- - code: '6820'
- name: Pronájem a správa vlastních nebo pronajatých nemovitostí
- isPrimary: null
- code: '74'
- name: Ostatní profesní, vědecké a technické činnosti
+ name: Ostatní odborné, vědecké a technické činnosti
+ isPrimary: null
+ - code: '68200'
+ name: Pronájem a správa vlastních nebo pronajatých nemovitostí
isPrimary: null
databoxes:
- code: txutpba
diff --git a/components/responseExamples/company/search/CompanySearchNameExample.yaml b/components/responseExamples/company/search/CompanySearchNameExample.yaml
index e879820..1c05485 100644
--- a/components/responseExamples/company/search/CompanySearchNameExample.yaml
+++ b/components/responseExamples/company/search/CompanySearchNameExample.yaml
@@ -2,7 +2,7 @@ value:
status: 200
request:
endpoint: company/search
- code: 48ff6197-cb1b-43d1-96c2-e3853159102b
+ code: ab694ecf-96d9-4904-ae53-3f948d0bc862
query:
type: name
value: Avantro
@@ -18,6 +18,7 @@ value:
filterAcceptFormat: true
filterExactMatch: true
resultsLimit: 10
+ nameFormat: normalized
countryFormat: alpha2
cityFormat: basic
zipFormat: false
@@ -32,6 +33,9 @@ value:
uuid: ca3665de-ded1-47f7-9bcd-b8c3eb8c52e1
country: CZ
name: AVANTRO s.r.o.
+ nameOfficial: AVANTRO s.r.o.
+ nameAlternative: null
+ nameNormalized: AVANTRO s.r.o.
registrationNumber: '04997476'
taxNumber: null
vatNumber: CZ04997476
diff --git a/components/responseExamples/company/search/CompanySearchRegistrationNumberExample.yaml b/components/responseExamples/company/search/CompanySearchRegistrationNumberExample.yaml
index 66f3e06..9959e58 100644
--- a/components/responseExamples/company/search/CompanySearchRegistrationNumberExample.yaml
+++ b/components/responseExamples/company/search/CompanySearchRegistrationNumberExample.yaml
@@ -2,7 +2,7 @@ value:
status: 200
request:
endpoint: company/search
- code: 19476932-322b-4070-8a4e-db40f73d8399
+ code: 569ced07-fbd5-4144-a31a-945929a84e48
query:
type: registrationNumber
value: '049974'
@@ -18,6 +18,7 @@ value:
filterAcceptFormat: true
filterExactMatch: true
resultsLimit: 10
+ nameFormat: normalized
countryFormat: alpha2
cityFormat: basic
zipFormat: false
@@ -32,6 +33,9 @@ value:
uuid: ca3665de-ded1-47f7-9bcd-b8c3eb8c52e1
country: CZ
name: AVANTRO s.r.o.
+ nameOfficial: AVANTRO s.r.o.
+ nameAlternative: null
+ nameNormalized: AVANTRO s.r.o.
registrationNumber: '04997476'
taxNumber: null
vatNumber: CZ04997476
@@ -80,40 +84,43 @@ value:
flags:
isActive: true
- data:
- uuid: 75809988-2e08-4ac4-ba73-25e8528a4aab
+ uuid: 9542f9f1-2e1d-4c81-a87c-8762e31ff958
country: CZ
- name: VEMIO s.r.o.
- registrationNumber: '04997468'
+ name: Manotick s.r.o.
+ nameOfficial: Manotick s.r.o.
+ nameAlternative: null
+ nameNormalized: Manotick s.r.o.
+ registrationNumber: '04997441'
taxNumber: null
- vatNumber: CZ04997468
+ vatNumber: null
vatNumberSpecial: null
address:
data:
country: CZ
state: null
- region: Plzeňský kraj
- district: Plzeň-město
+ region: Hlavní město Praha
+ district: území Hlavního města Prahy
ids:
- internal: bac4bac1-8d64-4c8e-b937-fa417f7512ab
- external: '24534161'
- street: Plovární
+ internal: a31b9a04-efb2-4351-8b05-5ae90b185909
+ external: '21715475'
+ street: Křižovnická
number:
type: č.p.
- part1: '478'
- part1Number: '478'
+ part1: '86'
+ part1Number: '86'
part1Letter: null
- part2: '1'
- part2Number: '1'
+ part2: '6'
+ part2Number: '6'
part2Letter: null
- full: 478/1
- streetWithNumber: Plovární 478/1
- city: Plzeň
- zip: '30100'
- full: Plovární 478/1, 30100 Plzeň
+ full: 86/6
+ streetWithNumber: Křižovnická 86/6
+ city: Praha 1
+ zip: '11000'
+ full: Křižovnická 86/6, 11000 Praha 1
addressOfficial:
data:
country: CZ
- street: Plovární
+ street: Křižovnická
number:
part1: null
part1Number: null
@@ -121,20 +128,23 @@ value:
part2: null
part2Number: null
part2Letter: null
- full: 478/1
- streetWithNumber: Plovární 478/1
- city: Plzeň
- zip: '30100'
- full: Plovární 478/1, 30100 Plzeň
+ full: 86/6
+ streetWithNumber: Křižovnická 86/6
+ city: Praha
+ zip: '11000'
+ full: Křižovnická 86/6, 11000 Praha
legalForm:
type: juridical
flags:
isActive: true
- data:
- uuid: 9542f9f1-2e1d-4c81-a87c-8762e31ff958
+ uuid: 75809988-2e08-4ac4-ba73-25e8528a4aab
country: CZ
- name: Manotick s.r.o.
- registrationNumber: '04997441'
+ name: VEMIO s.r.o.
+ nameOfficial: VEMIO s.r.o.
+ nameAlternative: null
+ nameNormalized: VEMIO s.r.o.
+ registrationNumber: '04997468'
taxNumber: null
vatNumber: null
vatNumberSpecial: null
@@ -142,29 +152,29 @@ value:
data:
country: CZ
state: null
- region: Hlavní město Praha
- district: území Hlavního města Prahy
+ region: Plzeňský kraj
+ district: Plzeň-město
ids:
- internal: a31b9a04-efb2-4351-8b05-5ae90b185909
- external: '21715475'
- street: Křižovnická
+ internal: bac4bac1-8d64-4c8e-b937-fa417f7512ab
+ external: '24534161'
+ street: Plovární
number:
type: č.p.
- part1: '86'
- part1Number: '86'
+ part1: '478'
+ part1Number: '478'
part1Letter: null
- part2: '6'
- part2Number: '6'
+ part2: '1'
+ part2Number: '1'
part2Letter: null
- full: 86/6
- streetWithNumber: Křižovnická 86/6
- city: Praha 1
- zip: '11000'
- full: Křižovnická 86/6, 11000 Praha 1
+ full: 478/1
+ streetWithNumber: Plovární 478/1
+ city: Plzeň
+ zip: '30100'
+ full: Plovární 478/1, 30100 Plzeň
addressOfficial:
data:
country: CZ
- street: Křižovnická
+ street: Plovární
number:
part1: null
part1Number: null
@@ -172,11 +182,11 @@ value:
part2: null
part2Number: null
part2Letter: null
- full: 86/6
- streetWithNumber: Křižovnická 86/6
- city: Praha
- zip: '11000'
- full: Křižovnická 86/6, 11000 Praha
+ full: 478/1
+ streetWithNumber: Plovární 478/1
+ city: Plzeň
+ zip: '30100'
+ full: Plovární 478/1, 30100 Plzeň
legalForm:
type: juridical
flags:
@@ -185,6 +195,9 @@ value:
uuid: bc6b7eca-6e0b-4d3c-9f57-ea34470a7f88
country: CZ
name: Mgr. Iva Sladkovská
+ nameOfficial: Mgr. Iva Sladkovská
+ nameAlternative: null
+ nameNormalized: Mgr. Iva Sladkovská
registrationNumber: '04997433'
taxNumber: null
vatNumber: null
@@ -236,6 +249,9 @@ value:
uuid: c02871f0-de95-45a0-9279-cd1d9399a195
country: CZ
name: Quang Anh Kieu
+ nameOfficial: Quang Anh Kieu
+ nameAlternative: null
+ nameNormalized: Quang Anh Kieu
registrationNumber: '04997417'
taxNumber: null
vatNumber: null
@@ -287,6 +303,9 @@ value:
uuid: 90121cd5-d0af-46b6-8060-fa8b97a115c8
country: CZ
name: Miloš Kulhánek
+ nameOfficial: Miloš Kulhánek
+ nameAlternative: null
+ nameNormalized: Miloš Kulhánek
registrationNumber: '04997492'
taxNumber: null
vatNumber: null
diff --git a/components/responseExamples/company/search/CompanySearchTaxNumberExample.yaml b/components/responseExamples/company/search/CompanySearchTaxNumberExample.yaml
index f034a2d..4fbff84 100644
--- a/components/responseExamples/company/search/CompanySearchTaxNumberExample.yaml
+++ b/components/responseExamples/company/search/CompanySearchTaxNumberExample.yaml
@@ -2,7 +2,7 @@ value:
status: 200
request:
endpoint: company/search
- code: 0f0fa00d-f85e-4527-8189-eb1a3dcf2c61
+ code: 810048ad-806d-4b21-b89c-5459b2df3d3b
query:
type: taxNumber
value: '2120884'
@@ -18,6 +18,7 @@ value:
filterAcceptFormat: true
filterExactMatch: true
resultsLimit: 10
+ nameFormat: normalized
countryFormat: alpha2
cityFormat: basic
zipFormat: false
@@ -32,11 +33,36 @@ value:
uuid: 76aca24f-f823-45bb-a866-842acd17b26d
country: SK
name: TRESPON, s.r.o.
+ nameOfficial: TRESPON, s.r.o.
+ nameAlternative: null
+ nameNormalized: TRESPON, s.r.o.
registrationNumber: '52082865'
taxNumber: '2120884315'
vatNumber: SK2120884315
vatNumberSpecial: null
- address: null
+ address:
+ data:
+ country: SK
+ state: null
+ region: Trnavský
+ district: Hlohovec
+ ids:
+ internal: ae6a2bd8-9154-4d5f-8c70-0fcd33eb321e
+ external: null
+ street: R.Dilonga
+ number:
+ type: null
+ part1: '129'
+ part1Number: '129'
+ part1Letter: null
+ part2: 6B
+ part2Number: '6'
+ part2Letter: B
+ full: 129/6B
+ streetWithNumber: R.Dilonga 129/6B
+ city: Hlohovec
+ zip: '92001'
+ full: R.Dilonga 129/6B, 92001 Hlohovec
addressOfficial:
data:
country: SK
@@ -58,18 +84,43 @@ value:
flags:
isActive: true
- data:
- uuid: 56c8274c-8485-4732-961a-aef76e11f6d2
+ uuid: 6b1ce627-d93f-48e8-bbae-b2651091a86c
country: SK
- name: Penarius, s.r.o.
- registrationNumber: '52079007'
- taxNumber: '2120884678'
- vatNumber: SK2120884678
+ name: Domov v pohode, s.r.o.
+ nameOfficial: Domov v pohode, s.r.o.
+ nameAlternative: null
+ nameNormalized: Domov v pohode, s.r.o.
+ registrationNumber: '52052711'
+ taxNumber: '2120884029'
+ vatNumber: null
vatNumberSpecial: null
- address: null
+ address:
+ data:
+ country: SK
+ state: null
+ region: Trenčiansky
+ district: Prievidza
+ ids:
+ internal: 5f0456d4-02eb-4658-ab72-75a8854384ad
+ external: null
+ street: Duklianska ulica
+ number:
+ type: null
+ part1: '54'
+ part1Number: '54'
+ part1Letter: null
+ part2: 7A
+ part2Number: '7'
+ part2Letter: A
+ full: 54/7A
+ streetWithNumber: Duklianska ulica 54/7A
+ city: Prievidza
+ zip: '97101'
+ full: Duklianska ulica 54/7A, 97101 Prievidza
addressOfficial:
data:
country: SK
- street: Eötvösova
+ street: Duklianska
number:
part1: null
part1Number: null
@@ -77,28 +128,31 @@ value:
part2: null
part2Number: null
part2Letter: null
- full: 51/28
- streetWithNumber: Eötvösova 51/28
- city: Komárno
- zip: '94501'
- full: Eötvösova 51/28, 94501 Komárno
+ full: 54/7A
+ streetWithNumber: Duklianska 54/7A
+ city: Prievidza
+ zip: '97101'
+ full: Duklianska 54/7A, 97101 Prievidza
legalForm:
type: juridical
flags:
isActive: true
- data:
- uuid: 6b1ce627-d93f-48e8-bbae-b2651091a86c
+ uuid: 56c8274c-8485-4732-961a-aef76e11f6d2
country: SK
- name: Domov v pohode, s.r.o.
- registrationNumber: '52052711'
- taxNumber: '2120884029'
- vatNumber: null
+ name: Penarius, s.r.o.
+ nameOfficial: Penarius, s.r.o.
+ nameAlternative: null
+ nameNormalized: Penarius, s.r.o.
+ registrationNumber: '52079007'
+ taxNumber: '2120884678'
+ vatNumber: SK2120884678
vatNumberSpecial: null
address: null
addressOfficial:
data:
country: SK
- street: Duklianska
+ street: Eötvösova
number:
part1: null
part1Number: null
@@ -106,11 +160,11 @@ value:
part2: null
part2Number: null
part2Letter: null
- full: 54/7A
- streetWithNumber: Duklianska 54/7A
- city: Prievidza
- zip: '97101'
- full: Duklianska 54/7A, 97101 Prievidza
+ full: 51/28
+ streetWithNumber: Eötvösova 51/28
+ city: Komárno
+ zip: '94501'
+ full: Eötvösova 51/28, 94501 Komárno
legalForm:
type: juridical
flags:
@@ -119,11 +173,36 @@ value:
uuid: 7312ffbe-d80c-4fb7-b19a-548e9468e061
country: SK
name: OSCAR PINKY s.r.o.
+ nameOfficial: OSCAR PINKY s.r.o.
+ nameAlternative: null
+ nameNormalized: OSCAR PINKY s.r.o.
registrationNumber: '52057241'
taxNumber: '2120884205'
vatNumber: null
vatNumberSpecial: null
- address: null
+ address:
+ data:
+ country: SK
+ state: null
+ region: Košický
+ district: Košice IV
+ ids:
+ internal: f9aa8645-5222-4a11-9d52-00b6b545a3d8
+ external: null
+ street: Rázusova
+ number:
+ type: null
+ part1: '49'
+ part1Number: '49'
+ part1Letter: null
+ part2: null
+ part2Number: null
+ part2Letter: null
+ full: '49'
+ streetWithNumber: Rázusova 49
+ city: Košice
+ zip: '04001'
+ full: Rázusova 49, 04001 Košice
addressOfficial:
data:
country: SK
@@ -148,11 +227,36 @@ value:
uuid: d5f5494b-090e-4986-939e-eb2ddfd57d8b
country: SK
name: AKC - STUDIO s.r.o.
+ nameOfficial: AKC - STUDIO s.r.o.
+ nameAlternative: null
+ nameNormalized: AKC - STUDIO s.r.o.
registrationNumber: '52071103'
taxNumber: '2120884183'
vatNumber: SK2120884183
vatNumberSpecial: null
- address: null
+ address:
+ data:
+ country: SK
+ state: null
+ region: Nitriansky
+ district: Šaľa
+ ids:
+ internal: b1af2a3c-4ab4-42bd-89ab-0af72bde3ae8
+ external: null
+ street: Hájske
+ number:
+ type: null
+ part1: '95'
+ part1Number: '95'
+ part1Letter: null
+ part2: null
+ part2Number: null
+ part2Letter: null
+ full: '95'
+ streetWithNumber: Hájske 95
+ city: Hájske
+ zip: '95133'
+ full: Hájske 95, 95133 Hájske
addressOfficial:
data:
country: SK
@@ -177,11 +281,36 @@ value:
uuid: 451e40b7-6d07-43f0-87f2-d9b4ea9bd139
country: SK
name: KG bet, s. r. o.
+ nameOfficial: KG bet, s. r. o.
+ nameAlternative: null
+ nameNormalized: KG bet, s. r. o.
registrationNumber: '52078892'
taxNumber: '2120884084'
vatNumber: null
vatNumberSpecial: null
- address: null
+ address:
+ data:
+ country: SK
+ state: null
+ region: Banskobystrický
+ district: Banská Bystrica
+ ids:
+ internal: 94fc7801-c47c-4bf6-ad72-7c95f6c2c7d2
+ external: null
+ street: 29.augusta
+ number:
+ type: null
+ part1: '1524'
+ part1Number: '1524'
+ part1Letter: null
+ part2: '24'
+ part2Number: '24'
+ part2Letter: null
+ full: 1524/24
+ streetWithNumber: 29.augusta 1524/24
+ city: Banská Bystrica
+ zip: '97401'
+ full: 29.augusta 1524/24, 97401 Banská Bystrica
addressOfficial:
data:
country: SK
@@ -206,11 +335,36 @@ value:
uuid: 6761be1c-eb61-4fdd-b1de-bca2d3cdb51f
country: SK
name: Fibertel s.r.o.
+ nameOfficial: Fibertel s.r.o.
+ nameAlternative: null
+ nameNormalized: Fibertel s.r.o.
registrationNumber: '52078965'
taxNumber: '2120884546'
vatNumber: SK2120884546
vatNumberSpecial: null
- address: null
+ address:
+ data:
+ country: SK
+ state: null
+ region: Prešovský
+ district: Humenné
+ ids:
+ internal: 80514d05-f3c7-4e9b-87d6-c8e439656aad
+ external: null
+ street: Osloboditeľov
+ number:
+ type: null
+ part1: '1631'
+ part1Number: '1631'
+ part1Letter: null
+ part2: '114'
+ part2Number: '114'
+ part2Letter: null
+ full: 1631/114
+ streetWithNumber: Osloboditeľov 1631/114
+ city: Humenné
+ zip: '06601'
+ full: Osloboditeľov 1631/114, 06601 Humenné
addressOfficial:
data:
country: SK
@@ -232,18 +386,43 @@ value:
flags:
isActive: true
- data:
- uuid: 4f985edc-47da-49da-b41d-f14f4f89cf34
+ uuid: 2bf750fd-a350-4a01-822d-2d7b52f014c4
country: SK
- name: BISTRANS s.r.o.
- registrationNumber: '52029956'
- taxNumber: '2120884865'
- vatNumber: SK2120884865
+ name: MANGALIKA, s.r.o.
+ nameOfficial: MANGALIKA, s.r.o.
+ nameAlternative: null
+ nameNormalized: MANGALIKA, s.r.o.
+ registrationNumber: '52073181'
+ taxNumber: '2120884667'
+ vatNumber: null
vatNumberSpecial: null
- address: null
+ address:
+ data:
+ country: SK
+ state: null
+ region: Trnavský
+ district: Piešťany
+ ids:
+ internal: 57aa3355-42b6-46af-b60c-6eaf85cf4d21
+ external: null
+ street: Vážska
+ number:
+ type: null
+ part1: '3568'
+ part1Number: '3568'
+ part1Letter: null
+ part2: '37'
+ part2Number: '37'
+ part2Letter: null
+ full: 3568/37
+ streetWithNumber: Vážska 3568/37
+ city: Piešťany
+ zip: '92101'
+ full: Vážska 3568/37, 92101 Piešťany
addressOfficial:
data:
country: SK
- street: Lichardova
+ street: Vážska
number:
part1: null
part1Number: null
@@ -251,28 +430,53 @@ value:
part2: null
part2Number: null
part2Letter: null
- full: 152/21
- streetWithNumber: Lichardova 152/21
- city: Košice-Juh
- zip: '04001'
- full: Lichardova 152/21, 04001 Košice-Juh
+ full: 3568/37
+ streetWithNumber: Vážska 3568/37
+ city: Piešťany
+ zip: '92101'
+ full: Vážska 3568/37, 92101 Piešťany
legalForm:
type: juridical
flags:
isActive: true
- data:
- uuid: 7b8db674-4b26-4622-9061-80874414758a
+ uuid: 05e5128d-4399-4afd-aa24-8e1ba8fa2731
country: SK
- name: Staviválubela s.r.o.
- registrationNumber: '52079716'
- taxNumber: '2120884161'
- vatNumber: SK2120884161
+ name: MEDICARE CENTRUM s.r.o.
+ nameOfficial: MEDICARE CENTRUM s.r.o.
+ nameAlternative: null
+ nameNormalized: MEDICARE CENTRUM s.r.o.
+ registrationNumber: '52078639'
+ taxNumber: '2120884942'
+ vatNumber: null
vatNumberSpecial: null
- address: null
+ address:
+ data:
+ country: SK
+ state: null
+ region: Bratislavský
+ district: Bratislava V
+ ids:
+ internal: 090daef1-8d58-4c0e-bfd5-b44a406aa4de
+ external: null
+ street: Strečnianska
+ number:
+ type: null
+ part1: '13'
+ part1Number: '13'
+ part1Letter: null
+ part2: null
+ part2Number: null
+ part2Letter: null
+ full: '13'
+ streetWithNumber: Strečnianska 13
+ city: Bratislava
+ zip: '85105'
+ full: Strečnianska 13, 85105 Bratislava
addressOfficial:
data:
country: SK
- street: Ľubeľa
+ street: Strečnianska
number:
part1: null
part1Number: null
@@ -280,28 +484,53 @@ value:
part2: null
part2Number: null
part2Letter: null
- full: '419'
- streetWithNumber: Ľubeľa 419
- city: Ľubeľa
- zip: '03214'
- full: Ľubeľa 419, 03214 Ľubeľa
+ full: '13'
+ streetWithNumber: Strečnianska 13
+ city: Bratislava-Petržalka
+ zip: '85105'
+ full: Strečnianska 13, 85105 Bratislava-Petržalka
legalForm:
type: juridical
flags:
isActive: true
- data:
- uuid: 05e5128d-4399-4afd-aa24-8e1ba8fa2731
+ uuid: 4f985edc-47da-49da-b41d-f14f4f89cf34
country: SK
- name: MEDICARE CENTRUM s.r.o.
- registrationNumber: '52078639'
- taxNumber: '2120884942'
- vatNumber: null
+ name: BISTRANS s.r.o.
+ nameOfficial: BISTRANS s.r.o.
+ nameAlternative: null
+ nameNormalized: BISTRANS s.r.o.
+ registrationNumber: '52029956'
+ taxNumber: '2120884865'
+ vatNumber: SK2120884865
vatNumberSpecial: null
- address: null
+ address:
+ data:
+ country: SK
+ state: null
+ region: Košický
+ district: Košice IV
+ ids:
+ internal: 79454954-7212-4263-9dfd-3f7fdf163677
+ external: null
+ street: Lichardova
+ number:
+ type: null
+ part1: '152'
+ part1Number: '152'
+ part1Letter: null
+ part2: '21'
+ part2Number: '21'
+ part2Letter: null
+ full: 152/21
+ streetWithNumber: Lichardova 152/21
+ city: Košice
+ zip: '04001'
+ full: Lichardova 152/21, 04001 Košice
addressOfficial:
data:
country: SK
- street: Strečnianska
+ street: Lichardova
number:
part1: null
part1Number: null
@@ -309,11 +538,11 @@ value:
part2: null
part2Number: null
part2Letter: null
- full: '13'
- streetWithNumber: Strečnianska 13
- city: Bratislava-Petržalka
- zip: '85105'
- full: Strečnianska 13, 85105 Bratislava-Petržalka
+ full: 152/21
+ streetWithNumber: Lichardova 152/21
+ city: Košice-Juh
+ zip: '04001'
+ full: Lichardova 152/21, 04001 Košice-Juh
legalForm:
type: juridical
flags:
diff --git a/components/responseExamples/company/search/CompanySearchVatNumberExample.yaml b/components/responseExamples/company/search/CompanySearchVatNumberExample.yaml
index 4ed062e..61f1143 100644
--- a/components/responseExamples/company/search/CompanySearchVatNumberExample.yaml
+++ b/components/responseExamples/company/search/CompanySearchVatNumberExample.yaml
@@ -2,7 +2,7 @@ value:
status: 200
request:
endpoint: company/search
- code: be315df9-8df6-41e0-a264-3ff1dd3d0e17
+ code: bfda4ed1-c9b7-40a2-914d-ff3f63f197af
query:
type: vatNumber
value: CZ04997
@@ -18,6 +18,7 @@ value:
filterAcceptFormat: true
filterExactMatch: true
resultsLimit: 10
+ nameFormat: normalized
countryFormat: alpha2
cityFormat: basic
zipFormat: false
@@ -29,40 +30,43 @@ value:
resultsTotal: null
results:
- data:
- uuid: ed969ebb-db8d-427b-8c58-7ecaca7d7f92
+ uuid: 337a16e0-79fd-425c-a439-3355e221ec0d
country: CZ
- name: NIKOLUNA s.r.o.
- registrationNumber: '04997832'
+ name: LEEPHAM s.r.o.
+ nameOfficial: LEEPHAM s.r.o.
+ nameAlternative: null
+ nameNormalized: LEEPHAM s.r.o.
+ registrationNumber: '04997387'
taxNumber: null
- vatNumber: CZ04997832
+ vatNumber: CZ04997387
vatNumberSpecial: null
address:
data:
country: CZ
state: null
region: Středočeský kraj
- district: Rakovník
+ district: Mělník
ids:
- internal: ae1e3cc3-9023-463c-95b7-f543b733016f
- external: '8662991'
- street: Pod Nemocnicí
+ internal: 5b381369-ed10-4115-926e-4dcd412a6882
+ external: '2112744'
+ street: Vojkovice
number:
type: č.p.
- part1: '2154'
- part1Number: '2154'
+ part1: '116'
+ part1Number: '116'
part1Letter: null
part2: null
part2Number: null
part2Letter: null
- full: '2154'
- streetWithNumber: Pod Nemocnicí 2154
- city: Rakovník
- zip: '26901'
- full: Pod Nemocnicí 2154, 26901 Rakovník
+ full: '116'
+ streetWithNumber: Vojkovice 116
+ city: Vojkovice
+ zip: '27744'
+ full: Vojkovice 116, 27744 Vojkovice
addressOfficial:
data:
country: CZ
- street: Pod Nemocnicí
+ street: Vojkovice
number:
part1: null
part1Number: null
@@ -70,50 +74,53 @@ value:
part2: null
part2Number: null
part2Letter: null
- full: '2154'
- streetWithNumber: Pod Nemocnicí 2154
- city: Rakovník
- zip: '26901'
- full: Pod Nemocnicí 2154, 26901 Rakovník
+ full: '116'
+ streetWithNumber: Vojkovice 116
+ city: Vojkovice
+ zip: '27744'
+ full: Vojkovice 116, 27744 Vojkovice
legalForm:
type: juridical
flags:
isActive: true
- data:
- uuid: 3ae19a19-d7f7-4481-a91c-dcc0685860d1
+ uuid: ed969ebb-db8d-427b-8c58-7ecaca7d7f92
country: CZ
- name: M&S GLOBWASH CZ, s.r.o.
- registrationNumber: '04997361'
+ name: NIKOLUNA s.r.o.
+ nameOfficial: NIKOLUNA s.r.o.
+ nameAlternative: null
+ nameNormalized: NIKOLUNA s.r.o.
+ registrationNumber: '04997832'
taxNumber: null
- vatNumber: CZ04997361
+ vatNumber: CZ04997832
vatNumberSpecial: null
address:
data:
country: CZ
state: null
region: Středočeský kraj
- district: Praha-východ
+ district: Rakovník
ids:
- internal: 403b808e-5047-409a-b842-5a2198eca151
- external: '74746545'
- street: Horácká
+ internal: ae1e3cc3-9023-463c-95b7-f543b733016f
+ external: '8662991'
+ street: Pod Nemocnicí
number:
type: č.p.
- part1: '162'
- part1Number: '162'
+ part1: '2154'
+ part1Number: '2154'
part1Letter: null
part2: null
part2Number: null
part2Letter: null
- full: '162'
- streetWithNumber: Horácká 162
- city: Křenice
- zip: '25084'
- full: Horácká 162, 25084 Křenice
+ full: '2154'
+ streetWithNumber: Pod Nemocnicí 2154
+ city: Rakovník
+ zip: '26901'
+ full: Pod Nemocnicí 2154, 26901 Rakovník
addressOfficial:
data:
country: CZ
- street: Horácká
+ street: Pod Nemocnicí
number:
part1: null
part1Number: null
@@ -121,11 +128,11 @@ value:
part2: null
part2Number: null
part2Letter: null
- full: '162'
- streetWithNumber: Horácká 162
- city: Křenice
- zip: '25084'
- full: Horácká 162, 25084 Křenice
+ full: '2154'
+ streetWithNumber: Pod Nemocnicí 2154
+ city: Rakovník
+ zip: '26901'
+ full: Pod Nemocnicí 2154, 26901 Rakovník
legalForm:
type: juridical
flags:
@@ -134,6 +141,9 @@ value:
uuid: 580a7925-2c40-43a7-a9a2-a5ab0ea397f2
country: CZ
name: AMADET facility s.r.o.
+ nameOfficial: AMADET facility s.r.o.
+ nameAlternative: null
+ nameNormalized: AMADET facility s.r.o.
registrationNumber: '04997689'
taxNumber: null
vatNumber: CZ04997689
@@ -181,10 +191,67 @@ value:
type: juridical
flags:
isActive: true
+ - data:
+ uuid: 3ae19a19-d7f7-4481-a91c-dcc0685860d1
+ country: CZ
+ name: M&S GLOBWASH CZ, s.r.o.
+ nameOfficial: M&S GLOBWASH CZ, s.r.o.
+ nameAlternative: null
+ nameNormalized: M&S GLOBWASH CZ, s.r.o.
+ registrationNumber: '04997361'
+ taxNumber: null
+ vatNumber: CZ04997361
+ vatNumberSpecial: null
+ address:
+ data:
+ country: CZ
+ state: null
+ region: Středočeský kraj
+ district: Praha-východ
+ ids:
+ internal: 403b808e-5047-409a-b842-5a2198eca151
+ external: '74746545'
+ street: Horácká
+ number:
+ type: č.p.
+ part1: '162'
+ part1Number: '162'
+ part1Letter: null
+ part2: null
+ part2Number: null
+ part2Letter: null
+ full: '162'
+ streetWithNumber: Horácká 162
+ city: Křenice
+ zip: '25084'
+ full: Horácká 162, 25084 Křenice
+ addressOfficial:
+ data:
+ country: CZ
+ street: Horácká
+ number:
+ part1: null
+ part1Number: null
+ part1Letter: null
+ part2: null
+ part2Number: null
+ part2Letter: null
+ full: '162'
+ streetWithNumber: Horácká 162
+ city: Křenice
+ zip: '25084'
+ full: Horácká 162, 25084 Křenice
+ legalForm:
+ type: juridical
+ flags:
+ isActive: true
- data:
uuid: 66bb2337-1a0c-46b7-8923-cf21b73850e1
country: CZ
name: HBS CROLE s.r.o.
+ nameOfficial: HBS CROLE s.r.o.
+ nameAlternative: null
+ nameNormalized: HBS CROLE s.r.o.
registrationNumber: '04997891'
taxNumber: null
vatNumber: CZ04997891
@@ -196,26 +263,26 @@ value:
region: Hlavní město Praha
district: území Hlavního města Prahy
ids:
- internal: 5cfda44d-273b-4068-b600-c0454dce8f37
- external: '21692882'
- street: Elišky Krásnohorské
+ internal: 13eec76f-1642-4699-aea0-01e784e5d70e
+ external: '22190660'
+ street: Vítězné náměstí
number:
type: č.p.
- part1: '11'
- part1Number: '11'
+ part1: '576'
+ part1Number: '576'
part1Letter: null
- part2: '4'
- part2Number: '4'
+ part2: '1'
+ part2Number: '1'
part2Letter: null
- full: 11/4
- streetWithNumber: Elišky Krásnohorské 11/4
- city: Praha 1
- zip: '11000'
- full: Elišky Krásnohorské 11/4, 11000 Praha 1
+ full: 576/1
+ streetWithNumber: Vítězné náměstí 576/1
+ city: Praha 6
+ zip: '16000'
+ full: Vítězné náměstí 576/1, 16000 Praha 6
addressOfficial:
data:
country: CZ
- street: Elišky Krásnohorské
+ street: Vítězné náměstí
number:
part1: null
part1Number: null
@@ -223,11 +290,11 @@ value:
part2: null
part2Number: null
part2Letter: null
- full: 11/4
- streetWithNumber: Elišky Krásnohorské 11/4
+ full: 576/1
+ streetWithNumber: Vítězné náměstí 576/1
city: Praha
- zip: '11000'
- full: Elišky Krásnohorské 11/4, 11000 Praha
+ zip: '16000'
+ full: Vítězné náměstí 576/1, 16000 Praha
legalForm:
type: juridical
flags:
@@ -236,6 +303,9 @@ value:
uuid: 2197de26-a98a-451d-b533-da457e73af5b
country: CZ
name: Niema pawn s.r.o.
+ nameOfficial: Niema pawn s.r.o.
+ nameAlternative: null
+ nameNormalized: Niema pawn s.r.o.
registrationNumber: '04997557'
taxNumber: null
vatNumber: CZ04997557
@@ -287,6 +357,9 @@ value:
uuid: 92dd746c-1a66-4b2a-9706-82628a157463
country: CZ
name: Jevyx-car s.r.o.
+ nameOfficial: Jevyx-car s.r.o.
+ nameAlternative: null
+ nameNormalized: Jevyx-car s.r.o.
registrationNumber: '04997174'
taxNumber: null
vatNumber: CZ04997174
@@ -335,40 +408,43 @@ value:
flags:
isActive: true
- data:
- uuid: 337a16e0-79fd-425c-a439-3355e221ec0d
+ uuid: ca3665de-ded1-47f7-9bcd-b8c3eb8c52e1
country: CZ
- name: LEEPHAM s.r.o.
- registrationNumber: '04997387'
+ name: AVANTRO s.r.o.
+ nameOfficial: AVANTRO s.r.o.
+ nameAlternative: null
+ nameNormalized: AVANTRO s.r.o.
+ registrationNumber: '04997476'
taxNumber: null
- vatNumber: CZ04997387
+ vatNumber: CZ04997476
vatNumberSpecial: null
address:
data:
country: CZ
state: null
- region: Středočeský kraj
- district: Mělník
+ region: Hlavní město Praha
+ district: území Hlavního města Prahy
ids:
- internal: 5b381369-ed10-4115-926e-4dcd412a6882
- external: '2112744'
- street: Vojkovice
+ internal: d2ade877-1e95-4a83-baa6-5431ce5b3ca8
+ external: '22349995'
+ street: Thámova
number:
type: č.p.
- part1: '116'
- part1Number: '116'
+ part1: '137'
+ part1Number: '137'
part1Letter: null
- part2: null
- part2Number: null
+ part2: '16'
+ part2Number: '16'
part2Letter: null
- full: '116'
- streetWithNumber: Vojkovice 116
- city: Vojkovice
- zip: '27744'
- full: Vojkovice 116, 27744 Vojkovice
+ full: 137/16
+ streetWithNumber: Thámova 137/16
+ city: Praha 8
+ zip: '18600'
+ full: Thámova 137/16, 18600 Praha 8
addressOfficial:
data:
country: CZ
- street: Vojkovice
+ street: Thámova
number:
part1: null
part1Number: null
@@ -376,11 +452,11 @@ value:
part2: null
part2Number: null
part2Letter: null
- full: '116'
- streetWithNumber: Vojkovice 116
- city: Vojkovice
- zip: '27744'
- full: Vojkovice 116, 27744 Vojkovice
+ full: 137/16
+ streetWithNumber: Thámova 137/16
+ city: Praha
+ zip: '18600'
+ full: Thámova 137/16, 18600 Praha
legalForm:
type: juridical
flags:
@@ -389,6 +465,9 @@ value:
uuid: 02d7bbde-868f-4f5b-ad64-fb0b8613ca0f
country: CZ
name: Ascent Capital s.r.o.
+ nameOfficial: Ascent Capital s.r.o.
+ nameAlternative: null
+ nameNormalized: Ascent Capital s.r.o.
registrationNumber: '04997859'
taxNumber: null
vatNumber: CZ04997859
@@ -440,6 +519,9 @@ value:
uuid: 013647f6-9142-46b8-aeed-4b82a9e914cb
country: CZ
name: MAKESIM s.r.o.
+ nameOfficial: MAKESIM s.r.o.
+ nameAlternative: null
+ nameNormalized: MAKESIM s.r.o.
registrationNumber: '04997735'
taxNumber: null
vatNumber: CZ04997735
@@ -487,55 +569,4 @@ value:
type: juridical
flags:
isActive: true
- - data:
- uuid: 5673d264-e71e-484d-bb4c-ef7db24f94e6
- country: CZ
- name: ZAKFARM s.r.o.
- registrationNumber: '04997981'
- taxNumber: null
- vatNumber: CZ04997981
- vatNumberSpecial: null
- address:
- data:
- country: CZ
- state: null
- region: Zlínský kraj
- district: Zlín
- ids:
- internal: 19582178-658f-40b6-97c1-53d960b4e1e3
- external: '4125631'
- street: Rudimov
- number:
- type: č.p.
- part1: '105'
- part1Number: '105'
- part1Letter: null
- part2: null
- part2Number: null
- part2Letter: null
- full: '105'
- streetWithNumber: Rudimov 105
- city: Rudimov
- zip: '76321'
- full: Rudimov 105, 76321 Rudimov
- addressOfficial:
- data:
- country: CZ
- street: Rudimov
- number:
- part1: null
- part1Number: null
- part1Letter: null
- part2: null
- part2Number: null
- part2Letter: null
- full: '105'
- streetWithNumber: Rudimov 105
- city: Rudimov
- zip: '76321'
- full: Rudimov 105, 76321 Rudimov
- legalForm:
- type: juridical
- flags:
- isActive: true
errors: []
diff --git a/components/responseExamples/company/validate/CompanyValidateInvalidExample.yaml b/components/responseExamples/company/validate/CompanyValidateInvalidExample.yaml
index 7067a0c..455e847 100644
--- a/components/responseExamples/company/validate/CompanyValidateInvalidExample.yaml
+++ b/components/responseExamples/company/validate/CompanyValidateInvalidExample.yaml
@@ -2,7 +2,7 @@ value:
status: 200
request:
endpoint: company/validate
- code: d5791df8-e4d4-49d8-bf45-ea0bf3be0046
+ code: 69294ba9-05c3-4565-ae84-380c8e428ec4
query:
name: AVANTRO s.r.o.
registrationNumber: '25547'
@@ -15,6 +15,7 @@ value:
dataScope: basic
includeTerminatedSubjects: false
resultsLimit: 10
+ nameFormat: normalized
countryFormat: alpha2
cityFormat: basic
zipFormat: false
@@ -29,6 +30,9 @@ value:
uuid: null
country: CZ
name: AVANTRO s.r.o.
+ nameOfficial: null
+ nameAlternative: null
+ nameNormalized: null
registrationNumber: '25547'
taxNumber: null
vatNumber: null
@@ -38,7 +42,7 @@ value:
legalForm:
type: null
flags:
- isActive: true
+ isActive: null
errors:
- group: VALUE
type: INVALID
diff --git a/components/responseExamples/company/validate/CompanyValidateInvalidWithCorrectionExample.yaml b/components/responseExamples/company/validate/CompanyValidateInvalidWithCorrectionExample.yaml
index 63eae25..5e4acee 100644
--- a/components/responseExamples/company/validate/CompanyValidateInvalidWithCorrectionExample.yaml
+++ b/components/responseExamples/company/validate/CompanyValidateInvalidWithCorrectionExample.yaml
@@ -2,7 +2,7 @@ value:
status: 200
request:
endpoint: company/validate
- code: 646a053c-0b50-43a0-a2ff-375ebbc711b5
+ code: 18982007-ac0e-4af8-a525-07e6feacb4b6
query:
name: AVANTRO
registrationNumber: '04997476'
@@ -15,6 +15,7 @@ value:
dataScope: basic
includeTerminatedSubjects: false
resultsLimit: 10
+ nameFormat: normalized
countryFormat: alpha2
cityFormat: basic
zipFormat: false
@@ -29,6 +30,9 @@ value:
uuid: null
country: CZ
name: AVANTRO
+ nameOfficial: null
+ nameAlternative: null
+ nameNormalized: null
registrationNumber: '04997476'
taxNumber: null
vatNumber: null
@@ -38,7 +42,7 @@ value:
legalForm:
type: null
flags:
- isActive: true
+ isActive: null
errors: []
resultCorrected:
isValid: true
@@ -46,6 +50,9 @@ value:
uuid: ca3665de-ded1-47f7-9bcd-b8c3eb8c52e1
country: CZ
name: AVANTRO s.r.o.
+ nameOfficial: AVANTRO s.r.o.
+ nameAlternative: null
+ nameNormalized: AVANTRO s.r.o.
registrationNumber: '04997476'
taxNumber: null
vatNumber: CZ04997476
diff --git a/components/responseExamples/company/validate/CompanyValidateInvalidWithNameFormatCorrectionExample.yaml b/components/responseExamples/company/validate/CompanyValidateInvalidWithNameFormatCorrectionExample.yaml
new file mode 100644
index 0000000..b536557
--- /dev/null
+++ b/components/responseExamples/company/validate/CompanyValidateInvalidWithNameFormatCorrectionExample.yaml
@@ -0,0 +1,121 @@
+value:
+ status: 200
+ request:
+ endpoint: company/validate
+ code: 42d73fa0-1d6e-4999-b640-3c9665eabfb9
+ query:
+ name: Lidl Magyarország Bt.
+ country: HU
+ options:
+ dataSource:
+ - CZ
+ - SK
+ - PL
+ - HU
+ dataScope: basic
+ includeTerminatedSubjects: false
+ resultsLimit: 10
+ nameFormat: official
+ countryFormat: alpha2
+ cityFormat: basic
+ zipFormat: false
+ legalFormType: any
+ correctionMode: full
+ correctionModeCrossCountry: format
+ response:
+ result:
+ isValid: false
+ proposal: invalidWithCorrection
+ data:
+ uuid: null
+ country: HU
+ name: Lidl Magyarország Bt.
+ nameOfficial: null
+ nameAlternative: null
+ nameNormalized: null
+ registrationNumber: null
+ taxNumber: null
+ vatNumber: null
+ vatNumberSpecial: null
+ address: null
+ addressOfficial: null
+ legalForm:
+ type: null
+ flags:
+ isActive: null
+ errors:
+ - group: FORMAT
+ type: INVALID
+ subtype: null
+ severity: info
+ relatedTo:
+ - name
+ description: Value has invalid format.
+ resultCorrected:
+ isValid: true
+ data:
+ uuid: 771e162a-a0a6-4881-94ff-69089f880426
+ country: HU
+ name: Lidl Magyarország Kereskedelmi Betéti Társaság
+ nameOfficial: Lidl Magyarország Kereskedelmi Betéti Társaság
+ nameAlternative: Lidl Magyarország Bt.
+ nameNormalized: Lidl Magyarország Bt.
+ registrationNumber: 01-06-757718
+ taxNumber: 21588017-2-44
+ vatNumber: HU21588017
+ vatNumberSpecial: null
+ address:
+ data:
+ country: HU
+ state: null
+ region: Budapest
+ district: Budapest
+ ids:
+ internal: 58ee8897-ac38-4479-8518-8b0772224c19
+ external: null
+ street: Rádl árok
+ number:
+ type: null
+ part1: null
+ part1Number: null
+ part1Letter: null
+ part2: null
+ part2Number: null
+ part2Letter: null
+ full: '6'
+ streetWithNumber: Rádl árok 6
+ city: Budapest
+ zip: '1037'
+ full: Rádl árok 6, 1037 Budapest
+ addressOfficial:
+ data:
+ country: HU
+ street: Rádl árok
+ number:
+ part1: null
+ part1Number: null
+ part1Letter: null
+ part2: null
+ part2Number: null
+ part2Letter: null
+ full: '6'
+ streetWithNumber: Rádl árok 6
+ city: Budapest
+ zip: '1037'
+ full: Rádl árok 6, 1037 Budapest
+ legalForm:
+ type: juridical
+ flags:
+ isActive: true
+ errors: []
+ fixes:
+ - group: FORMAT
+ type: CHANGED
+ subtype: null
+ data:
+ typeFrom: name
+ type: name
+ valueFrom: Lidl Magyarország Bt.
+ value: Lidl Magyarország Kereskedelmi Betéti Társaság
+ suggestions: []
+ errors: []
diff --git a/components/responseExamples/company/validate/CompanyValidateInvalidWithSuggestionExample.yaml b/components/responseExamples/company/validate/CompanyValidateInvalidWithSuggestionExample.yaml
index e23a75b..06b8471 100644
--- a/components/responseExamples/company/validate/CompanyValidateInvalidWithSuggestionExample.yaml
+++ b/components/responseExamples/company/validate/CompanyValidateInvalidWithSuggestionExample.yaml
@@ -2,7 +2,7 @@ value:
status: 200
request:
endpoint: company/validate
- code: 43190497-8203-46cc-9ced-9b09b67f764d
+ code: 3c0221e2-ba0d-4ae8-8691-264db0789d4c
query:
registrationNumber: '0499747'
country: CZ
@@ -14,6 +14,7 @@ value:
dataScope: basic
includeTerminatedSubjects: false
resultsLimit: 10
+ nameFormat: normalized
countryFormat: alpha2
cityFormat: basic
zipFormat: false
@@ -28,6 +29,9 @@ value:
uuid: null
country: CZ
name: null
+ nameOfficial: null
+ nameAlternative: null
+ nameNormalized: null
registrationNumber: '0499747'
taxNumber: null
vatNumber: null
@@ -37,7 +41,7 @@ value:
legalForm:
type: null
flags:
- isActive: true
+ isActive: null
errors:
- group: VALUE
type: INVALID
diff --git a/components/responseExamples/company/validate/CompanyValidateValidExample.yaml b/components/responseExamples/company/validate/CompanyValidateValidExample.yaml
index f75224d..6c3a0ba 100644
--- a/components/responseExamples/company/validate/CompanyValidateValidExample.yaml
+++ b/components/responseExamples/company/validate/CompanyValidateValidExample.yaml
@@ -2,7 +2,7 @@ value:
status: 200
request:
endpoint: company/validate
- code: 83426187-0a44-4644-a0d5-9e03d68bd156
+ code: 7fb7cd3c-d5b0-405e-ae04-3e14ecdc1904
query:
name: AVANTRO s.r.o.
registrationNumber: '04997476'
@@ -15,6 +15,7 @@ value:
dataScope: basic
includeTerminatedSubjects: false
resultsLimit: 10
+ nameFormat: normalized
countryFormat: alpha2
cityFormat: basic
zipFormat: false
@@ -29,6 +30,9 @@ value:
uuid: ca3665de-ded1-47f7-9bcd-b8c3eb8c52e1
country: CZ
name: AVANTRO s.r.o.
+ nameOfficial: AVANTRO s.r.o.
+ nameAlternative: null
+ nameNormalized: AVANTRO s.r.o.
registrationNumber: '04997476'
taxNumber: null
vatNumber: CZ04997476
diff --git a/components/responses/company/CompanyValidationResponse.yaml b/components/responses/company/CompanyValidationResponse.yaml
index 1de7aac..4132f01 100644
--- a/components/responses/company/CompanyValidationResponse.yaml
+++ b/components/responses/company/CompanyValidationResponse.yaml
@@ -55,3 +55,6 @@ content:
invalidWithCorrection:
$ref: ./../../responseExamples/company/validate/CompanyValidateInvalidWithCorrectionExample.yaml
+
+ invalidWithNameFormatCorrection:
+ $ref: ./../../responseExamples/company/validate/CompanyValidateInvalidWithNameFormatCorrectionExample.yaml
\ No newline at end of file
diff --git a/components/schemas/requests/company/CompanyOptions.yaml b/components/schemas/requests/company/CompanyOptions.yaml
index a97ad30..35cc6ef 100644
--- a/components/schemas/requests/company/CompanyOptions.yaml
+++ b/components/schemas/requests/company/CompanyOptions.yaml
@@ -53,6 +53,18 @@ properties:
- extended
default: basic
example: basic
+ nameFormat:
+ description: >-
+ This option determines the format in which the name is returned. official
+ returns the official name of the company as in official registers, normalized
+ returns normalized name of the company (in standardized format). Example:
+ official = Lidl Magyarország Kereskedelmi Betéti Társaság, normalized = Lidl Magyarország Bt.
+ type: string
+ enum:
+ - official
+ - normalized
+ default: normalized
+ example: normalized
countryFormat:
description: >-
This option determines the format in which the country is returned. Supported
diff --git a/components/schemas/results/company/CompanyData.yaml b/components/schemas/results/company/CompanyData.yaml
index 31bf49b..da73e84 100644
--- a/components/schemas/results/company/CompanyData.yaml
+++ b/components/schemas/results/company/CompanyData.yaml
@@ -4,22 +4,30 @@ properties:
type: object
properties:
isActive:
- type: boolean
+ type:
+ - boolean
+ - "null"
description: Indicates whether the company is currently active.
example: true
isVatPayer:
- type: boolean
- description: Indicates whether the company is a VAT payer. Available in extended and full datascopes.git sta
+ type:
+ - boolean
+ - "null"
+ description: Indicates whether the company is a VAT payer. Available in extended and full datascopes.
example: true
isVatSubject:
- type: boolean
+ type:
+ - boolean
+ - "null"
description: Indicates whether the company is a VAT subject. Available in extended and full datascopes.
example: true
isInInsolvency:
- type: boolean
+ type:
+ - boolean
+ - "null"
description: >-
Indicates whether the company is currently in insolvency. Available in full datascope in select countries.
example: false
@@ -42,7 +50,25 @@ properties:
type:
- string
- "null"
- description: Name of company.
+ description: Name of company (in format requested by option nameFormat).
+ example: Avantro s.r.o.
+ nameOfficial:
+ type:
+ - string
+ - "null"
+ description: Name of company (as in official register).
+ example: Avantro s.r.o.
+ nameAlternative:
+ type:
+ - string
+ - "null"
+ description: Alternative name of company.
+ example: AVANTRO s. r. o.
+ nameNormalized:
+ type:
+ - string
+ - "null"
+ description: Normalized name of company.
example: Avantro s.r.o.
registrationNumber:
type:
diff --git a/requests/company/validate/CompanyValidateInvalidWithNameFormatCorrection.json b/requests/company/validate/CompanyValidateInvalidWithNameFormatCorrection.json
new file mode 100644
index 0000000..c232013
--- /dev/null
+++ b/requests/company/validate/CompanyValidateInvalidWithNameFormatCorrection.json
@@ -0,0 +1,24 @@
+{
+ "request": {
+ "query": {
+ "name": "Lidl Magyarország Bt.",
+ "country": "HU"
+ },
+ "options": {
+ "resultsLimit": 10,
+ "dataScope": "basic",
+ "dataSource": [
+ "CZ",
+ "SK",
+ "PL",
+ "HU"
+ ],
+ "includeTerminatedSubjects": false,
+ "zipFormat": false,
+ "nameFormat": "official",
+ "cityFormat": "basic",
+ "countryFormat": "alpha2",
+ "legalFormType": "any"
+ }
+ }
+}