artistInEvent element
| Type: | artistInEvent | 
| Namespace: | (default namespace) | 
| XML Schema: | ns0.xsd | 
Artist
Example XML
<?xml version="1.0" encoding="UTF-8"?>
<artistInEvent>
  <id>...</id>
  <artistId>...</artistId>
  <version>...</version>
  <creationDate>...</creationDate>
  <modificationDate>...</modificationDate>
  <sequence>...</sequence>
  <billing>...</billing>
  <artistRoleInEvent>
    <UUID>...</UUID>
    <modificationDate>...</modificationDate>
    <id>...</id>
    <creationDate>...</creationDate>
    <deleted>...</deleted>
    <version>...</version>
    <label>...</label>
  </artistRoleInEvent>
  <artistRoleInEvent>
    <!--...-->
  </artistRoleInEvent>
  <!--...more "artistRoleInEvent" elements...-->
  <name>...</name>
  <company>
    <UUID>...</UUID>
    <modificationDate>...</modificationDate>
    <id>...</id>
    <creationDate>...</creationDate>
    <deleted>...</deleted>
    <version>...</version>
    <label>...</label>
  </company>
  <artistType>
    <UUID>...</UUID>
    <modificationDate>...</modificationDate>
    <id>...</id>
    <creationDate>...</creationDate>
    <deleted>...</deleted>
    <version>...</version>
    <label>...</label>
  </artistType>
  <artistType>
    <!--...-->
  </artistType>
  <!--...more "artistType" elements...-->
  <artistStyle>
    <UUID>...</UUID>
    <modificationDate>...</modificationDate>
    <id>...</id>
    <creationDate>...</creationDate>
    <deleted>...</deleted>
    <version>...</version>
    <label>...</label>
  </artistStyle>
  <artistStyle>
    <!--...-->
  </artistStyle>
  <!--...more "artistStyle" elements...-->
  <description>...</description>
  <picture>...</picture>
  <pictureCredit>...</pictureCredit>
  <thumbnail>...</thumbnail>
  <thumbnailW300px>...</thumbnailW300px>
  <thumbnailW600px>...</thumbnailW600px>
  <website>...</website>
  <facebookFanPage>...</facebookFanPage>
  <googlePlusFanPage>...</googlePlusFanPage>
  <twitterID>...</twitterID>
  <mySpacePage>...</mySpacePage>
  <youTubeChannel>...</youTubeChannel>
  <dailyMotionChannel>...</dailyMotionChannel>
  <soundCloudChannel>...</soundCloudChannel>
  <whyd>...</whyd>
  <sceneLocale>...</sceneLocale>
</artistInEvent>
      Example JSON
{
  "id" : ...,
  "artistId" : ...,
  "version" : ...,
  "creationDate" : ...,
  "modificationDate" : ...,
  "sequence" : ...,
  "billing" : "HEADLINE",
  "artistRoleInEvent" : [ {
    "label" : "...",
    "UUID" : "...",
    "modificationDate" : ...,
    "id" : ...,
    "creationDate" : ...,
    "deleted" : false,
    "version" : ...
  }, ... ],
  "name" : "...",
  "company" : {
    "label" : "...",
    "UUID" : "...",
    "modificationDate" : ...,
    "id" : ...,
    "creationDate" : ...,
    "deleted" : false,
    "version" : ...
  },
  "artistType" : [ {
    "label" : "...",
    "UUID" : "...",
    "modificationDate" : ...,
    "id" : ...,
    "creationDate" : ...,
    "deleted" : false,
    "version" : ...
  }, ... ],
  "artistStyle" : [ {
    "label" : "...",
    "UUID" : "...",
    "modificationDate" : ...,
    "id" : ...,
    "creationDate" : ...,
    "deleted" : false,
    "version" : ...
  }, ... ],
  "description" : "...",
  "picture" : "...",
  "pictureCredit" : "...",
  "thumbnail" : "...",
  "thumbnailW300px" : "...",
  "thumbnailW600px" : "...",
  "website" : "...",
  "facebookFanPage" : "...",
  "googlePlusFanPage" : "...",
  "twitterID" : "...",
  "mySpacePage" : "...",
  "youTubeChannel" : "...",
  "dailyMotionChannel" : "...",
  "soundCloudChannel" : "...",
  "whyd" : "...",
  "sceneLocale" : "..."
}