Publish an event
Since 1.0.0
post/publish/v2/events
Headers
TMPS-Correlation-Idstring required
Unique correlation id to be able to trace the request in our system
Request body
Example request
{
"dates": {
"start": {
"localDate": "yyyy-MM-dd",
"dateTime": "yyyy-MM-ddThh:mm:ssZ"
},
"end": {
"dateTime": "yyyy-MM-ddThh-mm-ssZ"
},
"access": {
"startDateTime": "yyyy-MM-ddThh-mm-ssZ",
"endDateTime": "yyyy-MM-ddThh-mm-ssZ"
}
},
"venue": {
"social": {
"twitter": {
"handle": "@a Twitter handle exampe"
}
}
}
}Response
successful operation