PUT Application/PutWorkflows
Request Information
URI Parameters
None.
Body Parameters
Collection of Workflow| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | globally unique identifier |
None. |
|
| ParentID | globally unique identifier |
None. |
|
| TypeID | integer |
Required |
|
| Name | string |
Required |
|
| Description | string |
None. |
|
| Sequence | integer |
Required |
|
| Active | boolean |
Required |
|
| Caption | string |
None. |
|
| IconName | string |
None. |
|
| IsMobile | boolean |
Required |
|
| Alias | string |
None. |
|
| NotificationBadgeValueViewModel | string |
None. |
|
| NotificationBadgeBackgroundColour | string |
None. |
|
| NotificationBadgeTextColour | string |
None. |
|
| IsPercentageNotificationBadge | boolean |
Required |
|
| IsVisible | boolean |
Required |
Request Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"ID": "fce0a97d-74d3-4ee9-8302-6e39225e2779",
"ParentID": "60f834f7-0c9b-42ba-9628-b1ef04df92d6",
"TypeID": 2,
"Name": "sample string 3",
"Description": "sample string 4",
"Sequence": 5,
"Active": true,
"Caption": "sample string 7",
"IconName": "sample string 8",
"IsMobile": true,
"Alias": "sample string 10",
"NotificationBadgeValueViewModel": "sample string 11",
"NotificationBadgeBackgroundColour": "sample string 12",
"NotificationBadgeTextColour": "sample string 13",
"IsPercentageNotificationBadge": true,
"IsVisible": true
},
{
"$ref": "1"
}
]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ServiceResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| IsSuccess | boolean |
None. |
|
| ErrorMessage | string |
None. |
|
| Code | string |
None. |
|
| StackTrace | string |
None. |
|
| Response | ServiceItem |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.