POST utils/v2/reactions/StopRecurrentJob
The stop recurrent job.
Request Information
URI Parameters
None.
Body Parameters
The operation.
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": "f6279b71-a5df-4311-ad3e-f33d9489b353",
"operationType": 0,
"userId": "sample string 2",
"processType": 0,
"recurrentJobId": "sample string 3",
"autoRefresh": true,
"cronTimeExpresion": "sample string 5",
"parentEntityIdList": [
"b34093c0-54f3-4669-8b5b-13da4d78c742",
"c387a927-e35b-4a3a-bb88-ece8adf404b1"
],
"parentEntityType": "sample string 6",
"notificationIdList": [
"84c9c630-e5c9-4f30-b2f1-a6c648127d44",
"274c164b-c550-4a3e-bd12-7b5ad9a67c7c"
]
}
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>f6279b71-a5df-4311-ad3e-f33d9489b353</EntityId>
<NotificationIdList xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
<d2p1:guid>84c9c630-e5c9-4f30-b2f1-a6c648127d44</d2p1:guid>
<d2p1:guid>274c164b-c550-4a3e-bd12-7b5ad9a67c7c</d2p1:guid>
</NotificationIdList>
<OperationType>Email</OperationType>
<ParentEntityIdList xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>b34093c0-54f3-4669-8b5b-13da4d78c742</d2p1:guid>
<d2p1:guid>c387a927-e35b-4a3a-bb88-ece8adf404b1</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.