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": "da17f607-b627-4406-8bcf-16f763cf4884",
"operationType": 0,
"userId": "sample string 2",
"processType": 0,
"recurrentJobId": "sample string 3",
"autoRefresh": true,
"cronTimeExpresion": "sample string 5",
"parentEntityIdList": [
"f9041f77-d908-4e62-87b7-4d9c2bb84b1e",
"904b67bb-354a-4857-8607-44a8c5da5034"
],
"parentEntityType": "sample string 6",
"notificationIdList": [
"175f8134-3812-461f-a7d5-7d6c128425dd",
"d0e206f8-e2d8-4de1-87b9-e676ce5356ca"
]
}
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>da17f607-b627-4406-8bcf-16f763cf4884</EntityId>
<NotificationIdList xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
<d2p1:guid>175f8134-3812-461f-a7d5-7d6c128425dd</d2p1:guid>
<d2p1:guid>d0e206f8-e2d8-4de1-87b9-e676ce5356ca</d2p1:guid>
</NotificationIdList>
<OperationType>Email</OperationType>
<ParentEntityIdList xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>f9041f77-d908-4e62-87b7-4d9c2bb84b1e</d2p1:guid>
<d2p1:guid>904b67bb-354a-4857-8607-44a8c5da5034</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.