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": "334fa515-8078-4c0f-8a62-0219bb4bc496",
"operationType": 0,
"userId": "sample string 2",
"processType": 0,
"recurrentJobId": "sample string 3",
"autoRefresh": true,
"cronTimeExpresion": "sample string 5",
"parentEntityIdList": [
"00b0165f-64c7-4b2e-a333-d2c8fd5a00b7",
"4db4ca21-1765-45df-946a-607ee02445ca"
],
"parentEntityType": "sample string 6",
"notificationIdList": [
"5cc99b8a-dac8-4abc-8c16-57d6b2cc755c",
"1d0ff8ae-1b4f-4655-bf83-de4ff50e8ad1"
]
}
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>334fa515-8078-4c0f-8a62-0219bb4bc496</EntityId>
<NotificationIdList xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
<d2p1:guid>5cc99b8a-dac8-4abc-8c16-57d6b2cc755c</d2p1:guid>
<d2p1:guid>1d0ff8ae-1b4f-4655-bf83-de4ff50e8ad1</d2p1:guid>
</NotificationIdList>
<OperationType>Email</OperationType>
<ParentEntityIdList xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>00b0165f-64c7-4b2e-a333-d2c8fd5a00b7</d2p1:guid>
<d2p1:guid>4db4ca21-1765-45df-946a-607ee02445ca</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.