AccountInfo
Account information
Fields
Field | Description |
---|---|
id int (required) | Account ID Example value:14853 |
name string (required) | Account Name Example value:"Royal Concert Hall" |
address string (required) | Account address Example value:"Eikendreef 200, 9000 Gent" |
image string (required) | Link to the account image Example value:"https://myimage.jpg" |
lat decimal (required) | Latitude Example value:50.746464 |
logo string (required) | Link to the account logo Example value:"https://mylogo.jpg" |
long decimal (required) | Longitude Example value:15.934745 |
shortname string (required) | Account short name Example value:"rch" |
url string (required) | Account website Example value:"http://mywebsite.com" |
Example
1{
2 "id": 14853,
3 "name": "Royal Concert Hall",
4 "address": "Eikendreef 200, 9000 Gent",
5 "image": "https://myimage.jpg",
6 "lat": 50.746464,
7 "logo": "https://mylogo.jpg",
8 "long": 15.934745,
9 "shortname": "rch",
10 "url": "http://mywebsite.com"
11}