POST api/Workflows/Actions/Apply

Request Information

URI Parameters

None.

Body Parameters

WorkflowApplyActionRequest
NameDescriptionTypeAdditional information
ActionName

string

None.

AdditionalContent

Object

None.

Ids

Collection of Object

None.

WorkflowId

integer

None.

ClientId

string

None.

Request Formats

application/json, text/json

Sample:
{
  "ActionName": "sample string 1",
  "AdditionalContent": {},
  "Ids": [
    {},
    {}
  ],
  "WorkflowId": 3,
  "ClientId": "sample string 4"
}

text/xml

Sample:
<WorkflowApplyActionRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RightRez.Web.Api.Models.Workflows">
  <ClientId xmlns="http://schemas.datacontract.org/2004/07/RightRez.Autobook.PNRBookingEngine">sample string 4</ClientId>
  <WorkflowId>3</WorkflowId>
  <ActionName>sample string 1</ActionName>
  <AdditionalContent />
  <Ids xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:anyType />
    <d2p1:anyType />
  </Ids>
</WorkflowApplyActionRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, text/xml

Sample:

Sample not available.