POST api/Template/Rename
Request Information
URI Parameters
None.
Body Parameters
RenameTemplate| Name | Description | Type | Additional information |
|---|---|---|---|
| EncId | string |
None. |
|
| SetName | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"EncId": "sample string 1",
"SetName": "sample string 2"
}
application/xml, text/xml
Sample:
<RenameTemplate xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <EncId>sample string 1</EncId> <SetName>sample string 2</SetName> </RenameTemplate>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.