POST Worklist/SetDefaultWorklist

Request Information

URI Parameters

None.

Body Parameters

DefaultWorklistRequest
NameDescriptionTypeAdditional information
UserName

string

None.

DefaultWLData

string

None.

Request Formats

application/json, text/json

Sample:
{
  "UserName": "sample string 1",
  "DefaultWLData": "sample string 2"
}

application/xml, text/xml

Sample:
<DefaultWorklistRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Fujifilm.Synapse.Workflow.Engine.Models.Worklists">
  <DefaultWLData>sample string 2</DefaultWLData>
  <UserName>sample string 1</UserName>
</DefaultWorklistRequest>

Response Information

Resource Description

boolean

Response Formats

application/json, text/json

Sample:
true

application/xml, text/xml

Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>