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": "8e876d1c-38e6-47d3-ae10-e63cdcacb493", "WorkflowId": "1ea60b93-302e-4dcf-95fe-ad3671fd93b5", "CurrentStepId": "705ae55b-bdc8-4f11-895e-807d8e40100b", "UserId": "ab42cdf5-6918-425b-aaa6-aa721fde2fd7", "CPDId": "c307c5d3-3546-454a-91d7-5f1763ac7d5d", "CPDPeriodId": "9603cfc7-012a-4906-85db-ef988aedfb40", "InvoiceId": "d006dbb2-fce3-4bbf-969c-f96414ccd7b5", "CPDReductionId": "760c2124-c2af-45dd-a4f9-827ff44f5096", "ApplicableFrom": "2025-09-03T15:35:11.0351301+00:00", "ApplicableTo": "2025-09-03T15:35:11.0351301+00:00", "WaitlistEventId": "862bf0cb-4a85-41e5-8018-50566ce523e4", "WaitlistTicketTypeId": "35324073-4272-405a-89a7-418e7d4f3ff6", "CartId": "4b8df6c4-f9e0-428e-b8f4-bb87781e0a0b", "ElectionId": "da83fb68-54b1-44f3-b5e1-da6d185e5236", "PropertyId": "cdac168e-0796-4457-af3c-c0de2ed6e752", "BookingId": "ef0682bd-dc53-4c04-b767-089dd4e0628f", "EntityId": "124ca6d5-b488-452e-ad55-58a88dbc0ce6", "EntityType": "sample string 4", "UserFullName": "sample string 5", "WorkflowName": "sample string 6", "CreatedDate": "2025-09-03T15:35:11.0351301+00:00", "CreatedDateTick": 8, "CreatedById": "ba020342-9dea-4a8f-99f2-1b9af85bf6b8", "LastModifiedDate": "2025-09-03T15:35:11.0351301+00:00", "LastModifiedById": "0cc1f804-56e8-4345-a128-fdc6d8402a71", "IsArchived": true, "CommitStepId": "ce246a27-845c-47ef-a72d-14a7b81003a9", "Archived": "2025-09-03T15:35:11.0351301+00:00", "ArchivedById": "03bb4bd7-e69a-411d-b59d-ee683f3c28d2", "AssignedTo": "e686326b-d267-409f-a565-609b57990430", "AssignedDate": "2025-09-03T15:35:11.0351301+00:00", "PaymentSuccessful": true, "PaymentGatewayTransactionRef": "sample string 11", "CrossCheckApplicationTypeSuccesful": true, "PreviousStepIds": [ "ddf7d33f-26fa-42f9-b162-f76f29321b17", "ef722826-1892-4560-b00a-3a4ca415599f" ], "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": "16ccc746-c795-4033-885a-33b9b1ad41f3", "StepName": "sample string 2", "SubmittedTime": "2025-09-03T15:35:11.0351301+00:00", "SubmittedById": "9881ab7b-eef0-40dd-b69b-31129b7ff2e1", "SubmittedBy": "sample string 5" }, { "StepId": "16ccc746-c795-4033-885a-33b9b1ad41f3", "StepName": "sample string 2", "SubmittedTime": "2025-09-03T15:35:11.0351301+00:00", "SubmittedById": "9881ab7b-eef0-40dd-b69b-31129b7ff2e1", "SubmittedBy": "sample string 5" } ], "InitHistory": [ { "StepId": "a85c6784-5ffa-4401-b2a9-4e6ec4d13dd5", "StepName": "sample string 2", "InitTime": "2025-09-03T15:35:11.0351301+00:00", "InitById": "692a2064-cced-4713-bc90-661375f74244", "InitBy": "sample string 5" }, { "StepId": "a85c6784-5ffa-4401-b2a9-4e6ec4d13dd5", "StepName": "sample string 2", "InitTime": "2025-09-03T15:35:11.0351301+00:00", "InitById": "692a2064-cced-4713-bc90-661375f74244", "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-03T15:35:11.0351301Z</d2p1:DateTime> <d2p1:OffsetMinutes>0</d2p1:OffsetMinutes> </ApplicableFrom> <ApplicableTo xmlns:d2p1="http://schemas.datacontract.org/2004/07/System"> <d2p1:DateTime>2025-09-03T15:35:11.0351301Z</d2p1:DateTime> <d2p1:OffsetMinutes>0</d2p1:OffsetMinutes> </ApplicableTo> <Archived>2025-09-03T15:35:11.0351301+00:00</Archived> <ArchivedById>03bb4bd7-e69a-411d-b59d-ee683f3c28d2</ArchivedById> <AssignedDate>2025-09-03T15:35:11.0351301+00:00</AssignedDate> <AssignedTo>e686326b-d267-409f-a565-609b57990430</AssignedTo> <BookingId>ef0682bd-dc53-4c04-b767-089dd4e0628f</BookingId> <CPDId>c307c5d3-3546-454a-91d7-5f1763ac7d5d</CPDId> <CPDPeriodId>9603cfc7-012a-4906-85db-ef988aedfb40</CPDPeriodId> <CPDReductionId>760c2124-c2af-45dd-a4f9-827ff44f5096</CPDReductionId> <CartId>4b8df6c4-f9e0-428e-b8f4-bb87781e0a0b</CartId> <CommitStepId>ce246a27-845c-47ef-a72d-14a7b81003a9</CommitStepId> <CreatedById>ba020342-9dea-4a8f-99f2-1b9af85bf6b8</CreatedById> <CreatedDate>2025-09-03T15:35:11.0351301+00:00</CreatedDate> <CreatedDateTick>8</CreatedDateTick> <CrossCheckApplicationTypeSuccesful>true</CrossCheckApplicationTypeSuccesful> <CurrentStepId>705ae55b-bdc8-4f11-895e-807d8e40100b</CurrentStepId> <ElectionId>da83fb68-54b1-44f3-b5e1-da6d185e5236</ElectionId> <EntityId>124ca6d5-b488-452e-ad55-58a88dbc0ce6</EntityId> <EntityType>sample string 4</EntityType> <Id>8e876d1c-38e6-47d3-ae10-e63cdcacb493</Id> <InitHistory> <FieldValueInitTime> <InitBy>sample string 5</InitBy> <InitById>692a2064-cced-4713-bc90-661375f74244</InitById> <InitTime>2025-09-03T15:35:11.0351301+00:00</InitTime> <StepId>a85c6784-5ffa-4401-b2a9-4e6ec4d13dd5</StepId> <StepName>sample string 2</StepName> </FieldValueInitTime> <FieldValueInitTime> <InitBy>sample string 5</InitBy> <InitById>692a2064-cced-4713-bc90-661375f74244</InitById> <InitTime>2025-09-03T15:35:11.0351301+00:00</InitTime> <StepId>a85c6784-5ffa-4401-b2a9-4e6ec4d13dd5</StepId> <StepName>sample string 2</StepName> </FieldValueInitTime> </InitHistory> <InvoiceId>d006dbb2-fce3-4bbf-969c-f96414ccd7b5</InvoiceId> <IsArchived>true</IsArchived> <IsFinalised>true</IsFinalised> <LastModifiedById>0cc1f804-56e8-4345-a128-fdc6d8402a71</LastModifiedById> <LastModifiedDate>2025-09-03T15:35:11.0351301+00:00</LastModifiedDate> <PaymentGatewayTransactionRef>sample string 11</PaymentGatewayTransactionRef> <PaymentSuccessful>true</PaymentSuccessful> <PreviousStepIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:guid>ddf7d33f-26fa-42f9-b162-f76f29321b17</d2p1:guid> <d2p1:guid>ef722826-1892-4560-b00a-3a4ca415599f</d2p1:guid> </PreviousStepIds> <PropertyId>cdac168e-0796-4457-af3c-c0de2ed6e752</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>16ccc746-c795-4033-885a-33b9b1ad41f3</StepId> <StepName>sample string 2</StepName> <SubmittedBy>sample string 5</SubmittedBy> <SubmittedById>9881ab7b-eef0-40dd-b69b-31129b7ff2e1</SubmittedById> <SubmittedTime>2025-09-03T15:35:11.0351301+00:00</SubmittedTime> </WorkflowStepSubmitTime> <WorkflowStepSubmitTime> <StepId>16ccc746-c795-4033-885a-33b9b1ad41f3</StepId> <StepName>sample string 2</StepName> <SubmittedBy>sample string 5</SubmittedBy> <SubmittedById>9881ab7b-eef0-40dd-b69b-31129b7ff2e1</SubmittedById> <SubmittedTime>2025-09-03T15:35:11.0351301+00:00</SubmittedTime> </WorkflowStepSubmitTime> </SubmitTimes> <UserFullName>sample string 5</UserFullName> <UserId>ab42cdf5-6918-425b-aaa6-aa721fde2fd7</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>862bf0cb-4a85-41e5-8018-50566ce523e4</WaitlistEventId> <WaitlistTicketTypeId>35324073-4272-405a-89a7-418e7d4f3ff6</WaitlistTicketTypeId> <WorkflowId>1ea60b93-302e-4dcf-95fe-ad3671fd93b5</WorkflowId> <WorkflowName>sample string 6</WorkflowName> </WorkflowFieldValue>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.