POST utils/v2/reactions/QueueRecurrentAction
The queue recurrent 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": "d6411452-f4c3-4500-b498-2a8d5f99c69b",
"operationType": 0,
"userId": "sample string 2",
"processType": 0,
"recurrentJobId": "sample string 3",
"autoRefresh": true,
"cronTimeExpresion": "sample string 5",
"parentEntityIdList": [
"650e2466-e7c8-47e1-805c-8aa7b467476a",
"e83e808f-bc8b-406f-94f6-7e18693fb4d8"
],
"parentEntityType": "sample string 6",
"notificationIdList": [
"a10b9148-7160-4c15-8dfe-be8de3c8ac92",
"42bc834d-56f4-4ce4-b564-387c4e4e0031"
]
}
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>d6411452-f4c3-4500-b498-2a8d5f99c69b</EntityId>
<NotificationIdList xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
<d2p1:guid>a10b9148-7160-4c15-8dfe-be8de3c8ac92</d2p1:guid>
<d2p1:guid>42bc834d-56f4-4ce4-b564-387c4e4e0031</d2p1:guid>
</NotificationIdList>
<OperationType>Email</OperationType>
<ParentEntityIdList xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>650e2466-e7c8-47e1-805c-8aa7b467476a</d2p1:guid>
<d2p1:guid>e83e808f-bc8b-406f-94f6-7e18693fb4d8</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.