POST api/WorkflowFieldValues/BulkArchive
Request Information
URI Parameters
None.
Body Parameters
BulkArchiveModelName | Description | Type | Additional information |
---|---|---|---|
Filter | WorkflowFieldFilter |
None. |
|
Archive | boolean |
None. |
|
ArchiveById | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "Filter": { "IsFinalised": true, "IsTriggered": true, "PassedPaymentGateway": true, "NotSubmittedPaymentGateway": true, "EntityWorkflowIds": [ "fdf18d43-dc8b-4d7f-9bfe-596034e41066", "56ec581f-1755-42f3-805a-735a41107f87" ], "WorkflowInstanceOwner": "sample string 5", "WorkflowInstanceOwnerId": "sample string 6", "AssignedToUserId": "sample string 7", "PageNumber": 8, "PageSize": 9, "StartDate": "2025-04-04T11:30:16.1310008+11:00", "EndDate": "2025-04-04T11:30:16.1310008+11:00", "EntityId": "sample string 12", "IsArchived": true }, "Archive": true, "ArchiveById": "sample string 2" }
application/xml, text/xml
Sample:
<BulkArchiveModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WorkflowAPI.Models"> <Archive>true</Archive> <ArchiveById>sample string 2</ArchiveById> <Filter> <AssignedToUserId>sample string 7</AssignedToUserId> <EndDate xmlns:d3p1="http://schemas.datacontract.org/2004/07/System"> <d3p1:DateTime>2025-04-04T00:30:16.1310008Z</d3p1:DateTime> <d3p1:OffsetMinutes>660</d3p1:OffsetMinutes> </EndDate> <EntityId>sample string 12</EntityId> <EntityWorkflowIds xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d3p1:guid>fdf18d43-dc8b-4d7f-9bfe-596034e41066</d3p1:guid> <d3p1:guid>56ec581f-1755-42f3-805a-735a41107f87</d3p1:guid> </EntityWorkflowIds> <IsArchived>true</IsArchived> <IsFinalised>true</IsFinalised> <IsTriggered>true</IsTriggered> <NotSubmittedPaymentGateway>true</NotSubmittedPaymentGateway> <PageNumber>8</PageNumber> <PageSize>9</PageSize> <PassedPaymentGateway>true</PassedPaymentGateway> <StartDate xmlns:d3p1="http://schemas.datacontract.org/2004/07/System"> <d3p1:DateTime>2025-04-04T00:30:16.1310008Z</d3p1:DateTime> <d3p1:OffsetMinutes>660</d3p1:OffsetMinutes> </StartDate> <WorkflowInstanceOwner>sample string 5</WorkflowInstanceOwner> <WorkflowInstanceOwnerId>sample string 6</WorkflowInstanceOwnerId> </Filter> </BulkArchiveModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.