v1

latestSwagger 2.0raw.githubusercontent.com2017-02-22106462.8 KB

Publish extension on an entity

Since 1.0.0

post/publish/v2/extensions

Headers

TMPS-Correlation-Idstring required

Unique correlation id to be able to trace the request in our system

Request body

sourcestring required

Source of the extension, where it came from

typestring required

The type of the extension. This represent the data sent

relatedEntityType'event' | 'venue' | 'attraction' required

The type of the entity to add this extensions to

relatedEntityIdstring

Id of the entity to add this extionsion to. If the relatedEntityId is Null, a relatedEntitySource MUST be provided

versionNumberinteger

Version of the extensions. Version is to prevent to override an extension with an older one

dataobject required

The actual information to add to the entity

Response

successful operation