Skip to main content

Address

FieldTypeRequiredDescription
streetStringmandatory
zipStringmandatory
cityStringmandatory
cantonStringoptionalOnly allowed for Switzerland addresses
JU, VD, VS, ZH, ...
countryCodeStringoptionalCH, FR, DE, IT, ...
Default: CH

Exemple

Required fields only

{
"street": "Rue du centre 18",
"zip": "1000",
"city": "Lausanne"
}

All fields

{
"street": "Rue du centre 18",
"zip": "1000",
"city": "Lausanne",
"canton": "VD",
"countryCode": "CH"
}