POST workflow/RelaunchErrorProcessActivities

Request Information

URI Parameters

None.

Body Parameters

RelaunchDetails
NameDescriptionTypeAdditional information
ProcessId

integer

None.

ActivityId

integer

None.

InstanceId

integer

None.

ErrorMessage

string

None.

Request Formats

application/json, text/json

Sample:
{
  "ProcessId": 1,
  "ActivityId": 2,
  "InstanceId": 1,
  "ErrorMessage": "sample string 3"
}

text/html

Sample:
{"ProcessId":1,"ActivityId":2,"InstanceId":1,"ErrorMessage":"sample string 3"}

application/xml, text/xml

Sample:
<RelaunchDetails xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ListenerOnline.Xyro.BusinessLogic.Workflow.Engine.Models">
  <ActivityId>2</ActivityId>
  <ErrorMessage>sample string 3</ErrorMessage>
  <InstanceId>1</InstanceId>
  <ProcessId>1</ProcessId>
</RelaunchDetails>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'RelaunchDetails'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.