PUT Application/PutWorkflowConfigs
Request Information
URI Parameters
None.
Body Parameters
Collection of WorkflowConfig| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | globally unique identifier |
None. |
|
| WorkflowID | globally unique identifier |
Required |
|
| PictureID | globally unique identifier |
None. |
|
| DashboardID | globally unique identifier |
None. |
|
| Url | string |
None. |
|
| IconName | string |
None. |
|
| BackgroundColor | string |
None. |
|
| ImageFilePath | string |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"ID": "e3827703-bf76-437d-b107-9ef6c8b6194c",
"WorkflowID": "cf06d4f5-64b1-42d2-b0fd-0489d80bf683",
"PictureID": "7e134e0a-6150-42e2-9b10-1788d70d44b6",
"DashboardID": "3fd3e054-4c20-4cdd-851a-d2a5cfedf72c",
"Url": "sample string 3",
"IconName": "sample string 4",
"BackgroundColor": "sample string 5",
"ImageFilePath": "sample string 6"
},
{
"$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.