POST api/ActionService/GetGenres
Documentation for 'GetGenres'.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| request | Documentation for 'request'. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"ConceptID": 1,
"CountryCode": "sample string 2",
"Filtered": true
}
application/xml, text/xml
Sample:
<GenreDataRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PartyMusic.BusinessObject.Messages"> <ConceptID>1</ConceptID> <CountryCode>sample string 2</CountryCode> <Filtered>true</Filtered> </GenreDataRequest>
application/x-www-form-urlencoded
Sample: