POST Application/PostWorkflowConfigs
Request Information
URI Parameters
None.
Body Parameters
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": "dae34570-b595-46a5-8672-9a0b77962a4b",
"WorkflowID": "817d168f-d6ea-48e5-a5ca-f203a6f748e2",
"PictureID": "65e91e23-cd57-4c42-8525-8599ce0d067a",
"DashboardID": "e094569e-2357-46d7-8402-bad6661fc2a3",
"Url": "sample string 3",
"IconName": "sample string 4",
"BackgroundColor": "sample string 5",
"ImageFilePath": "sample string 6"
}
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.