eventResponse element

Type: eventResponse
Namespace: (default namespace)
XML Schema: ns0.xsd

Detailed event response

Example XML

<?xml version="1.0" encoding="UTF-8"?> <eventResponse> <event> <sowprogId> <id>...</id> <UUID>...</UUID> <version>...</version> <creationDate>...</creationDate> <modificationDate>...</modificationDate> </sowprogId> <status>...</status> <cancelled>...</cancelled> <cancellationReason>...</cancellationReason> <eventDescription> <title>...</title> <punchline>...</punchline> <website>...</website> <facebookFanPage>...</facebookFanPage> <googlePlusFanPage>...</googlePlusFanPage> <twitterID>...</twitterID> <mySpacePage>...</mySpacePage> <youTubeChannel>...</youTubeChannel> <dailyMotionChannel>...</dailyMotionChannel> <soundCloudChannel>...</soundCloudChannel> <whyd>...</whyd> <sceneLocale>...</sceneLocale> <description>...</description> <pictureCredit>...</pictureCredit> <eventType> <sowprogId> <id>...</id> <UUID>...</UUID> <version>...</version> <creationDate>...</creationDate> <modificationDate>...</modificationDate> </sowprogId> <link> <href>...</href> <method>...</method> <rel>...</rel> </link> <link> <!--...--> </link> <!--...more "link" elements...--> <label>...</label> </eventType> <eventStyle> <sowprogId> <id>...</id> <UUID>...</UUID> <version>...</version> <creationDate>...</creationDate> <modificationDate>...</modificationDate> </sowprogId> <link> <href>...</href> <method>...</method> <rel>...</rel> </link> <link> <!--...--> </link> <!--...more "link" elements...--> <label>...</label> </eventStyle> <pictureURL>...</pictureURL> <thumbnailURL>...</thumbnailURL> <thumbnail_w300pxURL>...</thumbnail_w300pxURL> <thumbnail_w600pxURL>...</thumbnail_w600pxURL> </eventDescription> <offer> <freeAdmission>...</freeAdmission> <freeAdmissionCondition>...</freeAdmissionCondition> <eventPrice> <label>...</label> <price>...</price> <currency>...</currency> </eventPrice> <eventPrice> <!--...--> </eventPrice> <!--...more "eventPrice" elements...--> <eventTicketStore> <label>...</label> <url>...</url> </eventTicketStore> <eventTicketStore> <!--...--> </eventTicketStore> <!--...more "eventTicketStore" elements...--> </offer> <eventSchedule> <eventScheduleDate> <sowprogId> <id>...</id> <UUID>...</UUID> <version>...</version> <creationDate>...</creationDate> <modificationDate>...</modificationDate> </sowprogId> <startHour>...</startHour> <endHour>...</endHour> <date>...</date> <soldOut>...</soldOut> </eventScheduleDate> <eventScheduleDate> <!--...--> </eventScheduleDate> <!--...more "eventScheduleDate" elements...--> <startDate>...</startDate> <endDate>...</endDate> </eventSchedule> <partOfEventGroup>...</partOfEventGroup> <eventGroup> <sowprogId> <id>...</id> <UUID>...</UUID> <version>...</version> <creationDate>...</creationDate> <modificationDate>...</modificationDate> </sowprogId> <link> <href>...</href> <method>...</method> <rel>...</rel> </link> <link> <!--...--> </link> <!--...more "link" elements...--> <startDate>...</startDate> <endDate>...</endDate> <title>...</title> </eventGroup> <artist> <artist> <sowprogId> <id>...</id> <UUID>...</UUID> <version>...</version> <creationDate>...</creationDate> <modificationDate>...</modificationDate> </sowprogId> <link> <href>...</href> <method>...</method> <rel>...</rel> </link> <link> <!--...--> </link> <!--...more "link" elements...--> <name>...</name> </artist> <sequence>...</sequence> <billing>...</billing> </artist> <artist> <!--...--> </artist> <!--...more "artist" elements...--> <location> <sowprogId> <id>...</id> <UUID>...</UUID> <version>...</version> <creationDate>...</creationDate> <modificationDate>...</modificationDate> </sowprogId> <link> <href>...</href> <method>...</method> <rel>...</rel> </link> <link> <!--...--> </link> <!--...more "link" elements...--> <name>...</name> <zipCode>...</zipCode> <city>...</city> <country>...</country> <latitude>...</latitude> <longitude>...</longitude> </location> <link> <href>...</href> <method>...</method> <rel>...</rel> </link> <link> <!--...--> </link> <!--...more "link" elements...--> </event> </eventResponse>

Example JSON

{ "event" : { "status" : "DRAFT", "cancelled" : false, "cancellationReason" : "...", "eventDescription" : { "title" : "...", "punchline" : "...", "website" : "...", "facebookFanPage" : "...", "googlePlusFanPage" : "...", "twitterID" : "...", "mySpacePage" : "...", "youTubeChannel" : "...", "dailyMotionChannel" : "...", "soundCloudChannel" : "...", "whyd" : "...", "sceneLocale" : "...", "description" : "...", "pictureCredit" : "...", "eventType" : { "link" : [ { "href" : "...", "method" : "GET", "rel" : "self" }, ... ], "label" : "...", "sowprogId" : { "id" : "...", "UUID" : "...", "version" : ..., "creationDate" : ..., "modificationDate" : ... } }, "eventStyle" : { "link" : [ { "href" : "...", "method" : "GET", "rel" : "self" }, ... ], "label" : "...", "sowprogId" : { "id" : "...", "UUID" : "...", "version" : ..., "creationDate" : ..., "modificationDate" : ... } }, "pictureURL" : "...", "thumbnailURL" : "...", "thumbnail_w300pxURL" : "...", "thumbnail_w600pxURL" : "..." }, "offer" : { "freeAdmission" : false, "freeAdmissionCondition" : "...", "eventPrice" : [ { "label" : "...", "price" : "...", "currency" : "..." }, ... ], "eventTicketStore" : [ { "label" : "...", "url" : "..." }, ... ] }, "eventSchedule" : { "eventScheduleDate" : [ { "startHour" : "...", "endHour" : "...", "date" : "...", "soldOut" : false, "sowprogId" : { "id" : "...", "UUID" : "...", "version" : ..., "creationDate" : ..., "modificationDate" : ... } }, ... ], "startDate" : "...", "endDate" : "..." }, "partOfEventGroup" : false, "eventGroup" : { "link" : [ { "href" : "...", "method" : "GET", "rel" : "self" }, ... ], "startDate" : "...", "endDate" : "...", "title" : "...", "sowprogId" : { "id" : "...", "UUID" : "...", "version" : ..., "creationDate" : ..., "modificationDate" : ... } }, "artist" : [ { "artist" : { "link" : [ { "href" : "...", "method" : "GET", "rel" : "self" }, ... ], "name" : "...", "sowprogId" : { "id" : "...", "UUID" : "...", "version" : ..., "creationDate" : ..., "modificationDate" : ... } }, "sequence" : ..., "billing" : "HEADLINE" }, ... ], "location" : { "link" : [ { "href" : "...", "method" : "GET", "rel" : "self" }, ... ], "name" : "...", "zipCode" : "...", "city" : "...", "country" : "...", "latitude" : "...", "longitude" : "...", "sowprogId" : { "id" : "...", "UUID" : "...", "version" : ..., "creationDate" : ..., "modificationDate" : ... } }, "link" : [ { "href" : "...", "method" : "GET", "rel" : "self" }, ... ], "sowprogId" : { "id" : "...", "UUID" : "...", "version" : ..., "creationDate" : ..., "modificationDate" : ... } } }