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": "bff67128-8222-4ba8-b05a-362335763516",
"WorkflowId": "ca85f128-aab8-4be2-9609-2a23a58ed924",
"CurrentStepId": "860420f3-1629-4ad7-858b-2a829c45e14f",
"UserId": "0c810759-5e44-4b01-b8ef-6f282f2ae5da",
"CPDId": "e0caa347-70dd-4e47-a223-2cb374a3b177",
"CPDPeriodId": "f3ea817d-65e0-4567-b912-2188e1ff36a7",
"InvoiceId": "251414f8-3c80-4f60-bce3-42b08dbbc0f3",
"CPDReductionId": "1ca4bfcc-9f11-4fcb-879f-fe4868b9641c",
"ApplicableFrom": "2026-07-27T07:24:54.6585335+10:00",
"ApplicableTo": "2026-07-27T07:24:54.6585335+10:00",
"WaitlistEventId": "2c401f68-83dc-477e-a7fe-ed02dd9a0b4a",
"WaitlistTicketTypeId": "5933caa0-3490-4643-8071-c77c285d3282",
"CartId": "f547745c-6099-4906-b9d5-0793c15fd844",
"ElectionId": "21928956-d5e5-4041-9491-856cd2decbc9",
"PropertyId": "330c95c3-7f0d-49da-b382-a7e70584dcf3",
"BookingId": "f04115c6-c9f5-4cc6-aa81-abc1516d7ee0",
"EntityId": "06baefdb-6822-4ad7-82dc-88e79a786bf9",
"EntityType": "sample string 4",
"UserFullName": "sample string 5",
"WorkflowName": "sample string 6",
"CreatedDate": "2026-07-27T07:24:54.659533+10:00",
"CreatedDateTick": 8,
"CreatedById": "755c8094-3fd4-49ee-8999-6a3c51700158",
"LastModifiedDate": "2026-07-27T07:24:54.659533+10:00",
"LastModifiedById": "9fda3a39-d7f2-4876-9b1d-6e29ff62bb31",
"IsArchived": true,
"CommitStepId": "e363ed83-6a2a-4771-bc1e-ac9529c4a892",
"Archived": "2026-07-27T07:24:54.659533+10:00",
"ArchivedById": "1a93bcbb-64ba-4d4d-9dce-a889cd95b02b",
"AssignedTo": "8a8d28b7-c4c6-4394-a611-c99d12f5a458",
"AssignedDate": "2026-07-27T07:24:54.659533+10:00",
"PaymentSuccessful": true,
"PaymentGatewayTransactionRef": "sample string 11",
"CrossCheckApplicationTypeSuccesful": true,
"PreviousStepIds": [
"ce59d2c8-60f2-4acc-a18c-d192b07b032b",
"d3756a39-6926-453a-ac86-ae7be5e399af"
],
"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": "2e58f8a5-904d-4d18-8c04-c83bd6f63653",
"StepName": "sample string 2",
"SubmittedTime": "2026-07-27T07:24:54.6615339+10:00",
"SubmittedById": "557efd87-f4fa-41b0-b1c2-3572db1d32ee",
"SubmittedBy": "sample string 5"
},
{
"StepId": "2e58f8a5-904d-4d18-8c04-c83bd6f63653",
"StepName": "sample string 2",
"SubmittedTime": "2026-07-27T07:24:54.6615339+10:00",
"SubmittedById": "557efd87-f4fa-41b0-b1c2-3572db1d32ee",
"SubmittedBy": "sample string 5"
}
],
"InitHistory": [
{
"StepId": "515fa0b9-9bc0-4a7f-9a39-1ad2946e90c0",
"StepName": "sample string 2",
"InitTime": "2026-07-27T07:24:54.6625331+10:00",
"InitById": "5fd3f506-3b35-446e-8139-d951a965237b",
"InitBy": "sample string 5"
},
{
"StepId": "515fa0b9-9bc0-4a7f-9a39-1ad2946e90c0",
"StepName": "sample string 2",
"InitTime": "2026-07-27T07:24:54.6625331+10:00",
"InitById": "5fd3f506-3b35-446e-8139-d951a965237b",
"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-26T21:24:54.6585335Z</d2p1:DateTime>
<d2p1:OffsetMinutes>600</d2p1:OffsetMinutes>
</ApplicableFrom>
<ApplicableTo xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
<d2p1:DateTime>2026-07-26T21:24:54.6585335Z</d2p1:DateTime>
<d2p1:OffsetMinutes>600</d2p1:OffsetMinutes>
</ApplicableTo>
<Archived>2026-07-27T07:24:54.659533+10:00</Archived>
<ArchivedById>1a93bcbb-64ba-4d4d-9dce-a889cd95b02b</ArchivedById>
<AssignedDate>2026-07-27T07:24:54.659533+10:00</AssignedDate>
<AssignedTo>8a8d28b7-c4c6-4394-a611-c99d12f5a458</AssignedTo>
<BookingId>f04115c6-c9f5-4cc6-aa81-abc1516d7ee0</BookingId>
<CPDId>e0caa347-70dd-4e47-a223-2cb374a3b177</CPDId>
<CPDPeriodId>f3ea817d-65e0-4567-b912-2188e1ff36a7</CPDPeriodId>
<CPDReductionId>1ca4bfcc-9f11-4fcb-879f-fe4868b9641c</CPDReductionId>
<CartId>f547745c-6099-4906-b9d5-0793c15fd844</CartId>
<CommitStepId>e363ed83-6a2a-4771-bc1e-ac9529c4a892</CommitStepId>
<CreatedById>755c8094-3fd4-49ee-8999-6a3c51700158</CreatedById>
<CreatedDate>2026-07-27T07:24:54.659533+10:00</CreatedDate>
<CreatedDateTick>8</CreatedDateTick>
<CrossCheckApplicationTypeSuccesful>true</CrossCheckApplicationTypeSuccesful>
<CurrentStepId>860420f3-1629-4ad7-858b-2a829c45e14f</CurrentStepId>
<ElectionId>21928956-d5e5-4041-9491-856cd2decbc9</ElectionId>
<EntityId>06baefdb-6822-4ad7-82dc-88e79a786bf9</EntityId>
<EntityType>sample string 4</EntityType>
<Id>bff67128-8222-4ba8-b05a-362335763516</Id>
<InitHistory>
<FieldValueInitTime>
<InitBy>sample string 5</InitBy>
<InitById>5fd3f506-3b35-446e-8139-d951a965237b</InitById>
<InitTime>2026-07-27T07:24:54.6625331+10:00</InitTime>
<StepId>515fa0b9-9bc0-4a7f-9a39-1ad2946e90c0</StepId>
<StepName>sample string 2</StepName>
</FieldValueInitTime>
<FieldValueInitTime>
<InitBy>sample string 5</InitBy>
<InitById>5fd3f506-3b35-446e-8139-d951a965237b</InitById>
<InitTime>2026-07-27T07:24:54.6625331+10:00</InitTime>
<StepId>515fa0b9-9bc0-4a7f-9a39-1ad2946e90c0</StepId>
<StepName>sample string 2</StepName>
</FieldValueInitTime>
</InitHistory>
<InvoiceId>251414f8-3c80-4f60-bce3-42b08dbbc0f3</InvoiceId>
<IsArchived>true</IsArchived>
<IsFinalised>true</IsFinalised>
<LastModifiedById>9fda3a39-d7f2-4876-9b1d-6e29ff62bb31</LastModifiedById>
<LastModifiedDate>2026-07-27T07:24:54.659533+10:00</LastModifiedDate>
<PaymentGatewayTransactionRef>sample string 11</PaymentGatewayTransactionRef>
<PaymentSuccessful>true</PaymentSuccessful>
<PreviousStepIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>ce59d2c8-60f2-4acc-a18c-d192b07b032b</d2p1:guid>
<d2p1:guid>d3756a39-6926-453a-ac86-ae7be5e399af</d2p1:guid>
</PreviousStepIds>
<PropertyId>330c95c3-7f0d-49da-b382-a7e70584dcf3</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>2e58f8a5-904d-4d18-8c04-c83bd6f63653</StepId>
<StepName>sample string 2</StepName>
<SubmittedBy>sample string 5</SubmittedBy>
<SubmittedById>557efd87-f4fa-41b0-b1c2-3572db1d32ee</SubmittedById>
<SubmittedTime>2026-07-27T07:24:54.6615339+10:00</SubmittedTime>
</WorkflowStepSubmitTime>
<WorkflowStepSubmitTime>
<StepId>2e58f8a5-904d-4d18-8c04-c83bd6f63653</StepId>
<StepName>sample string 2</StepName>
<SubmittedBy>sample string 5</SubmittedBy>
<SubmittedById>557efd87-f4fa-41b0-b1c2-3572db1d32ee</SubmittedById>
<SubmittedTime>2026-07-27T07:24:54.6615339+10:00</SubmittedTime>
</WorkflowStepSubmitTime>
</SubmitTimes>
<UserFullName>sample string 5</UserFullName>
<UserId>0c810759-5e44-4b01-b8ef-6f282f2ae5da</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>2c401f68-83dc-477e-a7fe-ed02dd9a0b4a</WaitlistEventId>
<WaitlistTicketTypeId>5933caa0-3490-4643-8071-c77c285d3282</WaitlistTicketTypeId>
<WorkflowId>ca85f128-aab8-4be2-9609-2a23a58ed924</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.