PUT Application/PutWorkflowConfig

Request Information

URI Parameters

None.

Body Parameters

WorkflowConfig
NameDescriptionTypeAdditional 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": "c6e87f06-83e4-434f-a854-20ee3774389e",
  "WorkflowID": "d81f3918-f718-49a9-a328-5bfdb89d14cc",
  "PictureID": "2353ca2e-dd58-406d-b9d3-0ae40f088e6b",
  "DashboardID": "a88ef361-cc61-4cb2-8376-c4d94ad7b5b0",
  "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
NameDescriptionTypeAdditional 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.