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": "8dcc9bac-ad57-4c25-8029-a61448bc25b7",
"WorkflowId": "3c8483f9-6591-46c8-9772-c5e894608267",
"CurrentStepId": "9b208680-a161-4610-b7c4-9a90f36c017c",
"UserId": "930decea-d004-4201-9082-3ecfc69c52c9",
"CPDId": "7b650137-4049-4186-a4cd-659f8bf2acfb",
"CPDPeriodId": "ba38603b-0b4a-42d1-8ef1-2ac692598b07",
"InvoiceId": "bd81538a-3940-4392-86c0-92efddc08992",
"CPDReductionId": "3af8a025-2b86-47a6-8394-ac0d0698ff35",
"ApplicableFrom": "2026-01-24T15:35:06.2535059+11:00",
"ApplicableTo": "2026-01-24T15:35:06.2535059+11:00",
"WaitlistEventId": "6f3c47f2-f25a-4d29-bc24-0fe0a6ee1f40",
"WaitlistTicketTypeId": "0da8dc60-27f3-4373-b212-41f8d2553dfc",
"CartId": "07f82968-62a4-45f8-a137-330e0d758f70",
"ElectionId": "6e93e321-249d-4ad5-a52f-4084f1b51c73",
"PropertyId": "1b24e8b0-1f30-446e-86ec-a8520ad78928",
"BookingId": "4d6a7c20-f5fd-4faa-8089-aae9d76586ea",
"EntityId": "4109f38f-df83-4876-b0af-31b756e9ce2e",
"EntityType": "sample string 4",
"UserFullName": "sample string 5",
"WorkflowName": "sample string 6",
"CreatedDate": "2026-01-24T15:35:06.2535059+11:00",
"CreatedDateTick": 8,
"CreatedById": "188daee8-725e-48ee-9ca9-4743caee073c",
"LastModifiedDate": "2026-01-24T15:35:06.2544992+11:00",
"LastModifiedById": "dea59457-d3b3-43cc-8e00-45baac73c074",
"IsArchived": true,
"CommitStepId": "08831c95-6542-4a6a-a62e-98dc7dfba84f",
"Archived": "2026-01-24T15:35:06.2544992+11:00",
"ArchivedById": "ece3cfd5-93b7-439c-a041-7dc7bce87890",
"AssignedTo": "1fceca37-8dbb-4670-a354-b8d845096a49",
"AssignedDate": "2026-01-24T15:35:06.2544992+11:00",
"PaymentSuccessful": true,
"PaymentGatewayTransactionRef": "sample string 11",
"CrossCheckApplicationTypeSuccesful": true,
"PreviousStepIds": [
"1ffde4f0-f856-437b-90cd-0cf850e2254c",
"655845cd-4f28-452c-aef2-283285048e1c"
],
"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": "49c0766c-8363-4463-9615-f22e2cc64430",
"StepName": "sample string 2",
"SubmittedTime": "2026-01-24T15:35:06.2554991+11:00",
"SubmittedById": "fb68e99f-02a0-4ef7-a4fc-6dae39d4d7cb",
"SubmittedBy": "sample string 5"
},
{
"StepId": "49c0766c-8363-4463-9615-f22e2cc64430",
"StepName": "sample string 2",
"SubmittedTime": "2026-01-24T15:35:06.2554991+11:00",
"SubmittedById": "fb68e99f-02a0-4ef7-a4fc-6dae39d4d7cb",
"SubmittedBy": "sample string 5"
}
],
"InitHistory": [
{
"StepId": "9af21a2f-48a3-46f9-839b-59923deb9038",
"StepName": "sample string 2",
"InitTime": "2026-01-24T15:35:06.2554991+11:00",
"InitById": "680c083b-6cf5-4bdf-b6ce-4e050e9647a1",
"InitBy": "sample string 5"
},
{
"StepId": "9af21a2f-48a3-46f9-839b-59923deb9038",
"StepName": "sample string 2",
"InitTime": "2026-01-24T15:35:06.2554991+11:00",
"InitById": "680c083b-6cf5-4bdf-b6ce-4e050e9647a1",
"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-01-24T04:35:06.2535059Z</d2p1:DateTime>
<d2p1:OffsetMinutes>660</d2p1:OffsetMinutes>
</ApplicableFrom>
<ApplicableTo xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
<d2p1:DateTime>2026-01-24T04:35:06.2535059Z</d2p1:DateTime>
<d2p1:OffsetMinutes>660</d2p1:OffsetMinutes>
</ApplicableTo>
<Archived>2026-01-24T15:35:06.2544992+11:00</Archived>
<ArchivedById>ece3cfd5-93b7-439c-a041-7dc7bce87890</ArchivedById>
<AssignedDate>2026-01-24T15:35:06.2544992+11:00</AssignedDate>
<AssignedTo>1fceca37-8dbb-4670-a354-b8d845096a49</AssignedTo>
<BookingId>4d6a7c20-f5fd-4faa-8089-aae9d76586ea</BookingId>
<CPDId>7b650137-4049-4186-a4cd-659f8bf2acfb</CPDId>
<CPDPeriodId>ba38603b-0b4a-42d1-8ef1-2ac692598b07</CPDPeriodId>
<CPDReductionId>3af8a025-2b86-47a6-8394-ac0d0698ff35</CPDReductionId>
<CartId>07f82968-62a4-45f8-a137-330e0d758f70</CartId>
<CommitStepId>08831c95-6542-4a6a-a62e-98dc7dfba84f</CommitStepId>
<CreatedById>188daee8-725e-48ee-9ca9-4743caee073c</CreatedById>
<CreatedDate>2026-01-24T15:35:06.2535059+11:00</CreatedDate>
<CreatedDateTick>8</CreatedDateTick>
<CrossCheckApplicationTypeSuccesful>true</CrossCheckApplicationTypeSuccesful>
<CurrentStepId>9b208680-a161-4610-b7c4-9a90f36c017c</CurrentStepId>
<ElectionId>6e93e321-249d-4ad5-a52f-4084f1b51c73</ElectionId>
<EntityId>4109f38f-df83-4876-b0af-31b756e9ce2e</EntityId>
<EntityType>sample string 4</EntityType>
<Id>8dcc9bac-ad57-4c25-8029-a61448bc25b7</Id>
<InitHistory>
<FieldValueInitTime>
<InitBy>sample string 5</InitBy>
<InitById>680c083b-6cf5-4bdf-b6ce-4e050e9647a1</InitById>
<InitTime>2026-01-24T15:35:06.2554991+11:00</InitTime>
<StepId>9af21a2f-48a3-46f9-839b-59923deb9038</StepId>
<StepName>sample string 2</StepName>
</FieldValueInitTime>
<FieldValueInitTime>
<InitBy>sample string 5</InitBy>
<InitById>680c083b-6cf5-4bdf-b6ce-4e050e9647a1</InitById>
<InitTime>2026-01-24T15:35:06.2554991+11:00</InitTime>
<StepId>9af21a2f-48a3-46f9-839b-59923deb9038</StepId>
<StepName>sample string 2</StepName>
</FieldValueInitTime>
</InitHistory>
<InvoiceId>bd81538a-3940-4392-86c0-92efddc08992</InvoiceId>
<IsArchived>true</IsArchived>
<IsFinalised>true</IsFinalised>
<LastModifiedById>dea59457-d3b3-43cc-8e00-45baac73c074</LastModifiedById>
<LastModifiedDate>2026-01-24T15:35:06.2544992+11:00</LastModifiedDate>
<PaymentGatewayTransactionRef>sample string 11</PaymentGatewayTransactionRef>
<PaymentSuccessful>true</PaymentSuccessful>
<PreviousStepIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>1ffde4f0-f856-437b-90cd-0cf850e2254c</d2p1:guid>
<d2p1:guid>655845cd-4f28-452c-aef2-283285048e1c</d2p1:guid>
</PreviousStepIds>
<PropertyId>1b24e8b0-1f30-446e-86ec-a8520ad78928</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>49c0766c-8363-4463-9615-f22e2cc64430</StepId>
<StepName>sample string 2</StepName>
<SubmittedBy>sample string 5</SubmittedBy>
<SubmittedById>fb68e99f-02a0-4ef7-a4fc-6dae39d4d7cb</SubmittedById>
<SubmittedTime>2026-01-24T15:35:06.2554991+11:00</SubmittedTime>
</WorkflowStepSubmitTime>
<WorkflowStepSubmitTime>
<StepId>49c0766c-8363-4463-9615-f22e2cc64430</StepId>
<StepName>sample string 2</StepName>
<SubmittedBy>sample string 5</SubmittedBy>
<SubmittedById>fb68e99f-02a0-4ef7-a4fc-6dae39d4d7cb</SubmittedById>
<SubmittedTime>2026-01-24T15:35:06.2554991+11:00</SubmittedTime>
</WorkflowStepSubmitTime>
</SubmitTimes>
<UserFullName>sample string 5</UserFullName>
<UserId>930decea-d004-4201-9082-3ecfc69c52c9</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>6f3c47f2-f25a-4d29-bc24-0fe0a6ee1f40</WaitlistEventId>
<WaitlistTicketTypeId>0da8dc60-27f3-4373-b212-41f8d2553dfc</WaitlistTicketTypeId>
<WorkflowId>3c8483f9-6591-46c8-9772-c5e894608267</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.