PUT Application/PutWorkflowConfigs
Request Information
URI Parameters
None.
Body Parameters
Collection of 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": "1", "ID": "f12a7417-8193-42d1-aaae-e9d6f163606e", "WorkflowID": "e651a432-0419-488c-b91f-550b3f68adca", "PictureID": "52b20207-ac3f-4bfe-8fef-83d8811c0e6d", "DashboardID": "9f9ebd95-f91b-423d-ab25-7775755978ca", "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
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.