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": "c93f725a-5562-4a7e-af83-b1f3a91bdee6",
"WorkflowID": "30c5ff00-41c7-4eb2-b4bb-f0b509b60f0b",
"PictureID": "e47caf94-b555-4792-adac-7e6a2c8244bb",
"DashboardID": "3945b561-fc95-4c32-a47c-124d2e5c6891",
"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.