POST api/Template/Move

Request Information

URI Parameters

None.

Body Parameters

MoveTemplateToCategoryApiModel
NameDescriptionTypeAdditional information
DestinationCategoryEncId

string

None.

CategoryId

integer

None.

TemplateEncId

string

None.

TemplateId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "DestinationCategoryEncId": "sample string 1",
  "CategoryId": 2,
  "TemplateEncId": "sample string 3",
  "TemplateId": 4
}

application/xml, text/xml

Sample:
<MoveTemplateToCategoryApiModel xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <DestinationCategoryEncId>sample string 1</DestinationCategoryEncId>
  <CategoryId>2</CategoryId>
  <TemplateEncId>sample string 3</TemplateEncId>
  <TemplateId>4</TemplateId>
</MoveTemplateToCategoryApiModel>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'MoveTemplateToCategoryApiModel'.

Response Information

Resource Description

string

Response Formats

application/json, text/json

Sample:
"sample string 1"

application/xml, text/xml

Sample:
<string>sample string 1</string>