POST api/store/removefromfavourite
Request Information
URI Parameters
None.
Body Parameters
FavouriteGameModelName | Description | Type | Additional information |
---|---|---|---|
GameID | integer |
Required |
|
UserzID | globally unique identifier |
Required |
|
isArabic | boolean |
Required |
Request Formats
application/json, text/json
Sample:
{ "GameID": 1, "UserzID": "249e8145-aca3-495c-bd45-222a5726780a", "isArabic": true }
application/xml, text/xml
Sample:
<FavouriteGameModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GameAPIV3.Controllers"> <GameID>1</GameID> <UserzID>249e8145-aca3-495c-bd45-222a5726780a</UserzID> <isArabic>true</isArabic> </FavouriteGameModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.