POST api/ActionService/GetArtistAttributesForAnEnquiry

Documentation for 'GetArtistAttributesForAnEnquiry'.

Request Information

Parameters

NameDescriptionAdditional information
request
Documentation for 'request'.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "EnquiryId": 1
}

application/xml, text/xml

Sample:
<ArtistAttributesForAnEnquiryRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PartyMusic.BusinessObject.Messages.Musician.Enquiries">
  <EnquiryId>1</EnquiryId>
</ArtistAttributesForAnEnquiryRequest>

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 'ArtistAttributesForAnEnquiryRequest'.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "status": "sample string 1",
  "Message": {
    "UserTypeList": [
      {
        "UserTypeID": 1
      },
      {
        "UserTypeID": 1
      },
      {
        "UserTypeID": 1
      }
    ],
    "ArtistAttributes": {
      "ArtistId": 1,
      "ConceptId": 2,
      "EventTypeId": 3,
      "City": "sample string 4",
      "AreaId": 5,
      "SubCategoryId": 6
    }
  }
}

application/xml, text/xml

Sample:
<ResponseBaseOfArtistAttributesForAnEnquiryResponse6Or1PnMz 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.Enquiries">
    <d2p1:ArtistAttributes>
      <d2p1:AreaId>5</d2p1:AreaId>
      <d2p1:ArtistId>1</d2p1:ArtistId>
      <d2p1:City>sample string 4</d2p1:City>
      <d2p1:ConceptId>2</d2p1:ConceptId>
      <d2p1:EventTypeId>3</d2p1:EventTypeId>
      <d2p1:SubCategoryId>6</d2p1:SubCategoryId>
    </d2p1:ArtistAttributes>
    <d2p1:UserTypeList>
      <d2p1:UserType>
        <d2p1:UserTypeID>1</d2p1:UserTypeID>
      </d2p1:UserType>
      <d2p1:UserType>
        <d2p1:UserTypeID>1</d2p1:UserTypeID>
      </d2p1:UserType>
      <d2p1:UserType>
        <d2p1:UserTypeID>1</d2p1:UserTypeID>
      </d2p1:UserType>
    </d2p1:UserTypeList>
  </Message>
  <status>sample string 1</status>
</ResponseBaseOfArtistAttributesForAnEnquiryResponse6Or1PnMz>