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": "63cc4379-0d93-4f39-aa47-d2d3202da4a8",
"operationType": 0,
"userId": "sample string 2",
"processType": 0,
"recurrentJobId": "sample string 3",
"autoRefresh": true,
"cronTimeExpresion": "sample string 5",
"parentEntityIdList": [
"362fc084-d0a9-4b5c-9c7e-7a6c9aebfcb2",
"81eb12e2-b5ae-488d-8408-77af3a6bc473"
],
"parentEntityType": "sample string 6",
"notificationIdList": [
"9c88268d-dd64-4f3b-a85f-61ef88d5d7e4",
"e5267155-93f4-4c44-a42f-35b00c11f378"
]
}
application/xml, text/xml
Sample:
<OperationDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Nexus.Shared.Interaction.DTOs">
<AutoRefresh>true</AutoRefresh>
<CronTimeExpresion>sample string 5</CronTimeExpresion>
<Data>sample string 1</Data>
<EntityId>63cc4379-0d93-4f39-aa47-d2d3202da4a8</EntityId>
<NotificationIdList xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
<d2p1:guid>9c88268d-dd64-4f3b-a85f-61ef88d5d7e4</d2p1:guid>
<d2p1:guid>e5267155-93f4-4c44-a42f-35b00c11f378</d2p1:guid>
</NotificationIdList>
<OperationType>Email</OperationType>
<ParentEntityIdList xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>362fc084-d0a9-4b5c-9c7e-7a6c9aebfcb2</d2p1:guid>
<d2p1:guid>81eb12e2-b5ae-488d-8408-77af3a6bc473</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.