POST api/Users/AdminFavorites
Adds an Admin menu favorite for the current user.
Request Information
URI Parameters
None.
Body Parameters
The id of the Admin menu favorite to add.
stringRequest Formats
application/json, text/json
Sample:
"sample string 1"
application/xml, text/xml
Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>
Response Information
Resource Description
System.Web.Http.IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.