POST api/UserDefaults/SaveTagTemplate
Saves template
Request Information
URI Parameters
None.
Body Parameters
TagTemplate| Name | Description | Type | Additional information |
|---|---|---|---|
| ModelName | string |
None. |
|
| IsEdit | boolean |
None. |
|
| TagTemplateId | globally unique identifier |
None. |
|
| TagTemplateName | string |
None. |
|
| LastUsedDate | date |
None. |
|
| TagInformation | string |
None. |
|
| BuiderName | string |
None. |
|
| UserId | string |
None. |
|
| IsActive | boolean |
None. |
|
| LastModifiedDate | date |
None. |
|
| SelectionInputXml | string |
None. |
|
| SelectionRulesXml | string |
None. |
|
| ConfigurationInputXml | string |
None. |
|
| ConfigurationRulesXml | string |
None. |
|
| TagDescription | string |
None. |
|
| IsDefault | integer |
None. |
|
| ModelID | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
application/xml, text/xml
Sample:
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |