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": "ec899653-71fa-4171-a91b-35b82f610055",
"operationType": 0,
"userId": "sample string 2",
"processType": 0,
"recurrentJobId": "sample string 3",
"autoRefresh": true,
"cronTimeExpresion": "sample string 5",
"parentEntityIdList": [
"d9341ae3-e737-4ade-ad61-0f85843a0973",
"745bcc12-ad4e-455b-b0e0-89fee95de61e"
],
"parentEntityType": "sample string 6",
"notificationIdList": [
"2c47997c-28cb-487a-a6db-dad2e350de08",
"a69a0364-9a84-465d-86d5-6d3252059a3d"
]
}
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>ec899653-71fa-4171-a91b-35b82f610055</EntityId>
<NotificationIdList xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
<d2p1:guid>2c47997c-28cb-487a-a6db-dad2e350de08</d2p1:guid>
<d2p1:guid>a69a0364-9a84-465d-86d5-6d3252059a3d</d2p1:guid>
</NotificationIdList>
<OperationType>Email</OperationType>
<ParentEntityIdList xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>d9341ae3-e737-4ade-ad61-0f85843a0973</d2p1:guid>
<d2p1:guid>745bcc12-ad4e-455b-b0e0-89fee95de61e</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.