POST api/SaveWorkflowBusinessRules

Request Information

URI Parameters

None.

Body Parameters

Collection of WorkflowList
NameDescriptionTypeAdditional information
TransactionalId

integer

None.

WorkflowId

integer

None.

WorkFlowType

string

None.

ProcessId

integer

None.

ProcessTypeId

integer

None.

SeqNo

integer

None.

WorkflowProcessTypeId

integer

None.

State

integer

None.

RowStatus

string

None.

IsOptional

boolean

None.

NotificationName

string

None.

IsActive

boolean

None.

BusinessRule

string

None.

ExecutionType

string

None.

RuleConditionId

integer

None.

Position

integer

None.

AllInstance

integer

None.

UpdatedBy

integer

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "TransactionalId": 1,
    "WorkflowId": 2,
    "WorkFlowType": "sample string 3",
    "ProcessId": 4,
    "ProcessTypeId": 5,
    "SeqNo": 6,
    "WorkflowProcessTypeId": 7,
    "State": 8,
    "RowStatus": "sample string 9",
    "IsOptional": true,
    "NotificationName": "sample string 10",
    "IsActive": true,
    "BusinessRule": "sample string 11",
    "ExecutionType": "sample string 12",
    "RuleConditionId": 13,
    "Position": 14,
    "AllInstance": 15,
    "UpdatedBy": 16
  },
  {
    "TransactionalId": 1,
    "WorkflowId": 2,
    "WorkFlowType": "sample string 3",
    "ProcessId": 4,
    "ProcessTypeId": 5,
    "SeqNo": 6,
    "WorkflowProcessTypeId": 7,
    "State": 8,
    "RowStatus": "sample string 9",
    "IsOptional": true,
    "NotificationName": "sample string 10",
    "IsActive": true,
    "BusinessRule": "sample string 11",
    "ExecutionType": "sample string 12",
    "RuleConditionId": 13,
    "Position": 14,
    "AllInstance": 15,
    "UpdatedBy": 16
  }
]

application/xml, text/xml

Sample:
<ArrayOfWorkflowList xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Goaa.iPro.Data.Admin.CustomClasses">
  <WorkflowList>
    <AllInstance>15</AllInstance>
    <BusinessRule>sample string 11</BusinessRule>
    <ExecutionType>sample string 12</ExecutionType>
    <IsActive>true</IsActive>
    <IsOptional>true</IsOptional>
    <NotificationName>sample string 10</NotificationName>
    <Position>14</Position>
    <ProcessId>4</ProcessId>
    <ProcessTypeId>5</ProcessTypeId>
    <RowStatus>sample string 9</RowStatus>
    <RuleConditionId>13</RuleConditionId>
    <SeqNo>6</SeqNo>
    <State>8</State>
    <TransactionalId>1</TransactionalId>
    <UpdatedBy>16</UpdatedBy>
    <WorkFlowType>sample string 3</WorkFlowType>
    <WorkflowId>2</WorkflowId>
    <WorkflowProcessTypeId>7</WorkflowProcessTypeId>
  </WorkflowList>
  <WorkflowList>
    <AllInstance>15</AllInstance>
    <BusinessRule>sample string 11</BusinessRule>
    <ExecutionType>sample string 12</ExecutionType>
    <IsActive>true</IsActive>
    <IsOptional>true</IsOptional>
    <NotificationName>sample string 10</NotificationName>
    <Position>14</Position>
    <ProcessId>4</ProcessId>
    <ProcessTypeId>5</ProcessTypeId>
    <RowStatus>sample string 9</RowStatus>
    <RuleConditionId>13</RuleConditionId>
    <SeqNo>6</SeqNo>
    <State>8</State>
    <TransactionalId>1</TransactionalId>
    <UpdatedBy>16</UpdatedBy>
    <WorkFlowType>sample string 3</WorkFlowType>
    <WorkflowId>2</WorkflowId>
    <WorkflowProcessTypeId>7</WorkflowProcessTypeId>
  </WorkflowList>
</ArrayOfWorkflowList>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

boolean

Response Formats

application/json, text/json

Sample:
true

application/xml, text/xml

Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>