POST api/store/addtofavourite
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": "e725e152-4442-4767-ad97-aaec71a0877e", "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>e725e152-4442-4767-ad97-aaec71a0877e</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.