POST api/ActionService/GetArtistAchievementBadges

Documentation for 'GetArtistAchievementBadges'.

Request Information

Parameters

NameDescriptionAdditional information
request
Documentation for 'request'.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "UserID": 1,
  "ConceptID": 2,
  "UGroup": "sample string 3"
}

application/xml, text/xml

Sample:
<GenericRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PartyMusic.BusinessObject.Messages.Musician">
  <ConceptID>2</ConceptID>
  <UGroup>sample string 3</UGroup>
  <UserID>1</UserID>
</GenericRequest>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'FormUrlEncodedMediaTypeFormatterTracer' to write type 'GenericRequest'.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "status": "sample string 1",
  "Message": {
    "UserAchievementBadge": [
      {
        "AchievementTypeID": 1,
        "AchievementName": "sample string 5",
        "BadgeHttpPath": "sample string 2",
        "Title": "sample string 6",
        "Alt": "sample string 7",
        "Width": 4,
        "Height": 3
      },
      {
        "AchievementTypeID": 1,
        "AchievementName": "sample string 5",
        "BadgeHttpPath": "sample string 2",
        "Title": "sample string 6",
        "Alt": "sample string 7",
        "Width": 4,
        "Height": 3
      },
      {
        "AchievementTypeID": 1,
        "AchievementName": "sample string 5",
        "BadgeHttpPath": "sample string 2",
        "Title": "sample string 6",
        "Alt": "sample string 7",
        "Width": 4,
        "Height": 3
      }
    ],
    "ArtistBasicInfo": {
      "ArtistName": "sample string 1",
      "DisplayName": "sample string 2",
      "TagLine": "sample string 3"
    }
  }
}

application/xml, text/xml

Sample:
<ResponseBaseOfArtistAchievementsVxd1ES9A xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PartyMusic.BusinessObject.MessageBase">
  <Message xmlns:d2p1="http://schemas.datacontract.org/2004/07/PartyMusic.BusinessObject.Messages.Musician">
    <d2p1:ArtistBasicInfo>
      <d2p1:ArtistName>sample string 1</d2p1:ArtistName>
      <d2p1:DisplayName>sample string 2</d2p1:DisplayName>
      <d2p1:TagLine>sample string 3</d2p1:TagLine>
    </d2p1:ArtistBasicInfo>
    <d2p1:UserAchievementBadge>
      <d2p1:AchievementBadge>
        <d2p1:AchievementName>sample string 5</d2p1:AchievementName>
        <d2p1:AchievementTypeID>1</d2p1:AchievementTypeID>
        <d2p1:Alt>sample string 7</d2p1:Alt>
        <d2p1:BadgeHttpPath>sample string 2</d2p1:BadgeHttpPath>
        <d2p1:Height>3</d2p1:Height>
        <d2p1:Title>sample string 6</d2p1:Title>
        <d2p1:Width>4</d2p1:Width>
      </d2p1:AchievementBadge>
      <d2p1:AchievementBadge>
        <d2p1:AchievementName>sample string 5</d2p1:AchievementName>
        <d2p1:AchievementTypeID>1</d2p1:AchievementTypeID>
        <d2p1:Alt>sample string 7</d2p1:Alt>
        <d2p1:BadgeHttpPath>sample string 2</d2p1:BadgeHttpPath>
        <d2p1:Height>3</d2p1:Height>
        <d2p1:Title>sample string 6</d2p1:Title>
        <d2p1:Width>4</d2p1:Width>
      </d2p1:AchievementBadge>
      <d2p1:AchievementBadge>
        <d2p1:AchievementName>sample string 5</d2p1:AchievementName>
        <d2p1:AchievementTypeID>1</d2p1:AchievementTypeID>
        <d2p1:Alt>sample string 7</d2p1:Alt>
        <d2p1:BadgeHttpPath>sample string 2</d2p1:BadgeHttpPath>
        <d2p1:Height>3</d2p1:Height>
        <d2p1:Title>sample string 6</d2p1:Title>
        <d2p1:Width>4</d2p1:Width>
      </d2p1:AchievementBadge>
    </d2p1:UserAchievementBadge>
  </Message>
  <status>sample string 1</status>
</ResponseBaseOfArtistAchievementsVxd1ES9A>