Request Information
URI Parameters
None.
Body Parameters
The task flow.
Pico.Flow| Name | Description | Type | Additional information |
|---|---|---|---|
| code |
Gets or sets the code. |
string |
None. |
| description |
Gets or sets the description. |
string |
None. |
| externalDescriptionTemplate |
Gets or sets the external description template. |
string |
None. |
| showOnlyOnce |
Gets or sets a value indicating whether show only once is true or false. |
boolean |
None. |
| tier |
Gets or sets the tier. |
integer |
None. |
| title |
Gets or sets the title. |
string |
None. |
| id |
Gets or sets the flow identifier. |
integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"code": "sample String 1",
"description": "sample String 2",
"externalDescriptionTemplate": "sample String 3",
"showOnlyOnce": true,
"tier": 5,
"title": "sample String 6",
"id": "7"
}
text/html
Sample:
{"code":"sample String 1","description":"sample String 2","externalDescriptionTemplate":"sample String 3","showOnlyOnce":true,"tier":5,"title":"sample String 6","id":"7"}
application/xml, text/xml
Sample:
<Flow xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <Code>sample String 1</Code> <Description>sample String 2</Description> <ExternalDescriptionTemplate>sample String 3</ExternalDescriptionTemplate> <ShowOnlyOnce>true</ShowOnlyOnce> <Tier>5</Tier> <Title>sample String 6</Title> <FlowId>7</FlowId> </Flow>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
The created task flow.
Pico.Flow| Name | Description | Type | Additional information |
|---|---|---|---|
| code |
Gets or sets the code. |
string |
None. |
| description |
Gets or sets the description. |
string |
None. |
| externalDescriptionTemplate |
Gets or sets the external description template. |
string |
None. |
| showOnlyOnce |
Gets or sets a value indicating whether show only once is true or false. |
boolean |
None. |
| tier |
Gets or sets the tier. |
integer |
None. |
| title |
Gets or sets the title. |
string |
None. |
| id |
Gets or sets the flow identifier. |
integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"code": "sample String 1",
"description": "sample String 2",
"externalDescriptionTemplate": "sample String 3",
"showOnlyOnce": true,
"tier": 5,
"title": "sample String 6",
"id": "7"
}
text/html
Sample:
{"code":"sample String 1","description":"sample String 2","externalDescriptionTemplate":"sample String 3","showOnlyOnce":true,"tier":5,"title":"sample String 6","id":"7"}
application/xml, text/xml
Sample:
<Flow xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <Code>sample String 1</Code> <Description>sample String 2</Description> <ExternalDescriptionTemplate>sample String 3</ExternalDescriptionTemplate> <ShowOnlyOnce>true</ShowOnlyOnce> <Tier>5</Tier> <Title>sample String 6</Title> <FlowId>7</FlowId> </Flow>