POST Application/PostWorkflowConfigs
Request Information
URI Parameters
None.
Body Parameters
WorkflowConfigName | 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": "0871931e-2676-4fb1-9d93-0a075415b3d6", "WorkflowID": "ba3af86b-9e96-47f9-97e1-31fb8094b495", "PictureID": "8331bb05-618c-4ccc-a88f-89244058a444", "DashboardID": "7d26783f-ef06-4d6a-b8a5-040f961b5571", "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
ServiceResponseName | 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.