POST Workflows/RuleAction?validateOnly={validateOnly}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
validateOnly | boolean |
Default value is False |
Body Parameters
WorkflowRuleActionDTOName | Description | Type | Additional information |
---|---|---|---|
WorkflowRuleActionID | integer |
None. |
|
WorkflowRuleTriggerID | integer |
None. |
|
ActionType | WorkflowRuleActionType |
None. |
|
FieldType | WorkflowFieldType |
None. |
|
Value | Collection of Object |
None. |
|
Summary | string |
None. |
|
RecordState | RecordState |
None. |
|
Created | AuditDataDTO |
None. |
|
LastUpdated | AuditDataDTO |
None. |
Request Formats
application/json, text/json
Sample:
{ "workflowRuleActionID": 1, "workflowRuleTriggerID": 2, "actionType": 1, "fieldType": 1, "summary": "sample string 3", "recordState": 1, "created": { "dateUtc": "2024-12-04T07:45:53.2699069+00:00", "userName": "sample string 2", "summary": "sample string 2 on 12/4/2024 7:45:53 AM" }, "lastUpdated": { "dateUtc": "2024-12-04T07:45:53.2699069+00:00", "userName": "sample string 2", "summary": "sample string 2 on 12/4/2024 7:45:53 AM" } }
application/xml, text/xml
Sample:
<WorkflowRuleActionDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ProcuraGroup.Models"> <ActionType>SetValue</ActionType> <Created> <DateUtc>2024-12-04T07:45:53.2699069+00:00</DateUtc> <UserName>sample string 2</UserName> </Created> <FieldType>BusinessUnit</FieldType> <LastUpdated> <DateUtc>2024-12-04T07:45:53.2699069+00:00</DateUtc> <UserName>sample string 2</UserName> </LastUpdated> <RecordState>Active</RecordState> <Summary>sample string 3</Summary> <Value xmlns:d2p1="http://schemas.datacontract.org/2004/07/ProcuraGroup.Common" i:nil="true" /> <WorkflowRuleActionID>1</WorkflowRuleActionID> <WorkflowRuleTriggerID>2</WorkflowRuleTriggerID> </WorkflowRuleActionDTO>
application/x-www-form-urlencoded
Sample:
Sample not available.
application/x-compressed-json
Sample:
� ͎A �0E�fk�4V��ܸЅ��X�iS&)"��\x$�`�"��w������\Op���{ش�ܗ�^.@����RYH�#P,=6� w%��\[U�� ���1Ȝ��.� �-�W��愝� O�;���{\D�Py�r:�Y�Y<�\r��i�*�j�{�`�f�G㾂��Y��s F9�5�?��P1$5�
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. |