POST api/ActionService/DeleteUserSong
Documentation for 'DeleteUserSong'.
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:
{
"UserId": 1,
"SongId": 2
}
application/xml, text/xml
Sample:
<DeleteUserSongsRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PartyMusic.BusinessObject.Messages.Musician"> <SongId>2</SongId> <UserId>1</UserId> </DeleteUserSongsRequest>
application/x-www-form-urlencoded
Sample:
Response Information
Response body formats
application/json, text/json
Sample:
{
"status": "sample string 1",
"Message": 2
}
application/xml, text/xml
Sample:
<ResponseBaseOfint xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PartyMusic.BusinessObject.MessageBase"> <Message>2</Message> <status>sample string 1</status> </ResponseBaseOfint>