Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
The queue view identifier. |
integer |
Required |
Body Parameters
The queue view.
Pico.QueueView| Name | Description | Type | Additional information |
|---|---|---|---|
| organization |
Gets or sets the organization identifier. |
integer |
None. |
| id |
Gets or sets the queue view identifier. |
integer |
None. |
| user |
Gets or sets the user identifier. |
integer |
None. |
| classifications |
Gets or sets the classifications. |
string |
None. |
| columns |
Gets or sets the columns. |
string |
None. |
| definition |
Gets or sets the definition. |
string |
None. |
| description |
Gets or sets the description. |
string |
None. |
| isFilteredByProcessorAssistantOrg |
Gets or sets a value indicating whether this is filtered by processor assistant org. |
boolean |
None. |
| groupBy |
Gets or sets the group by. |
string |
None. |
| isActive |
Gets or sets a value indicating whether this is active. |
boolean |
None. |
Request Formats
application/json, text/json
{
"organization": "1",
"id": "1",
"user": "1",
"classifications": "sample String 2",
"columns": "sample String 3",
"definition": "sample String 4",
"description": "sample String 5",
"isFilteredByProcessorAssistantOrg": true,
"groupBy": "sample String 7",
"isActive": true
}
text/html
{"organization":"1","id":"1","user":"1","classifications":"sample String 2","columns":"sample String 3","definition":"sample String 4","description":"sample String 5","isFilteredByProcessorAssistantOrg":true,"groupBy":"sample String 7","isActive":true}
application/xml, text/xml
<QueueView xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <OrganizationId>1</OrganizationId> <QueueViewId>1</QueueViewId> <UserId>1</UserId> <Classifications>sample String 2</Classifications> <Columns>sample String 3</Columns> <Definition>sample String 4</Definition> <Description>sample String 5</Description> <IsFilteredByProcessorAssistantOrg>true</IsFilteredByProcessorAssistantOrg> <GroupBy>sample String 7</GroupBy> <IsActive>true</IsActive> </QueueView>
application/x-www-form-urlencoded
Sample not available.
Response Information
Resource Description
The updated queue view.
Pico.QueueView| Name | Description | Type | Additional information |
|---|---|---|---|
| organization |
Gets or sets the organization identifier. |
integer |
None. |
| id |
Gets or sets the queue view identifier. |
integer |
None. |
| user |
Gets or sets the user identifier. |
integer |
None. |
| classifications |
Gets or sets the classifications. |
string |
None. |
| columns |
Gets or sets the columns. |
string |
None. |
| definition |
Gets or sets the definition. |
string |
None. |
| description |
Gets or sets the description. |
string |
None. |
| isFilteredByProcessorAssistantOrg |
Gets or sets a value indicating whether this is filtered by processor assistant org. |
boolean |
None. |
| groupBy |
Gets or sets the group by. |
string |
None. |
| isActive |
Gets or sets a value indicating whether this is active. |
boolean |
None. |
Response Formats
application/json, text/json
{
"organization": "1",
"id": "1",
"user": "1",
"classifications": "sample String 2",
"columns": "sample String 3",
"definition": "sample String 4",
"description": "sample String 5",
"isFilteredByProcessorAssistantOrg": true,
"groupBy": "sample String 7",
"isActive": true
}
text/html
{"organization":"1","id":"1","user":"1","classifications":"sample String 2","columns":"sample String 3","definition":"sample String 4","description":"sample String 5","isFilteredByProcessorAssistantOrg":true,"groupBy":"sample String 7","isActive":true}
application/xml, text/xml
<QueueView xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <OrganizationId>1</OrganizationId> <QueueViewId>1</QueueViewId> <UserId>1</UserId> <Classifications>sample String 2</Classifications> <Columns>sample String 3</Columns> <Definition>sample String 4</Definition> <Description>sample String 5</Description> <IsFilteredByProcessorAssistantOrg>true</IsFilteredByProcessorAssistantOrg> <GroupBy>sample String 7</GroupBy> <IsActive>true</IsActive> </QueueView>