POST api/Workflows/Actions/ApplyToAll

Request Information

URI Parameters

None.

Body Parameters

WorkflowApplyActionToAllRequest
NameDescriptionTypeAdditional information
ActionName

string

None.

AdditionalContent

string

None.

Inputs

Collection of WorkflowInputDTO

None.

OrderBy

Collection of WorkflowOrderByDTO

None.

PageNumber

integer

None.

PageSize

integer

None.

DateColumn

string

None.

StartDate

date

None.

EndDate

date

None.

WorkflowId

integer

None.

ClientId

string

None.

Request Formats

application/json, text/json

Sample:
{
  "ActionName": "sample string 1",
  "AdditionalContent": "sample string 2",
  "Inputs": [
    {
      "DisplayName": "sample string 1",
      "Description": "sample string 2",
      "InternalName": "sample string 3",
      "Category": "sample string 4",
      "DataType": 0,
      "SelectOptions": [
        {},
        {}
      ],
      "DefaultValues": [
        {},
        {}
      ],
      "Values": [
        {},
        {}
      ],
      "Value": {}
    },
    {
      "DisplayName": "sample string 1",
      "Description": "sample string 2",
      "InternalName": "sample string 3",
      "Category": "sample string 4",
      "DataType": 0,
      "SelectOptions": [
        {},
        {}
      ],
      "DefaultValues": [
        {},
        {}
      ],
      "Values": [
        {},
        {}
      ],
      "Value": {}
    }
  ],
  "OrderBy": [
    {
      "OrderBy": "sample string 1",
      "OrderByDirection": "sample string 2"
    },
    {
      "OrderBy": "sample string 1",
      "OrderByDirection": "sample string 2"
    }
  ],
  "PageNumber": 3,
  "PageSize": 4,
  "DateColumn": "sample string 5",
  "StartDate": "2025-06-02T20:51:20.6178281+00:00",
  "EndDate": "2025-06-02T20:51:20.6178281+00:00",
  "WorkflowId": 6,
  "ClientId": "sample string 7"
}

text/xml

Sample:
<WorkflowApplyActionToAllRequest 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 7</ClientId>
  <WorkflowId>6</WorkflowId>
  <DateColumn>sample string 5</DateColumn>
  <EndDate>2025-06-02T20:51:20.6178281+00:00</EndDate>
  <Inputs>
    <WorkflowInputDTO>
      <Category>sample string 4</Category>
      <DataType>Unknown</DataType>
      <DefaultValues xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
        <d4p1:anyType />
        <d4p1:anyType />
      </DefaultValues>
      <Description>sample string 2</Description>
      <DisplayName>sample string 1</DisplayName>
      <InternalName>sample string 3</InternalName>
      <SelectOptions xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
        <d4p1:anyType />
        <d4p1:anyType />
      </SelectOptions>
      <Values xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
        <d4p1:anyType />
        <d4p1:anyType />
      </Values>
    </WorkflowInputDTO>
    <WorkflowInputDTO>
      <Category>sample string 4</Category>
      <DataType>Unknown</DataType>
      <DefaultValues xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
        <d4p1:anyType />
        <d4p1:anyType />
      </DefaultValues>
      <Description>sample string 2</Description>
      <DisplayName>sample string 1</DisplayName>
      <InternalName>sample string 3</InternalName>
      <SelectOptions xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
        <d4p1:anyType />
        <d4p1:anyType />
      </SelectOptions>
      <Values xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
        <d4p1:anyType />
        <d4p1:anyType />
      </Values>
    </WorkflowInputDTO>
  </Inputs>
  <OrderBy>
    <WorkflowOrderByDTO>
      <OrderBy>sample string 1</OrderBy>
      <OrderByDirection>sample string 2</OrderByDirection>
    </WorkflowOrderByDTO>
    <WorkflowOrderByDTO>
      <OrderBy>sample string 1</OrderBy>
      <OrderByDirection>sample string 2</OrderByDirection>
    </WorkflowOrderByDTO>
  </OrderBy>
  <PageNumber>3</PageNumber>
  <PageSize>4</PageSize>
  <StartDate>2025-06-02T20:51:20.6178281+00:00</StartDate>
  <ActionName>sample string 1</ActionName>
  <AdditionalContent>sample string 2</AdditionalContent>
</WorkflowApplyActionToAllRequest>

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.