Which values can be send?
Permissions
- An API key is needed
- An X-CSRF-Token is needed
Fields
| Name | Description | Format | Possible values |
| Type | Type of content |
mandatory |
|
| Title | name of the venue |
mandatory |
String |
| House Number | Address: house number |
|
String |
| Street | Address: street name |
mandatory |
String |
| Postcode | Address: postcode |
Specifications are available on the API reference postcodes page. mandatory |
Reference ID |
| Main category | event category |
Specifications are available on the API reference category page. mandatory |
Reference ID |
| Secondary category | event category |
Specifications are available on the API reference category page. |
Reference ID |
| Pictures | pictures of the event |
multiple values |
Array
|
| Contact phone number | Public contact or support phone number |
|
string |
| Contact email | Public contact or support email addresses |
|
email address |
| Websites | Websites of the event |
|
string (URL) |
| Description DE | German event description |
|
HTML text |
| Description FR | French event description |
|
HTML text |
| Description EN | English event description |
|
HTML text |
| Description LU | Luxembourgish event description |
|
HTML text |
JSON Example
{
"type":[
{
"target_id":"location"
}
],
"title":[
{
"value":"Venue title"
}
],
"field_street":[
{
"value":"Street name"
}
],
"field_house_numver":[
{
"value":"House number"
}
],
"field_town":[
{
"target_id":"38447"
}
],
"field_cat1":[
{
"target_id":"43653"
}
]
}