POST api/templates/adduserfavorite
Request Information
URI Parameters
None.
Body Parameters
TemplateFavoritesDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| UserId | globally unique identifier |
None. |
|
| RB_TemplateId | integer |
None. |
|
| IsDeleted | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": "06d34762-01e7-4f9c-b140-78e511d0ea84",
"UserId": "d8c5ddcf-1011-4c25-89ff-df394ec05c1c",
"RB_TemplateId": 3,
"IsDeleted": true
}
application/xml, text/xml
Sample:
<TemplateFavoritesDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Aardvark.Template.Models"> <Id>06d34762-01e7-4f9c-b140-78e511d0ea84</Id> <IsDeleted>true</IsDeleted> <RB_TemplateId>3</RB_TemplateId> <UserId>d8c5ddcf-1011-4c25-89ff-df394ec05c1c</UserId> </TemplateFavoritesDto>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.