POST Workflows/Rule?validateOnly={validateOnly}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
validateOnly | boolean |
Default value is False |
Body Parameters
WorkflowRuleDTOName | Description | Type | Additional information |
---|---|---|---|
WorkflowRuleID | integer |
None. |
|
WorkflowID | integer |
None. |
|
WorkflowRuleTriggers | Collection of WorkflowRuleTriggerDTO |
None. |
|
RecordState | RecordState |
None. |
|
Created | AuditDataDTO |
None. |
|
LastUpdated | AuditDataDTO |
None. |
Request Formats
application/json, text/json
Sample:
{ "workflowRuleID": 1, "workflowID": 2, "workflowRuleTriggers": [ { "workflowRuleTriggerID": 1, "workflowRuleID": 2, "parentRuleTriggerID": 1, "fieldType": 1, "expressionType": 1, "workflowRuleActions": [ { "workflowRuleActionID": 1, "workflowRuleTriggerID": 2, "actionType": 1, "fieldType": 1, "value": [], "summary": "sample string 3", "recordState": 1, "created": { "dateUtc": "2024-12-04T08:04:33.2643041+00:00", "userName": "sample string 2", "summary": "sample string 2 on 12/4/2024 8:04:33 AM" }, "lastUpdated": { "dateUtc": "2024-12-04T08:04:33.2643041+00:00", "userName": "sample string 2", "summary": "sample string 2 on 12/4/2024 8:04:33 AM" } }, { "workflowRuleActionID": 1, "workflowRuleTriggerID": 2, "actionType": 1, "fieldType": 1, "value": [], "summary": "sample string 3", "recordState": 1, "created": { "dateUtc": "2024-12-04T08:04:33.2643041+00:00", "userName": "sample string 2", "summary": "sample string 2 on 12/4/2024 8:04:33 AM" }, "lastUpdated": { "dateUtc": "2024-12-04T08:04:33.2643041+00:00", "userName": "sample string 2", "summary": "sample string 2 on 12/4/2024 8:04:33 AM" } } ], "summary": "sample string 3", "recordState": 1, "created": { "dateUtc": "2024-12-04T08:04:33.2643041+00:00", "userName": "sample string 2", "summary": "sample string 2 on 12/4/2024 8:04:33 AM" }, "lastUpdated": { "dateUtc": "2024-12-04T08:04:33.2643041+00:00", "userName": "sample string 2", "summary": "sample string 2 on 12/4/2024 8:04:33 AM" } }, { "workflowRuleTriggerID": 1, "workflowRuleID": 2, "parentRuleTriggerID": 1, "fieldType": 1, "expressionType": 1, "workflowRuleActions": [ { "workflowRuleActionID": 1, "workflowRuleTriggerID": 2, "actionType": 1, "fieldType": 1, "value": [], "summary": "sample string 3", "recordState": 1, "created": { "dateUtc": "2024-12-04T08:04:33.2643041+00:00", "userName": "sample string 2", "summary": "sample string 2 on 12/4/2024 8:04:33 AM" }, "lastUpdated": { "dateUtc": "2024-12-04T08:04:33.2643041+00:00", "userName": "sample string 2", "summary": "sample string 2 on 12/4/2024 8:04:33 AM" } }, { "workflowRuleActionID": 1, "workflowRuleTriggerID": 2, "actionType": 1, "fieldType": 1, "value": [], "summary": "sample string 3", "recordState": 1, "created": { "dateUtc": "2024-12-04T08:04:33.2643041+00:00", "userName": "sample string 2", "summary": "sample string 2 on 12/4/2024 8:04:33 AM" }, "lastUpdated": { "dateUtc": "2024-12-04T08:04:33.2643041+00:00", "userName": "sample string 2", "summary": "sample string 2 on 12/4/2024 8:04:33 AM" } } ], "summary": "sample string 3", "recordState": 1, "created": { "dateUtc": "2024-12-04T08:04:33.2643041+00:00", "userName": "sample string 2", "summary": "sample string 2 on 12/4/2024 8:04:33 AM" }, "lastUpdated": { "dateUtc": "2024-12-04T08:04:33.2643041+00:00", "userName": "sample string 2", "summary": "sample string 2 on 12/4/2024 8:04:33 AM" } } ], "recordState": 1, "created": { "dateUtc": "2024-12-04T08:04:33.2643041+00:00", "userName": "sample string 2", "summary": "sample string 2 on 12/4/2024 8:04:33 AM" }, "lastUpdated": { "dateUtc": "2024-12-04T08:04:33.2643041+00:00", "userName": "sample string 2", "summary": "sample string 2 on 12/4/2024 8:04:33 AM" } }
application/xml, text/xml
Sample:
<WorkflowRuleDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ProcuraGroup.Models"> <Created> <DateUtc>2024-12-04T08:04:33.2643041+00:00</DateUtc> <UserName>sample string 2</UserName> </Created> <LastUpdated> <DateUtc>2024-12-04T08:04:33.2643041+00:00</DateUtc> <UserName>sample string 2</UserName> </LastUpdated> <RecordState>Active</RecordState> <WorkflowID>2</WorkflowID> <WorkflowRuleID>1</WorkflowRuleID> <WorkflowRuleTriggers> <WorkflowRuleTriggerDTO> <Created> <DateUtc>2024-12-04T08:04:33.2643041+00:00</DateUtc> <UserName>sample string 2</UserName> </Created> <ExpressionType>Answered</ExpressionType> <ExpressionValue xmlns:d4p1="http://schemas.datacontract.org/2004/07/ProcuraGroup.Common" i:nil="true" /> <FieldType>BusinessUnit</FieldType> <LastUpdated> <DateUtc>2024-12-04T08:04:33.2643041+00:00</DateUtc> <UserName>sample string 2</UserName> </LastUpdated> <ParentRuleTriggerID>1</ParentRuleTriggerID> <RecordState>Active</RecordState> <Summary>sample string 3</Summary> <WorkflowRuleActions> <WorkflowRuleActionDTO> <ActionType>SetValue</ActionType> <Created> <DateUtc>2024-12-04T08:04:33.2643041+00:00</DateUtc> <UserName>sample string 2</UserName> </Created> <FieldType>BusinessUnit</FieldType> <LastUpdated> <DateUtc>2024-12-04T08:04:33.2643041+00:00</DateUtc> <UserName>sample string 2</UserName> </LastUpdated> <RecordState>Active</RecordState> <Summary>sample string 3</Summary> <Value xmlns:d6p1="http://schemas.datacontract.org/2004/07/ProcuraGroup.Common" /> <WorkflowRuleActionID>1</WorkflowRuleActionID> <WorkflowRuleTriggerID>2</WorkflowRuleTriggerID> </WorkflowRuleActionDTO> <WorkflowRuleActionDTO> <ActionType>SetValue</ActionType> <Created> <DateUtc>2024-12-04T08:04:33.2643041+00:00</DateUtc> <UserName>sample string 2</UserName> </Created> <FieldType>BusinessUnit</FieldType> <LastUpdated> <DateUtc>2024-12-04T08:04:33.2643041+00:00</DateUtc> <UserName>sample string 2</UserName> </LastUpdated> <RecordState>Active</RecordState> <Summary>sample string 3</Summary> <Value xmlns:d6p1="http://schemas.datacontract.org/2004/07/ProcuraGroup.Common" /> <WorkflowRuleActionID>1</WorkflowRuleActionID> <WorkflowRuleTriggerID>2</WorkflowRuleTriggerID> </WorkflowRuleActionDTO> </WorkflowRuleActions> <WorkflowRuleID>2</WorkflowRuleID> <WorkflowRuleTriggerID>1</WorkflowRuleTriggerID> </WorkflowRuleTriggerDTO> <WorkflowRuleTriggerDTO> <Created> <DateUtc>2024-12-04T08:04:33.2643041+00:00</DateUtc> <UserName>sample string 2</UserName> </Created> <ExpressionType>Answered</ExpressionType> <ExpressionValue xmlns:d4p1="http://schemas.datacontract.org/2004/07/ProcuraGroup.Common" i:nil="true" /> <FieldType>BusinessUnit</FieldType> <LastUpdated> <DateUtc>2024-12-04T08:04:33.2643041+00:00</DateUtc> <UserName>sample string 2</UserName> </LastUpdated> <ParentRuleTriggerID>1</ParentRuleTriggerID> <RecordState>Active</RecordState> <Summary>sample string 3</Summary> <WorkflowRuleActions> <WorkflowRuleActionDTO> <ActionType>SetValue</ActionType> <Created> <DateUtc>2024-12-04T08:04:33.2643041+00:00</DateUtc> <UserName>sample string 2</UserName> </Created> <FieldType>BusinessUnit</FieldType> <LastUpdated> <DateUtc>2024-12-04T08:04:33.2643041+00:00</DateUtc> <UserName>sample string 2</UserName> </LastUpdated> <RecordState>Active</RecordState> <Summary>sample string 3</Summary> <Value xmlns:d6p1="http://schemas.datacontract.org/2004/07/ProcuraGroup.Common" /> <WorkflowRuleActionID>1</WorkflowRuleActionID> <WorkflowRuleTriggerID>2</WorkflowRuleTriggerID> </WorkflowRuleActionDTO> <WorkflowRuleActionDTO> <ActionType>SetValue</ActionType> <Created> <DateUtc>2024-12-04T08:04:33.2643041+00:00</DateUtc> <UserName>sample string 2</UserName> </Created> <FieldType>BusinessUnit</FieldType> <LastUpdated> <DateUtc>2024-12-04T08:04:33.2643041+00:00</DateUtc> <UserName>sample string 2</UserName> </LastUpdated> <RecordState>Active</RecordState> <Summary>sample string 3</Summary> <Value xmlns:d6p1="http://schemas.datacontract.org/2004/07/ProcuraGroup.Common" /> <WorkflowRuleActionID>1</WorkflowRuleActionID> <WorkflowRuleTriggerID>2</WorkflowRuleTriggerID> </WorkflowRuleActionDTO> </WorkflowRuleActions> <WorkflowRuleID>2</WorkflowRuleID> <WorkflowRuleTriggerID>1</WorkflowRuleTriggerID> </WorkflowRuleTriggerDTO> </WorkflowRuleTriggers> </WorkflowRuleDTO>
application/x-www-form-urlencoded
Sample:
Sample not available.
application/x-compressed-json
Sample:
� �T�N�0�뮸�q,��Uba�ҩb���(�y�v(U�/c������Do��s�ι���k��<.u��k5^_��h_ڦ�M$��s4�;���� �Qe�r��e�:K� �2|nZ[�U_:Ě�η���� �.��ڍ����OJ�>Z<P�mY*� V��Fb�)���@�`Z���)���a���s��g�q1�����]J&d��3�1&�@�Es�J�p�~N�D|*�[ �Mf7����u�&�:,�EA�?9����##?�`��, :���A�j��n`�
Response Information
Resource Description
HttpResponseMessageName | Description | Type | Additional information |
---|---|---|---|
Version | Version |
None. |
|
Content | HttpContent |
None. |
|
StatusCode | HttpStatusCode |
None. |
|
ReasonPhrase | string |
None. |
|
Headers | Collection of Object |
None. |
|
RequestMessage | HttpRequestMessage |
None. |
|
IsSuccessStatusCode | boolean |
None. |