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": "00e02d8f-d95c-42a6-8960-1c930e5513bf",
"WorkflowID": "22bb4fed-63cd-46ca-a3c0-396e599baa7c",
"PictureID": "04e23ff6-fe30-4a08-bd08-e4390978b2ee",
"DashboardID": "6af9cdc3-baa1-4265-a98c-93c787caf0b7",
"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.