EventAddress
Introduction
Detailed view of the EventAddress datatype. This page explains all the attributes of that datatype. EventAddress is used in the TimeSlotData type.
Attributes
Name | Type | Description |
---|---|---|
id | string | The id of the EventAddress entity. Has to be 32 characters long. |
street | string | Self explanatory from context. |
zip | string | Self explanatory from context. |
string | Self explanatory from context. | |
city | string | Self explanatory from context. |
country | string | Self explanatory from context. |
fax | string | Self explanatory from context. |
phone | string | Self explanatory from context. |
url | string | Self explanatory from context. |
note | string | Self explanatory from context. |
displayName | string | Name of the address entity. |
postBox | string | Self explanatory from context. |
building | string | Self explanatory from context. |
room | string | Self explanatory from context. |
timeZoneId | string | Timezone of the events location. |
JSON response
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
{ "street": "Mehringdamm 32", "zip": "10961", "email": null, "city": "Berlin", "country": null, "fax": null, "phone": null, "url": null, "note": null, "displayName": "Softgarden Berlin", "postbox": null, "id": "3cb9cef7e52e47f5a513b4096e913eb0", "building": "5", "room": "Besprechungsraum", "timeZoneId": "Europe/Berlin" } |