POST api/WorkflowFieldValues/InsertOrUpdateFieldValuesOnPrevious
Request Information
URI Parameters
None.
Body Parameters
WorkflowFieldValue| Name | 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": "ed7b7172-716a-48bb-bf1a-b3946056004b",
"WorkflowId": "92a4bca7-d158-43b6-a348-e081af55e201",
"CurrentStepId": "38e0b4e9-4448-4f26-a5bf-1416a55b4393",
"UserId": "bd2168a3-2fde-4cda-a583-a4f95815b706",
"CPDId": "84183691-4eac-4fda-8125-220bfd2c2722",
"CPDPeriodId": "646b5e90-11dc-4de0-875e-c6b398f1ea53",
"InvoiceId": "901e4669-31a4-42b0-907d-d7d771b48c72",
"CPDReductionId": "1cdd3eb3-ef87-4305-9f6f-3ae15b2a4fad",
"ApplicableFrom": "2026-07-08T04:33:51.9339761+10:00",
"ApplicableTo": "2026-07-08T04:33:51.9339761+10:00",
"WaitlistEventId": "d61a828e-faef-4a9f-895a-769086a39753",
"WaitlistTicketTypeId": "698c0bb5-43d0-4aee-92f2-0439db792452",
"CartId": "13d575ca-1c32-43aa-8531-3a0ce2cb3b87",
"ElectionId": "5676b690-7890-41ea-950d-cb54f8edd116",
"PropertyId": "7b570327-9278-4474-9690-12796d873501",
"BookingId": "cd191954-07de-4e60-b74b-4513cd3eda28",
"EntityId": "274c9934-170b-4522-aa7a-75a0a861658c",
"EntityType": "sample string 4",
"UserFullName": "sample string 5",
"WorkflowName": "sample string 6",
"CreatedDate": "2026-07-08T04:33:51.9339761+10:00",
"CreatedDateTick": 8,
"CreatedById": "40f1352a-9d50-4fbe-bca7-9e3e757f4d22",
"LastModifiedDate": "2026-07-08T04:33:51.9339761+10:00",
"LastModifiedById": "fc19823a-13ce-46c8-8d80-f8a83c7eb393",
"IsArchived": true,
"CommitStepId": "594f702f-13cb-422b-b799-b7b2c3e47fab",
"Archived": "2026-07-08T04:33:51.9339761+10:00",
"ArchivedById": "ab3133db-25a8-45d5-98cf-fed317594c70",
"AssignedTo": "53d748e7-abdd-4956-a802-39e363f46e48",
"AssignedDate": "2026-07-08T04:33:51.9339761+10:00",
"PaymentSuccessful": true,
"PaymentGatewayTransactionRef": "sample string 11",
"CrossCheckApplicationTypeSuccesful": true,
"PreviousStepIds": [
"1c047e8e-83a2-4bae-a460-50b97dbc0a20",
"d988ead5-e59f-49b6-ab00-153f04ae7d07"
],
"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": "fff0427f-6cb8-47c2-bd18-1717a03514c2",
"StepName": "sample string 2",
"SubmittedTime": "2026-07-08T04:33:51.9339761+10:00",
"SubmittedById": "30f23794-5276-4e89-86d1-f3f753547e5b",
"SubmittedBy": "sample string 5"
},
{
"StepId": "fff0427f-6cb8-47c2-bd18-1717a03514c2",
"StepName": "sample string 2",
"SubmittedTime": "2026-07-08T04:33:51.9339761+10:00",
"SubmittedById": "30f23794-5276-4e89-86d1-f3f753547e5b",
"SubmittedBy": "sample string 5"
}
],
"InitHistory": [
{
"StepId": "12898865-1b1d-4cbd-ab4d-a9ed309efa13",
"StepName": "sample string 2",
"InitTime": "2026-07-08T04:33:51.9339761+10:00",
"InitById": "3da2be4c-ec4b-461c-9c2a-c3366ec1c7ba",
"InitBy": "sample string 5"
},
{
"StepId": "12898865-1b1d-4cbd-ab4d-a9ed309efa13",
"StepName": "sample string 2",
"InitTime": "2026-07-08T04:33:51.9339761+10:00",
"InitById": "3da2be4c-ec4b-461c-9c2a-c3366ec1c7ba",
"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>2026-07-07T18:33:51.9339761Z</d2p1:DateTime>
<d2p1:OffsetMinutes>600</d2p1:OffsetMinutes>
</ApplicableFrom>
<ApplicableTo xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
<d2p1:DateTime>2026-07-07T18:33:51.9339761Z</d2p1:DateTime>
<d2p1:OffsetMinutes>600</d2p1:OffsetMinutes>
</ApplicableTo>
<Archived>2026-07-08T04:33:51.9339761+10:00</Archived>
<ArchivedById>ab3133db-25a8-45d5-98cf-fed317594c70</ArchivedById>
<AssignedDate>2026-07-08T04:33:51.9339761+10:00</AssignedDate>
<AssignedTo>53d748e7-abdd-4956-a802-39e363f46e48</AssignedTo>
<BookingId>cd191954-07de-4e60-b74b-4513cd3eda28</BookingId>
<CPDId>84183691-4eac-4fda-8125-220bfd2c2722</CPDId>
<CPDPeriodId>646b5e90-11dc-4de0-875e-c6b398f1ea53</CPDPeriodId>
<CPDReductionId>1cdd3eb3-ef87-4305-9f6f-3ae15b2a4fad</CPDReductionId>
<CartId>13d575ca-1c32-43aa-8531-3a0ce2cb3b87</CartId>
<CommitStepId>594f702f-13cb-422b-b799-b7b2c3e47fab</CommitStepId>
<CreatedById>40f1352a-9d50-4fbe-bca7-9e3e757f4d22</CreatedById>
<CreatedDate>2026-07-08T04:33:51.9339761+10:00</CreatedDate>
<CreatedDateTick>8</CreatedDateTick>
<CrossCheckApplicationTypeSuccesful>true</CrossCheckApplicationTypeSuccesful>
<CurrentStepId>38e0b4e9-4448-4f26-a5bf-1416a55b4393</CurrentStepId>
<ElectionId>5676b690-7890-41ea-950d-cb54f8edd116</ElectionId>
<EntityId>274c9934-170b-4522-aa7a-75a0a861658c</EntityId>
<EntityType>sample string 4</EntityType>
<Id>ed7b7172-716a-48bb-bf1a-b3946056004b</Id>
<InitHistory>
<FieldValueInitTime>
<InitBy>sample string 5</InitBy>
<InitById>3da2be4c-ec4b-461c-9c2a-c3366ec1c7ba</InitById>
<InitTime>2026-07-08T04:33:51.9339761+10:00</InitTime>
<StepId>12898865-1b1d-4cbd-ab4d-a9ed309efa13</StepId>
<StepName>sample string 2</StepName>
</FieldValueInitTime>
<FieldValueInitTime>
<InitBy>sample string 5</InitBy>
<InitById>3da2be4c-ec4b-461c-9c2a-c3366ec1c7ba</InitById>
<InitTime>2026-07-08T04:33:51.9339761+10:00</InitTime>
<StepId>12898865-1b1d-4cbd-ab4d-a9ed309efa13</StepId>
<StepName>sample string 2</StepName>
</FieldValueInitTime>
</InitHistory>
<InvoiceId>901e4669-31a4-42b0-907d-d7d771b48c72</InvoiceId>
<IsArchived>true</IsArchived>
<IsFinalised>true</IsFinalised>
<LastModifiedById>fc19823a-13ce-46c8-8d80-f8a83c7eb393</LastModifiedById>
<LastModifiedDate>2026-07-08T04:33:51.9339761+10:00</LastModifiedDate>
<PaymentGatewayTransactionRef>sample string 11</PaymentGatewayTransactionRef>
<PaymentSuccessful>true</PaymentSuccessful>
<PreviousStepIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>1c047e8e-83a2-4bae-a460-50b97dbc0a20</d2p1:guid>
<d2p1:guid>d988ead5-e59f-49b6-ab00-153f04ae7d07</d2p1:guid>
</PreviousStepIds>
<PropertyId>7b570327-9278-4474-9690-12796d873501</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>fff0427f-6cb8-47c2-bd18-1717a03514c2</StepId>
<StepName>sample string 2</StepName>
<SubmittedBy>sample string 5</SubmittedBy>
<SubmittedById>30f23794-5276-4e89-86d1-f3f753547e5b</SubmittedById>
<SubmittedTime>2026-07-08T04:33:51.9339761+10:00</SubmittedTime>
</WorkflowStepSubmitTime>
<WorkflowStepSubmitTime>
<StepId>fff0427f-6cb8-47c2-bd18-1717a03514c2</StepId>
<StepName>sample string 2</StepName>
<SubmittedBy>sample string 5</SubmittedBy>
<SubmittedById>30f23794-5276-4e89-86d1-f3f753547e5b</SubmittedById>
<SubmittedTime>2026-07-08T04:33:51.9339761+10:00</SubmittedTime>
</WorkflowStepSubmitTime>
</SubmitTimes>
<UserFullName>sample string 5</UserFullName>
<UserId>bd2168a3-2fde-4cda-a583-a4f95815b706</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>d61a828e-faef-4a9f-895a-769086a39753</WaitlistEventId>
<WaitlistTicketTypeId>698c0bb5-43d0-4aee-92f2-0439db792452</WaitlistTicketTypeId>
<WorkflowId>92a4bca7-d158-43b6-a348-e081af55e201</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.