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": "ad7b40c2-1a9f-410d-90ae-bec6883a65c0",
"WorkflowId": "8640d318-d3a0-4ed1-9c5d-5e39945e42c8",
"CurrentStepId": "358bbe65-69f7-4a61-8f22-ab9f8e8b890e",
"UserId": "eb319bfe-9ca8-41e0-82b4-3e51ee6dfc9c",
"CPDId": "896420c8-b0e5-4529-a888-d9d7ecafb800",
"CPDPeriodId": "98a00457-4724-4d47-8ce6-4f6e89f6b187",
"InvoiceId": "95e87453-9a05-4f4f-9593-4bf2dd81457a",
"CPDReductionId": "09daf2bc-c0e2-4923-b20e-14c4c1a907de",
"ApplicableFrom": "2026-03-04T23:34:28.3379381+00:00",
"ApplicableTo": "2026-03-04T23:34:28.3379381+00:00",
"WaitlistEventId": "0845509b-9ccb-4bb0-b689-03fe873783d5",
"WaitlistTicketTypeId": "138f8b63-ab4d-4e93-ba07-31f52a02ba36",
"CartId": "275a59fc-6536-4187-b6fe-47fe9d35f083",
"ElectionId": "617f952c-b042-466d-877c-0feff11c4806",
"PropertyId": "72475c5f-01a6-4c6b-9767-e3d91fea2beb",
"BookingId": "7563ce28-7e1a-4f96-aee5-176577815e26",
"EntityId": "63ee0d8a-108e-471d-8e5c-ea1d3b563d6a",
"EntityType": "sample string 4",
"UserFullName": "sample string 5",
"WorkflowName": "sample string 6",
"CreatedDate": "2026-03-04T23:34:28.3379381+00:00",
"CreatedDateTick": 8,
"CreatedById": "012d56cf-835d-496f-8d7d-ce8e00df908a",
"LastModifiedDate": "2026-03-04T23:34:28.3379381+00:00",
"LastModifiedById": "827499ee-2810-4136-8f38-d766af7a072b",
"IsArchived": true,
"CommitStepId": "db7ab2d6-30e3-47fd-b332-babdf545d435",
"Archived": "2026-03-04T23:34:28.3379381+00:00",
"ArchivedById": "f3009685-0bea-4d9c-8be7-b107251f7a35",
"AssignedTo": "50cd2d29-acbc-4c14-abca-6451052582b4",
"AssignedDate": "2026-03-04T23:34:28.3379381+00:00",
"PaymentSuccessful": true,
"PaymentGatewayTransactionRef": "sample string 11",
"CrossCheckApplicationTypeSuccesful": true,
"PreviousStepIds": [
"1072ac7d-88b3-428f-9fa8-44ad1e37cc8f",
"fef9d5f4-e68d-46e5-b558-269d0938402e"
],
"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": "09f6f3a5-17d4-4c60-a663-23950da81c3e",
"StepName": "sample string 2",
"SubmittedTime": "2026-03-04T23:34:28.3379381+00:00",
"SubmittedById": "d7bd2904-5d33-4a10-9577-0eb8cf35991e",
"SubmittedBy": "sample string 5"
},
{
"StepId": "09f6f3a5-17d4-4c60-a663-23950da81c3e",
"StepName": "sample string 2",
"SubmittedTime": "2026-03-04T23:34:28.3379381+00:00",
"SubmittedById": "d7bd2904-5d33-4a10-9577-0eb8cf35991e",
"SubmittedBy": "sample string 5"
}
],
"InitHistory": [
{
"StepId": "2ff19a15-976c-472c-9ebd-8383866eabe0",
"StepName": "sample string 2",
"InitTime": "2026-03-04T23:34:28.3379381+00:00",
"InitById": "d17b96ea-5cdf-46a7-a48e-2198b336ff19",
"InitBy": "sample string 5"
},
{
"StepId": "2ff19a15-976c-472c-9ebd-8383866eabe0",
"StepName": "sample string 2",
"InitTime": "2026-03-04T23:34:28.3379381+00:00",
"InitById": "d17b96ea-5cdf-46a7-a48e-2198b336ff19",
"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-03-04T23:34:28.3379381Z</d2p1:DateTime>
<d2p1:OffsetMinutes>0</d2p1:OffsetMinutes>
</ApplicableFrom>
<ApplicableTo xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
<d2p1:DateTime>2026-03-04T23:34:28.3379381Z</d2p1:DateTime>
<d2p1:OffsetMinutes>0</d2p1:OffsetMinutes>
</ApplicableTo>
<Archived>2026-03-04T23:34:28.3379381+00:00</Archived>
<ArchivedById>f3009685-0bea-4d9c-8be7-b107251f7a35</ArchivedById>
<AssignedDate>2026-03-04T23:34:28.3379381+00:00</AssignedDate>
<AssignedTo>50cd2d29-acbc-4c14-abca-6451052582b4</AssignedTo>
<BookingId>7563ce28-7e1a-4f96-aee5-176577815e26</BookingId>
<CPDId>896420c8-b0e5-4529-a888-d9d7ecafb800</CPDId>
<CPDPeriodId>98a00457-4724-4d47-8ce6-4f6e89f6b187</CPDPeriodId>
<CPDReductionId>09daf2bc-c0e2-4923-b20e-14c4c1a907de</CPDReductionId>
<CartId>275a59fc-6536-4187-b6fe-47fe9d35f083</CartId>
<CommitStepId>db7ab2d6-30e3-47fd-b332-babdf545d435</CommitStepId>
<CreatedById>012d56cf-835d-496f-8d7d-ce8e00df908a</CreatedById>
<CreatedDate>2026-03-04T23:34:28.3379381+00:00</CreatedDate>
<CreatedDateTick>8</CreatedDateTick>
<CrossCheckApplicationTypeSuccesful>true</CrossCheckApplicationTypeSuccesful>
<CurrentStepId>358bbe65-69f7-4a61-8f22-ab9f8e8b890e</CurrentStepId>
<ElectionId>617f952c-b042-466d-877c-0feff11c4806</ElectionId>
<EntityId>63ee0d8a-108e-471d-8e5c-ea1d3b563d6a</EntityId>
<EntityType>sample string 4</EntityType>
<Id>ad7b40c2-1a9f-410d-90ae-bec6883a65c0</Id>
<InitHistory>
<FieldValueInitTime>
<InitBy>sample string 5</InitBy>
<InitById>d17b96ea-5cdf-46a7-a48e-2198b336ff19</InitById>
<InitTime>2026-03-04T23:34:28.3379381+00:00</InitTime>
<StepId>2ff19a15-976c-472c-9ebd-8383866eabe0</StepId>
<StepName>sample string 2</StepName>
</FieldValueInitTime>
<FieldValueInitTime>
<InitBy>sample string 5</InitBy>
<InitById>d17b96ea-5cdf-46a7-a48e-2198b336ff19</InitById>
<InitTime>2026-03-04T23:34:28.3379381+00:00</InitTime>
<StepId>2ff19a15-976c-472c-9ebd-8383866eabe0</StepId>
<StepName>sample string 2</StepName>
</FieldValueInitTime>
</InitHistory>
<InvoiceId>95e87453-9a05-4f4f-9593-4bf2dd81457a</InvoiceId>
<IsArchived>true</IsArchived>
<IsFinalised>true</IsFinalised>
<LastModifiedById>827499ee-2810-4136-8f38-d766af7a072b</LastModifiedById>
<LastModifiedDate>2026-03-04T23:34:28.3379381+00:00</LastModifiedDate>
<PaymentGatewayTransactionRef>sample string 11</PaymentGatewayTransactionRef>
<PaymentSuccessful>true</PaymentSuccessful>
<PreviousStepIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>1072ac7d-88b3-428f-9fa8-44ad1e37cc8f</d2p1:guid>
<d2p1:guid>fef9d5f4-e68d-46e5-b558-269d0938402e</d2p1:guid>
</PreviousStepIds>
<PropertyId>72475c5f-01a6-4c6b-9767-e3d91fea2beb</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>09f6f3a5-17d4-4c60-a663-23950da81c3e</StepId>
<StepName>sample string 2</StepName>
<SubmittedBy>sample string 5</SubmittedBy>
<SubmittedById>d7bd2904-5d33-4a10-9577-0eb8cf35991e</SubmittedById>
<SubmittedTime>2026-03-04T23:34:28.3379381+00:00</SubmittedTime>
</WorkflowStepSubmitTime>
<WorkflowStepSubmitTime>
<StepId>09f6f3a5-17d4-4c60-a663-23950da81c3e</StepId>
<StepName>sample string 2</StepName>
<SubmittedBy>sample string 5</SubmittedBy>
<SubmittedById>d7bd2904-5d33-4a10-9577-0eb8cf35991e</SubmittedById>
<SubmittedTime>2026-03-04T23:34:28.3379381+00:00</SubmittedTime>
</WorkflowStepSubmitTime>
</SubmitTimes>
<UserFullName>sample string 5</UserFullName>
<UserId>eb319bfe-9ca8-41e0-82b4-3e51ee6dfc9c</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>0845509b-9ccb-4bb0-b689-03fe873783d5</WaitlistEventId>
<WaitlistTicketTypeId>138f8b63-ab4d-4e93-ba07-31f52a02ba36</WaitlistTicketTypeId>
<WorkflowId>8640d318-d3a0-4ed1-9c5d-5e39945e42c8</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.