company.LatchViresmoShop

Field Type Description
id Int ID of the Viresmo shop
name String Name of the Viresmo shop
address Dictionary A dictionary with fields

Examples

Example 1

{
    "id": 13,
    "name": "...",
    "address": {
        "city": "...",
        "country": "...",
        "street": "...",
        "number": "...",
        "zipcode": "..."
    }
}
This is a development version Do not use this version in production
1.10.0 development