POST api/WorkflowFieldValues/InsertOrUpdateFieldValuesOnPrevious
Request Information
URI Parameters
None.
Body Parameters
WorkflowFieldValueName | Description | Type | Additional information |
---|---|---|---|
Id | globally unique identifier |
None. |
|
WorkflowId | globally unique identifier |
None. |
|
CurrentStepId | globally unique identifier |
None. |
|
UserId | globally unique identifier |
None. |
|
CPDId | globally unique identifier |
None. |
|
CPDPeriodId | globally unique identifier |
None. |
|
InvoiceId | globally unique identifier |
None. |
|
CPDReductionId | globally unique identifier |
None. |
|
ApplicableFrom | date |
None. |
|
ApplicableTo | date |
None. |
|
WaitlistEventId | globally unique identifier |
None. |
|
WaitlistTicketTypeId | globally unique identifier |
None. |
|
CartId | globally unique identifier |
None. |
|
ElectionId | globally unique identifier |
None. |
|
PropertyId | globally unique identifier |
None. |
|
BookingId | globally unique identifier |
None. |
|
EntityId | globally unique identifier |
None. |
|
EntityType | string |
None. |
|
UserFullName | string |
None. |
|
WorkflowName | string |
None. |
|
CreatedDate | date |
None. |
|
CreatedDateTick | integer |
None. |
|
CreatedById | globally unique identifier |
None. |
|
LastModifiedDate | date |
None. |
|
LastModifiedById | globally unique identifier |
None. |
|
IsArchived | boolean |
None. |
|
CommitStepId | globally unique identifier |
None. |
|
Archived | date |
None. |
|
ArchivedById | globally unique identifier |
None. |
|
AssignedTo | globally unique identifier |
None. |
|
AssignedDate | date |
None. |
|
PaymentSuccessful | boolean |
None. |
|
PaymentGatewayTransactionRef | string |
None. |
|
CrossCheckApplicationTypeSuccesful | boolean |
None. |
|
PreviousStepIds | Collection of globally unique identifier |
None. |
|
Values | Collection of WorkflowValue |
None. |
|
SubmitTimes | Collection of WorkflowStepSubmitTime |
None. |
|
InitHistory | Collection of FieldValueInitTime |
None. |
|
Response | BaseResponseModel |
None. |
|
IsFinalised | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{ "Id": "538960a5-8c77-4506-b9e7-fa9ef269dfeb", "WorkflowId": "1d210ab4-72ae-40d2-a1d5-18d0f6c94b0a", "CurrentStepId": "87d1bfb6-2959-4300-83a2-38e958609a5b", "UserId": "ca32d12f-f987-4388-800d-e92e739a9f20", "CPDId": "81cf3a29-bf29-42a4-a1b3-f7dc3d1fb4fe", "CPDPeriodId": "a4369b73-0c39-4dae-ba27-d5b2fbb7d662", "InvoiceId": "1490c439-0c96-4e97-80fd-436bddffa776", "CPDReductionId": "662c0ea1-08d5-42e7-b6ad-c3b5bdae77d4", "ApplicableFrom": "2025-09-19T07:19:57.7753334+10:00", "ApplicableTo": "2025-09-19T07:19:57.7753334+10:00", "WaitlistEventId": "e6d8baac-1d5a-4dc2-9225-94a028c69a48", "WaitlistTicketTypeId": "615d4f7f-0d21-4233-a8df-6043b237da17", "CartId": "663111f2-0bf6-4ae5-8ab9-5e982e5dfa0b", "ElectionId": "053daf1f-61da-4fdd-aaa9-349761798d5d", "PropertyId": "8aa720e7-a165-42b5-8e5c-425039cf931a", "BookingId": "9975522f-8c1b-4bf9-ac87-42bade1f5f2c", "EntityId": "b071f68b-2c3b-4cf5-b6eb-b9941708e3d1", "EntityType": "sample string 4", "UserFullName": "sample string 5", "WorkflowName": "sample string 6", "CreatedDate": "2025-09-19T07:19:57.7753334+10:00", "CreatedDateTick": 8, "CreatedById": "1bb1ca7b-769d-4948-96f9-4d65376b2d5c", "LastModifiedDate": "2025-09-19T07:19:57.7753334+10:00", "LastModifiedById": "8b3efaf8-ceaa-49f9-8949-0c8965ed375e", "IsArchived": true, "CommitStepId": "14a85c32-df0d-4465-99b4-4b3cb44f60f4", "Archived": "2025-09-19T07:19:57.7753334+10:00", "ArchivedById": "0c99b479-76d3-4e55-a869-762a3e987123", "AssignedTo": "befcbbcf-9866-404c-918f-6760e7860bef", "AssignedDate": "2025-09-19T07:19:57.7753334+10:00", "PaymentSuccessful": true, "PaymentGatewayTransactionRef": "sample string 11", "CrossCheckApplicationTypeSuccesful": true, "PreviousStepIds": [ "1ad6ced8-d15e-4a01-9ac7-f7bb9b568125", "9c89e561-55fa-4a58-be0a-5e2a2e60e885" ], "Values": [ { "Name": "sample string 1", "Value": "sample string 2", "FileValues": {}, "Mapping": "sample string 4", "FieldType": "sample string 5", "Text": "sample string 6", "AdditionalRef": [ { "Key": "sample string 1", "Value": "sample string 2" }, { "Key": "sample string 1", "Value": "sample string 2" } ] }, { "Name": "sample string 1", "Value": "sample string 2", "FileValues": {}, "Mapping": "sample string 4", "FieldType": "sample string 5", "Text": "sample string 6", "AdditionalRef": [ { "Key": "sample string 1", "Value": "sample string 2" }, { "Key": "sample string 1", "Value": "sample string 2" } ] } ], "SubmitTimes": [ { "StepId": "851b9577-92a1-421b-8c87-1eb5dcc103e0", "StepName": "sample string 2", "SubmittedTime": "2025-09-19T07:19:57.7753334+10:00", "SubmittedById": "460e0974-031c-4f8b-9301-cfa8feeec8a8", "SubmittedBy": "sample string 5" }, { "StepId": "851b9577-92a1-421b-8c87-1eb5dcc103e0", "StepName": "sample string 2", "SubmittedTime": "2025-09-19T07:19:57.7753334+10:00", "SubmittedById": "460e0974-031c-4f8b-9301-cfa8feeec8a8", "SubmittedBy": "sample string 5" } ], "InitHistory": [ { "StepId": "707dfbc5-9d0b-40e5-adb0-54a1290745ca", "StepName": "sample string 2", "InitTime": "2025-09-19T07:19:57.7753334+10:00", "InitById": "cd9042e2-29e8-4057-8c5f-0b2bbdb964a9", "InitBy": "sample string 5" }, { "StepId": "707dfbc5-9d0b-40e5-adb0-54a1290745ca", "StepName": "sample string 2", "InitTime": "2025-09-19T07:19:57.7753334+10:00", "InitById": "cd9042e2-29e8-4057-8c5f-0b2bbdb964a9", "InitBy": "sample string 5" } ], "Response": { "Result": { "Success": true, "Message": "sample string 2", "Errors": [ { "Message": "sample string 1" }, { "Message": "sample string 1" } ] } }, "IsFinalised": true }
application/xml, text/xml
Sample:
<WorkflowFieldValue xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WorkflowAPI.Models"> <ApplicableFrom xmlns:d2p1="http://schemas.datacontract.org/2004/07/System"> <d2p1:DateTime>2025-09-18T21:19:57.7753334Z</d2p1:DateTime> <d2p1:OffsetMinutes>600</d2p1:OffsetMinutes> </ApplicableFrom> <ApplicableTo xmlns:d2p1="http://schemas.datacontract.org/2004/07/System"> <d2p1:DateTime>2025-09-18T21:19:57.7753334Z</d2p1:DateTime> <d2p1:OffsetMinutes>600</d2p1:OffsetMinutes> </ApplicableTo> <Archived>2025-09-19T07:19:57.7753334+10:00</Archived> <ArchivedById>0c99b479-76d3-4e55-a869-762a3e987123</ArchivedById> <AssignedDate>2025-09-19T07:19:57.7753334+10:00</AssignedDate> <AssignedTo>befcbbcf-9866-404c-918f-6760e7860bef</AssignedTo> <BookingId>9975522f-8c1b-4bf9-ac87-42bade1f5f2c</BookingId> <CPDId>81cf3a29-bf29-42a4-a1b3-f7dc3d1fb4fe</CPDId> <CPDPeriodId>a4369b73-0c39-4dae-ba27-d5b2fbb7d662</CPDPeriodId> <CPDReductionId>662c0ea1-08d5-42e7-b6ad-c3b5bdae77d4</CPDReductionId> <CartId>663111f2-0bf6-4ae5-8ab9-5e982e5dfa0b</CartId> <CommitStepId>14a85c32-df0d-4465-99b4-4b3cb44f60f4</CommitStepId> <CreatedById>1bb1ca7b-769d-4948-96f9-4d65376b2d5c</CreatedById> <CreatedDate>2025-09-19T07:19:57.7753334+10:00</CreatedDate> <CreatedDateTick>8</CreatedDateTick> <CrossCheckApplicationTypeSuccesful>true</CrossCheckApplicationTypeSuccesful> <CurrentStepId>87d1bfb6-2959-4300-83a2-38e958609a5b</CurrentStepId> <ElectionId>053daf1f-61da-4fdd-aaa9-349761798d5d</ElectionId> <EntityId>b071f68b-2c3b-4cf5-b6eb-b9941708e3d1</EntityId> <EntityType>sample string 4</EntityType> <Id>538960a5-8c77-4506-b9e7-fa9ef269dfeb</Id> <InitHistory> <FieldValueInitTime> <InitBy>sample string 5</InitBy> <InitById>cd9042e2-29e8-4057-8c5f-0b2bbdb964a9</InitById> <InitTime>2025-09-19T07:19:57.7753334+10:00</InitTime> <StepId>707dfbc5-9d0b-40e5-adb0-54a1290745ca</StepId> <StepName>sample string 2</StepName> </FieldValueInitTime> <FieldValueInitTime> <InitBy>sample string 5</InitBy> <InitById>cd9042e2-29e8-4057-8c5f-0b2bbdb964a9</InitById> <InitTime>2025-09-19T07:19:57.7753334+10:00</InitTime> <StepId>707dfbc5-9d0b-40e5-adb0-54a1290745ca</StepId> <StepName>sample string 2</StepName> </FieldValueInitTime> </InitHistory> <InvoiceId>1490c439-0c96-4e97-80fd-436bddffa776</InvoiceId> <IsArchived>true</IsArchived> <IsFinalised>true</IsFinalised> <LastModifiedById>8b3efaf8-ceaa-49f9-8949-0c8965ed375e</LastModifiedById> <LastModifiedDate>2025-09-19T07:19:57.7753334+10:00</LastModifiedDate> <PaymentGatewayTransactionRef>sample string 11</PaymentGatewayTransactionRef> <PaymentSuccessful>true</PaymentSuccessful> <PreviousStepIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:guid>1ad6ced8-d15e-4a01-9ac7-f7bb9b568125</d2p1:guid> <d2p1:guid>9c89e561-55fa-4a58-be0a-5e2a2e60e885</d2p1:guid> </PreviousStepIds> <PropertyId>8aa720e7-a165-42b5-8e5c-425039cf931a</PropertyId> <Response xmlns:d2p1="http://schemas.datacontract.org/2004/07/WorkflowAPI.Models.Common"> <d2p1:Result> <d2p1:Errors> <d2p1:ErrorMessage> <d2p1:Message>sample string 1</d2p1:Message> </d2p1:ErrorMessage> <d2p1:ErrorMessage> <d2p1:Message>sample string 1</d2p1:Message> </d2p1:ErrorMessage> </d2p1:Errors> <d2p1:Message>sample string 2</d2p1:Message> <d2p1:Success>true</d2p1:Success> </d2p1:Result> </Response> <SubmitTimes> <WorkflowStepSubmitTime> <StepId>851b9577-92a1-421b-8c87-1eb5dcc103e0</StepId> <StepName>sample string 2</StepName> <SubmittedBy>sample string 5</SubmittedBy> <SubmittedById>460e0974-031c-4f8b-9301-cfa8feeec8a8</SubmittedById> <SubmittedTime>2025-09-19T07:19:57.7753334+10:00</SubmittedTime> </WorkflowStepSubmitTime> <WorkflowStepSubmitTime> <StepId>851b9577-92a1-421b-8c87-1eb5dcc103e0</StepId> <StepName>sample string 2</StepName> <SubmittedBy>sample string 5</SubmittedBy> <SubmittedById>460e0974-031c-4f8b-9301-cfa8feeec8a8</SubmittedById> <SubmittedTime>2025-09-19T07:19:57.7753334+10:00</SubmittedTime> </WorkflowStepSubmitTime> </SubmitTimes> <UserFullName>sample string 5</UserFullName> <UserId>ca32d12f-f987-4388-800d-e92e739a9f20</UserId> <Values> <WorkflowValue> <AdditionalRef> <WorkflowAdditionalRef> <Key>sample string 1</Key> <Value>sample string 2</Value> </WorkflowAdditionalRef> <WorkflowAdditionalRef> <Key>sample string 1</Key> <Value>sample string 2</Value> </WorkflowAdditionalRef> </AdditionalRef> <FieldType>sample string 5</FieldType> <FileValues /> <Mapping>sample string 4</Mapping> <Name>sample string 1</Name> <Text>sample string 6</Text> <Value>sample string 2</Value> </WorkflowValue> <WorkflowValue> <AdditionalRef> <WorkflowAdditionalRef> <Key>sample string 1</Key> <Value>sample string 2</Value> </WorkflowAdditionalRef> <WorkflowAdditionalRef> <Key>sample string 1</Key> <Value>sample string 2</Value> </WorkflowAdditionalRef> </AdditionalRef> <FieldType>sample string 5</FieldType> <FileValues /> <Mapping>sample string 4</Mapping> <Name>sample string 1</Name> <Text>sample string 6</Text> <Value>sample string 2</Value> </WorkflowValue> </Values> <WaitlistEventId>e6d8baac-1d5a-4dc2-9225-94a028c69a48</WaitlistEventId> <WaitlistTicketTypeId>615d4f7f-0d21-4233-a8df-6043b237da17</WaitlistTicketTypeId> <WorkflowId>1d210ab4-72ae-40d2-a1d5-18d0f6c94b0a</WorkflowId> <WorkflowName>sample string 6</WorkflowName> </WorkflowFieldValue>
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.