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": "d6bbe803-badf-4898-87ab-412ee4617b61",
"WorkflowId": "98bd9870-f99e-44b3-be4c-8589b4ad9500",
"CurrentStepId": "d80de37b-fca9-40bb-aad5-e2ae84de4623",
"UserId": "59ecafb1-073d-4e80-bc80-8f7677f743d4",
"CPDId": "bf91a448-2301-401b-b812-e5f589170a98",
"CPDPeriodId": "05318226-a093-43c1-bef3-4917bce5eb59",
"InvoiceId": "af7bafd8-8c82-42bd-a645-04c921d0d2fb",
"CPDReductionId": "4c463552-98c0-4331-b20e-a682a7579bc7",
"ApplicableFrom": "2025-12-26T17:49:21.6844885+11:00",
"ApplicableTo": "2025-12-26T17:49:21.685495+11:00",
"WaitlistEventId": "96e4bd4d-9688-455e-81ff-cede23228934",
"WaitlistTicketTypeId": "7feb264f-4a49-42bb-b751-68b10f6fdc7f",
"CartId": "af6cb9aa-fbd1-45be-9391-b18af3dedf8a",
"ElectionId": "33b268b7-9da9-4dd7-b119-464d7cf2317a",
"PropertyId": "30f981c0-f19c-42dd-9cbf-360f048d3b49",
"BookingId": "bb58ca61-7ab4-43fc-8577-ffd03ba0c020",
"EntityId": "70861491-272d-42f6-9149-7ee1d8e06d17",
"EntityType": "sample string 4",
"UserFullName": "sample string 5",
"WorkflowName": "sample string 6",
"CreatedDate": "2025-12-26T17:49:21.685495+11:00",
"CreatedDateTick": 8,
"CreatedById": "527bb67a-d64b-4d76-a41a-0256799e14ec",
"LastModifiedDate": "2025-12-26T17:49:21.685495+11:00",
"LastModifiedById": "0069ebc1-0a66-452b-8557-26acfcd01fb8",
"IsArchived": true,
"CommitStepId": "365fa7d5-3e1a-4fec-9d38-d879fb38112b",
"Archived": "2025-12-26T17:49:21.6864923+11:00",
"ArchivedById": "c9faea44-d63a-49ba-a3bf-dc27d39cea3b",
"AssignedTo": "8d7d506c-4bc7-4bfd-91c3-5655d7ee78f1",
"AssignedDate": "2025-12-26T17:49:21.6864923+11:00",
"PaymentSuccessful": true,
"PaymentGatewayTransactionRef": "sample string 11",
"CrossCheckApplicationTypeSuccesful": true,
"PreviousStepIds": [
"865ad74d-586d-4e2f-a2f1-0abacce8e452",
"db9e980e-4292-4efc-83db-039fc356b1f2"
],
"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": "075ba290-0318-4a20-892f-4567798a5c79",
"StepName": "sample string 2",
"SubmittedTime": "2025-12-26T17:49:21.6874933+11:00",
"SubmittedById": "46c08e8d-d1b1-4311-8f7a-16f6f1e14944",
"SubmittedBy": "sample string 5"
},
{
"StepId": "075ba290-0318-4a20-892f-4567798a5c79",
"StepName": "sample string 2",
"SubmittedTime": "2025-12-26T17:49:21.6874933+11:00",
"SubmittedById": "46c08e8d-d1b1-4311-8f7a-16f6f1e14944",
"SubmittedBy": "sample string 5"
}
],
"InitHistory": [
{
"StepId": "5945307d-0e3f-46cd-8bb3-e7c672c50c8b",
"StepName": "sample string 2",
"InitTime": "2025-12-26T17:49:21.688494+11:00",
"InitById": "3ab7027a-f0e4-43c1-b98e-0da0ad5cf8fc",
"InitBy": "sample string 5"
},
{
"StepId": "5945307d-0e3f-46cd-8bb3-e7c672c50c8b",
"StepName": "sample string 2",
"InitTime": "2025-12-26T17:49:21.688494+11:00",
"InitById": "3ab7027a-f0e4-43c1-b98e-0da0ad5cf8fc",
"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-12-26T06:49:21.6844885Z</d2p1:DateTime>
<d2p1:OffsetMinutes>660</d2p1:OffsetMinutes>
</ApplicableFrom>
<ApplicableTo xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
<d2p1:DateTime>2025-12-26T06:49:21.685495Z</d2p1:DateTime>
<d2p1:OffsetMinutes>660</d2p1:OffsetMinutes>
</ApplicableTo>
<Archived>2025-12-26T17:49:21.6864923+11:00</Archived>
<ArchivedById>c9faea44-d63a-49ba-a3bf-dc27d39cea3b</ArchivedById>
<AssignedDate>2025-12-26T17:49:21.6864923+11:00</AssignedDate>
<AssignedTo>8d7d506c-4bc7-4bfd-91c3-5655d7ee78f1</AssignedTo>
<BookingId>bb58ca61-7ab4-43fc-8577-ffd03ba0c020</BookingId>
<CPDId>bf91a448-2301-401b-b812-e5f589170a98</CPDId>
<CPDPeriodId>05318226-a093-43c1-bef3-4917bce5eb59</CPDPeriodId>
<CPDReductionId>4c463552-98c0-4331-b20e-a682a7579bc7</CPDReductionId>
<CartId>af6cb9aa-fbd1-45be-9391-b18af3dedf8a</CartId>
<CommitStepId>365fa7d5-3e1a-4fec-9d38-d879fb38112b</CommitStepId>
<CreatedById>527bb67a-d64b-4d76-a41a-0256799e14ec</CreatedById>
<CreatedDate>2025-12-26T17:49:21.685495+11:00</CreatedDate>
<CreatedDateTick>8</CreatedDateTick>
<CrossCheckApplicationTypeSuccesful>true</CrossCheckApplicationTypeSuccesful>
<CurrentStepId>d80de37b-fca9-40bb-aad5-e2ae84de4623</CurrentStepId>
<ElectionId>33b268b7-9da9-4dd7-b119-464d7cf2317a</ElectionId>
<EntityId>70861491-272d-42f6-9149-7ee1d8e06d17</EntityId>
<EntityType>sample string 4</EntityType>
<Id>d6bbe803-badf-4898-87ab-412ee4617b61</Id>
<InitHistory>
<FieldValueInitTime>
<InitBy>sample string 5</InitBy>
<InitById>3ab7027a-f0e4-43c1-b98e-0da0ad5cf8fc</InitById>
<InitTime>2025-12-26T17:49:21.688494+11:00</InitTime>
<StepId>5945307d-0e3f-46cd-8bb3-e7c672c50c8b</StepId>
<StepName>sample string 2</StepName>
</FieldValueInitTime>
<FieldValueInitTime>
<InitBy>sample string 5</InitBy>
<InitById>3ab7027a-f0e4-43c1-b98e-0da0ad5cf8fc</InitById>
<InitTime>2025-12-26T17:49:21.688494+11:00</InitTime>
<StepId>5945307d-0e3f-46cd-8bb3-e7c672c50c8b</StepId>
<StepName>sample string 2</StepName>
</FieldValueInitTime>
</InitHistory>
<InvoiceId>af7bafd8-8c82-42bd-a645-04c921d0d2fb</InvoiceId>
<IsArchived>true</IsArchived>
<IsFinalised>true</IsFinalised>
<LastModifiedById>0069ebc1-0a66-452b-8557-26acfcd01fb8</LastModifiedById>
<LastModifiedDate>2025-12-26T17:49:21.685495+11:00</LastModifiedDate>
<PaymentGatewayTransactionRef>sample string 11</PaymentGatewayTransactionRef>
<PaymentSuccessful>true</PaymentSuccessful>
<PreviousStepIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>865ad74d-586d-4e2f-a2f1-0abacce8e452</d2p1:guid>
<d2p1:guid>db9e980e-4292-4efc-83db-039fc356b1f2</d2p1:guid>
</PreviousStepIds>
<PropertyId>30f981c0-f19c-42dd-9cbf-360f048d3b49</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>075ba290-0318-4a20-892f-4567798a5c79</StepId>
<StepName>sample string 2</StepName>
<SubmittedBy>sample string 5</SubmittedBy>
<SubmittedById>46c08e8d-d1b1-4311-8f7a-16f6f1e14944</SubmittedById>
<SubmittedTime>2025-12-26T17:49:21.6874933+11:00</SubmittedTime>
</WorkflowStepSubmitTime>
<WorkflowStepSubmitTime>
<StepId>075ba290-0318-4a20-892f-4567798a5c79</StepId>
<StepName>sample string 2</StepName>
<SubmittedBy>sample string 5</SubmittedBy>
<SubmittedById>46c08e8d-d1b1-4311-8f7a-16f6f1e14944</SubmittedById>
<SubmittedTime>2025-12-26T17:49:21.6874933+11:00</SubmittedTime>
</WorkflowStepSubmitTime>
</SubmitTimes>
<UserFullName>sample string 5</UserFullName>
<UserId>59ecafb1-073d-4e80-bc80-8f7677f743d4</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>96e4bd4d-9688-455e-81ff-cede23228934</WaitlistEventId>
<WaitlistTicketTypeId>7feb264f-4a49-42bb-b751-68b10f6fdc7f</WaitlistTicketTypeId>
<WorkflowId>98bd9870-f99e-44b3-be4c-8589b4ad9500</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.