POST utils/v2/reactions/StopRecurrentJob

The stop recurrent job.

Request Information

URI Parameters

None.

Body Parameters

The operation.

OperationDTO
NameDescriptionTypeAdditional 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": "a40a14e7-cd87-48b9-9244-583f3302e491",
  "operationType": 0,
  "userId": "sample string 2",
  "processType": 0,
  "recurrentJobId": "sample string 3",
  "autoRefresh": true,
  "cronTimeExpresion": "sample string 5",
  "parentEntityIdList": [
    "a0bb5734-3f14-4964-ba19-bf3d7522b94f",
    "92960df8-fa7a-4506-af46-9f7a5388af82"
  ],
  "parentEntityType": "sample string 6",
  "notificationIdList": [
    "9b55d255-81c1-4ea9-9a9b-e28484190007",
    "a2a992b8-779b-456e-a538-d9c4e7792d2a"
  ]
}

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>a40a14e7-cd87-48b9-9244-583f3302e491</EntityId>
  <NotificationIdList xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
    <d2p1:guid>9b55d255-81c1-4ea9-9a9b-e28484190007</d2p1:guid>
    <d2p1:guid>a2a992b8-779b-456e-a538-d9c4e7792d2a</d2p1:guid>
  </NotificationIdList>
  <OperationType>Email</OperationType>
  <ParentEntityIdList xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:guid>a0bb5734-3f14-4964-ba19-bf3d7522b94f</d2p1:guid>
    <d2p1:guid>92960df8-fa7a-4506-af46-9f7a5388af82</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 .

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.