POST Workflows/RuleTrigger?validateOnly={validateOnly}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
validateOnly | boolean |
Default value is False |
Body Parameters
WorkflowRuleTriggerDTOName | Description | Type | Additional information |
---|---|---|---|
WorkflowRuleTriggerID | integer |
None. |
|
WorkflowRuleID | integer |
None. |
|
ParentRuleTriggerID | integer |
None. |
|
FieldType | WorkflowFieldType |
None. |
|
ExpressionType | WorkflowExpressionType |
None. |
|
ExpressionValue | Collection of Object |
None. |
|
WorkflowRuleActions | Collection of WorkflowRuleActionDTO |
None. |
|
Summary | string |
None. |
|
RecordState | RecordState |
None. |
|
Created | AuditDataDTO |
None. |
|
LastUpdated | AuditDataDTO |
None. |
Request Formats
application/json, text/json
Sample:
{ "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:07:15.0772282+00:00", "userName": "sample string 2", "summary": "sample string 2 on 12/4/2024 8:07:15 AM" }, "lastUpdated": { "dateUtc": "2024-12-04T08:07:15.0772282+00:00", "userName": "sample string 2", "summary": "sample string 2 on 12/4/2024 8:07:15 AM" } }, { "workflowRuleActionID": 1, "workflowRuleTriggerID": 2, "actionType": 1, "fieldType": 1, "value": [], "summary": "sample string 3", "recordState": 1, "created": { "dateUtc": "2024-12-04T08:07:15.0772282+00:00", "userName": "sample string 2", "summary": "sample string 2 on 12/4/2024 8:07:15 AM" }, "lastUpdated": { "dateUtc": "2024-12-04T08:07:15.0772282+00:00", "userName": "sample string 2", "summary": "sample string 2 on 12/4/2024 8:07:15 AM" } } ], "summary": "sample string 3", "recordState": 1, "created": { "dateUtc": "2024-12-04T08:07:15.0772282+00:00", "userName": "sample string 2", "summary": "sample string 2 on 12/4/2024 8:07:15 AM" }, "lastUpdated": { "dateUtc": "2024-12-04T08:07:15.0772282+00:00", "userName": "sample string 2", "summary": "sample string 2 on 12/4/2024 8:07:15 AM" } }
application/xml, text/xml
Sample:
<WorkflowRuleTriggerDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ProcuraGroup.Models"> <Created> <DateUtc>2024-12-04T08:07:15.0772282+00:00</DateUtc> <UserName>sample string 2</UserName> </Created> <ExpressionType>Answered</ExpressionType> <ExpressionValue xmlns:d2p1="http://schemas.datacontract.org/2004/07/ProcuraGroup.Common" i:nil="true" /> <FieldType>BusinessUnit</FieldType> <LastUpdated> <DateUtc>2024-12-04T08:07:15.0772282+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:07:15.0772282+00:00</DateUtc> <UserName>sample string 2</UserName> </Created> <FieldType>BusinessUnit</FieldType> <LastUpdated> <DateUtc>2024-12-04T08:07:15.0772282+00:00</DateUtc> <UserName>sample string 2</UserName> </LastUpdated> <RecordState>Active</RecordState> <Summary>sample string 3</Summary> <Value xmlns:d4p1="http://schemas.datacontract.org/2004/07/ProcuraGroup.Common" /> <WorkflowRuleActionID>1</WorkflowRuleActionID> <WorkflowRuleTriggerID>2</WorkflowRuleTriggerID> </WorkflowRuleActionDTO> <WorkflowRuleActionDTO> <ActionType>SetValue</ActionType> <Created> <DateUtc>2024-12-04T08:07:15.0772282+00:00</DateUtc> <UserName>sample string 2</UserName> </Created> <FieldType>BusinessUnit</FieldType> <LastUpdated> <DateUtc>2024-12-04T08:07:15.0772282+00:00</DateUtc> <UserName>sample string 2</UserName> </LastUpdated> <RecordState>Active</RecordState> <Summary>sample string 3</Summary> <Value xmlns:d4p1="http://schemas.datacontract.org/2004/07/ProcuraGroup.Common" /> <WorkflowRuleActionID>1</WorkflowRuleActionID> <WorkflowRuleTriggerID>2</WorkflowRuleTriggerID> </WorkflowRuleActionDTO> </WorkflowRuleActions> <WorkflowRuleID>2</WorkflowRuleID> <WorkflowRuleTriggerID>1</WorkflowRuleTriggerID> </WorkflowRuleTriggerDTO>
application/x-www-form-urlencoded
Sample:
Sample not available.
application/x-compressed-json
Sample:
� �Q�N�0��V\꘠T�*�0� �T1X�5�pb��P��_��'��U�Z6���{�����s���ׅu˧�bIM]#�߁��AgCI^v�xtѠ5����wOB���5�bjP���|�+e�۱�����}B��o[M+Pt�-���jv+G�9���V&h@ `��*�I!�Q&G"/�D�Be�ע(���+!�I�H���# '��u,��|��`��l� kV�8��<���E������߱�>�
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. |