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": 18,
    "name": "...",
    "address": {
        "city": "...",
        "country": "...",
        "street": "...",
        "number": "...",
        "zipcode": "..."
    }
}
1.9.0 stable