POST api/ActionService/GetUserReviewCount

Documentation for 'GetUserReviewCount'.

Request Information

Parameters

NameDescriptionAdditional information
user
Documentation for 'user'.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "ID": 1,
  "Permalink": "sample string 2"
}

application/xml, text/xml

Sample:
<Artist xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PartyMusic.BusinessObject.Messages">
  <ID>1</ID>
  <Permalink>sample string 2</Permalink>
</Artist>

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

Response Information

Response body formats

application/json, text/json

Sample:
{
  "status": "sample string 1",
  "Message": {
    "TotalRecords": 1
  }
}

application/xml, text/xml

Sample:
<ResponseBaseOfReviewCountResponseTOmYqtMG 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.Reviews">
    <d2p1:TotalRecords>1</d2p1:TotalRecords>
  </Message>
  <status>sample string 1</status>
</ResponseBaseOfReviewCountResponseTOmYqtMG>