Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
The string template identifier. |
integer |
Required |
Body Parameters
The string template.
Pico.StringTemplate| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
Gets or sets the string template identifier. |
integer |
None. |
| category |
Gets or sets the category. |
string |
None. |
| code |
Gets or sets the code. |
string |
None. |
| description |
Gets or sets the description. |
string |
None. |
| template |
Gets or sets the template. |
string |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": "1",
"category": "sample String 2",
"code": "sample String 3",
"description": "sample String 4",
"template": "sample String 5"
}
text/html
Sample:
{"id":"1","category":"sample String 2","code":"sample String 3","description":"sample String 4","template":"sample String 5"}
application/xml, text/xml
Sample:
<StringTemplate xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <StringTemplateId>1</StringTemplateId> <Category>sample String 2</Category> <Code>sample String 3</Code> <Description>sample String 4</Description> <Template>sample String 5</Template> </StringTemplate>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
The updated string template.
Pico.StringTemplate| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
Gets or sets the string template identifier. |
integer |
None. |
| category |
Gets or sets the category. |
string |
None. |
| code |
Gets or sets the code. |
string |
None. |
| description |
Gets or sets the description. |
string |
None. |
| template |
Gets or sets the template. |
string |
None. |
Response Formats
application/json, text/json
Sample:
{
"id": "1",
"category": "sample String 2",
"code": "sample String 3",
"description": "sample String 4",
"template": "sample String 5"
}
text/html
Sample:
{"id":"1","category":"sample String 2","code":"sample String 3","description":"sample String 4","template":"sample String 5"}
application/xml, text/xml
Sample:
<StringTemplate xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <StringTemplateId>1</StringTemplateId> <Category>sample String 2</Category> <Code>sample String 3</Code> <Description>sample String 4</Description> <Template>sample String 5</Template> </StringTemplate>