POST utils/v2/reactions/QueueAction
The queue action.
Request Information
URI Parameters
None.
Body Parameters
The operation DTO.
OperationDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | string |
None. |
|
| EntityId | globally unique identifier |
None. |
|
| OperationType | ActionTypeEnum |
None. |
|
| UserId | string |
None. |
|
| ProcessType | ProcessType |
None. |
|
| RecurrentJobId | string |
None. |
|
| AutoRefresh | boolean |
None. |
|
| CronTimeExpresion | string |
None. |
|
| ParentEntityIdList | Collection of globally unique identifier |
None. |
|
| ParentEntityType | string |
None. |
|
| NotificationIdList | Collection of globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"data": "sample string 1",
"entityId": "4024993f-f0c0-4b5b-bd69-c5779c6c567d",
"operationType": 0,
"userId": "sample string 2",
"processType": 0,
"recurrentJobId": "sample string 3",
"autoRefresh": true,
"cronTimeExpresion": "sample string 5",
"parentEntityIdList": [
"2446f5e2-e5d1-41bb-b78c-1a44a749b297",
"92ff00a9-0fa2-4abe-8f7f-6016e7c43b83"
],
"parentEntityType": "sample string 6",
"notificationIdList": [
"fc2a25a3-c3b2-46a6-b27b-3c2d8573817f",
"60517b96-5776-47cb-8384-2cf5002d5b62"
]
}
application/xml, text/xml
Sample:
<OperationDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LimaBean.Common.DTO">
<AutoRefresh>true</AutoRefresh>
<CronTimeExpresion>sample string 5</CronTimeExpresion>
<Data>sample string 1</Data>
<EntityId>4024993f-f0c0-4b5b-bd69-c5779c6c567d</EntityId>
<NotificationIdList xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
<d2p1:guid>fc2a25a3-c3b2-46a6-b27b-3c2d8573817f</d2p1:guid>
<d2p1:guid>60517b96-5776-47cb-8384-2cf5002d5b62</d2p1:guid>
</NotificationIdList>
<OperationType>Email</OperationType>
<ParentEntityIdList xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>2446f5e2-e5d1-41bb-b78c-1a44a749b297</d2p1:guid>
<d2p1:guid>92ff00a9-0fa2-4abe-8f7f-6016e7c43b83</d2p1:guid>
</ParentEntityIdList>
<ParentEntityType>sample string 6</ParentEntityType>
<ProcessType>Queue</ProcessType>
<RecurrentJobId>sample string 3</RecurrentJobId>
<UserId>sample string 2</UserId>
</OperationDTO>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
The .
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.