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": "86ebd25d-12b8-42ae-9358-18c1a440b250",
"UserId": "58b33fcc-f0d0-49b3-9a77-7ff7eeb80fc4",
"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>86ebd25d-12b8-42ae-9358-18c1a440b250</Id> <IsDeleted>true</IsDeleted> <RB_TemplateId>3</RB_TemplateId> <UserId>58b33fcc-f0d0-49b3-9a77-7ff7eeb80fc4</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.