Mapping SwissRegistry
Introduction
The following tables shows you the data returned from the Swiss Company Registry and how you can map it in the ReadExternalDataById activity.
Property | Mapping | Values | Default-value if source is NULL |
---|---|---|---|
displayname |
|
| - |
UID |
|
| - |
legalform |
| 4-digit code. Meaning of the codes according to the documentation eCH-0097 https://www.ech.ch/de/dokument/118884fc-0563-4ad0-924d-f6c3c02533a9 Example for mapping in the workflow: switch (ExternalData.Result.Properties["LegalForm"]){
case "0101":
LegalForm = "Einzelunternehmen"
break;
case "0103":
LegalForm = "Kollektivgesellschaft";
break;
case "9999":
LegalForm = "n/a"
break;
default:
LegalForm = "Andere"
}
|
|
VAT-number |
|
|
|
company name |
|
|
|
company addidional name |
|
|
|
street |
|
|
|
street number |
|
|
|
zipcode |
|
|
|
postbox |
|
|
|
city |
|
|
|
country |
| Two-character, alphanumeric ISO country code according to [ISO 3166-1] of the country in where the addressed location is located. (eCH-0010) |
|
canton abbreviation |
|
|
|
EGID |
|
|
|
municipality ID |
|
|
|
deliverable |
|
|
|
UID-state |
|
|
|
© ITSENSE AG. Alle Rechte vorbehalten. ITSENSE und CoreOne sind eingetragene Marken der ITSENSE AG.