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": "666ccd83-a37d-4abf-ba0e-21bab9bb2e12",
"WorkflowId": "0a860690-ac15-4f04-b896-c9ffb7925113",
"CurrentStepId": "14e93fe4-f3ed-4587-96e7-cf3402fd1398",
"UserId": "6927db73-172d-43c1-bfa4-5c6e2062baf0",
"CPDId": "80305a98-b797-41ee-9eb2-0e080681404e",
"CPDPeriodId": "3affbcdc-bee6-4ff3-a299-1a90db2a8f2d",
"InvoiceId": "273eae51-d710-4e53-95d6-c498f774bae2",
"CPDReductionId": "c9025eeb-193e-4cf6-be5c-dc49c755b471",
"ApplicableFrom": "2026-02-19T12:19:52.9601701+11:00",
"ApplicableTo": "2026-02-19T12:19:52.9601701+11:00",
"WaitlistEventId": "acde259d-df3e-4427-b1c5-e534973438d0",
"WaitlistTicketTypeId": "7a3e2e4c-ea2e-4742-920e-1c64e72c8ef2",
"CartId": "11db0166-978b-4543-acb9-71043783152a",
"ElectionId": "7e859a80-fb14-40ab-afb0-b21c74b58989",
"PropertyId": "696f588d-5681-45f0-a6db-343892db26b6",
"BookingId": "e53e615a-2200-47a7-ad71-fb189dd4d577",
"EntityId": "607e155b-d6f5-49e0-be4e-15493dfd0525",
"EntityType": "sample string 4",
"UserFullName": "sample string 5",
"WorkflowName": "sample string 6",
"CreatedDate": "2026-02-19T12:19:52.9601701+11:00",
"CreatedDateTick": 8,
"CreatedById": "f6329eca-de57-4b5a-b680-788268a4b725",
"LastModifiedDate": "2026-02-19T12:19:52.9601701+11:00",
"LastModifiedById": "001f04a4-90a5-449e-9e42-155967d596ae",
"IsArchived": true,
"CommitStepId": "3ab95473-2c09-42ba-8d30-ad8f73db38c5",
"Archived": "2026-02-19T12:19:52.9601701+11:00",
"ArchivedById": "dada70d3-d4a9-45ba-a598-ea1d271b0d19",
"AssignedTo": "753d6b18-49c8-4347-9369-e528a24e24bf",
"AssignedDate": "2026-02-19T12:19:52.9601701+11:00",
"PaymentSuccessful": true,
"PaymentGatewayTransactionRef": "sample string 11",
"CrossCheckApplicationTypeSuccesful": true,
"PreviousStepIds": [
"27543ff9-23da-4bb4-ae47-cd83b77923ea",
"099bc844-fbee-4f95-a12e-71aa238c2ed8"
],
"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": "45685e70-a3e5-41c8-84d7-ef2c485b9997",
"StepName": "sample string 2",
"SubmittedTime": "2026-02-19T12:19:52.9601701+11:00",
"SubmittedById": "4da04487-7558-4785-b1ac-3a16456e513d",
"SubmittedBy": "sample string 5"
},
{
"StepId": "45685e70-a3e5-41c8-84d7-ef2c485b9997",
"StepName": "sample string 2",
"SubmittedTime": "2026-02-19T12:19:52.9601701+11:00",
"SubmittedById": "4da04487-7558-4785-b1ac-3a16456e513d",
"SubmittedBy": "sample string 5"
}
],
"InitHistory": [
{
"StepId": "18ddeff5-d144-4169-ae10-9b1c883fd4e8",
"StepName": "sample string 2",
"InitTime": "2026-02-19T12:19:52.9601701+11:00",
"InitById": "f1c2439f-7610-44b2-88c0-5c427f1518b4",
"InitBy": "sample string 5"
},
{
"StepId": "18ddeff5-d144-4169-ae10-9b1c883fd4e8",
"StepName": "sample string 2",
"InitTime": "2026-02-19T12:19:52.9601701+11:00",
"InitById": "f1c2439f-7610-44b2-88c0-5c427f1518b4",
"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-02-19T01:19:52.9601701Z</d2p1:DateTime>
<d2p1:OffsetMinutes>660</d2p1:OffsetMinutes>
</ApplicableFrom>
<ApplicableTo xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
<d2p1:DateTime>2026-02-19T01:19:52.9601701Z</d2p1:DateTime>
<d2p1:OffsetMinutes>660</d2p1:OffsetMinutes>
</ApplicableTo>
<Archived>2026-02-19T12:19:52.9601701+11:00</Archived>
<ArchivedById>dada70d3-d4a9-45ba-a598-ea1d271b0d19</ArchivedById>
<AssignedDate>2026-02-19T12:19:52.9601701+11:00</AssignedDate>
<AssignedTo>753d6b18-49c8-4347-9369-e528a24e24bf</AssignedTo>
<BookingId>e53e615a-2200-47a7-ad71-fb189dd4d577</BookingId>
<CPDId>80305a98-b797-41ee-9eb2-0e080681404e</CPDId>
<CPDPeriodId>3affbcdc-bee6-4ff3-a299-1a90db2a8f2d</CPDPeriodId>
<CPDReductionId>c9025eeb-193e-4cf6-be5c-dc49c755b471</CPDReductionId>
<CartId>11db0166-978b-4543-acb9-71043783152a</CartId>
<CommitStepId>3ab95473-2c09-42ba-8d30-ad8f73db38c5</CommitStepId>
<CreatedById>f6329eca-de57-4b5a-b680-788268a4b725</CreatedById>
<CreatedDate>2026-02-19T12:19:52.9601701+11:00</CreatedDate>
<CreatedDateTick>8</CreatedDateTick>
<CrossCheckApplicationTypeSuccesful>true</CrossCheckApplicationTypeSuccesful>
<CurrentStepId>14e93fe4-f3ed-4587-96e7-cf3402fd1398</CurrentStepId>
<ElectionId>7e859a80-fb14-40ab-afb0-b21c74b58989</ElectionId>
<EntityId>607e155b-d6f5-49e0-be4e-15493dfd0525</EntityId>
<EntityType>sample string 4</EntityType>
<Id>666ccd83-a37d-4abf-ba0e-21bab9bb2e12</Id>
<InitHistory>
<FieldValueInitTime>
<InitBy>sample string 5</InitBy>
<InitById>f1c2439f-7610-44b2-88c0-5c427f1518b4</InitById>
<InitTime>2026-02-19T12:19:52.9601701+11:00</InitTime>
<StepId>18ddeff5-d144-4169-ae10-9b1c883fd4e8</StepId>
<StepName>sample string 2</StepName>
</FieldValueInitTime>
<FieldValueInitTime>
<InitBy>sample string 5</InitBy>
<InitById>f1c2439f-7610-44b2-88c0-5c427f1518b4</InitById>
<InitTime>2026-02-19T12:19:52.9601701+11:00</InitTime>
<StepId>18ddeff5-d144-4169-ae10-9b1c883fd4e8</StepId>
<StepName>sample string 2</StepName>
</FieldValueInitTime>
</InitHistory>
<InvoiceId>273eae51-d710-4e53-95d6-c498f774bae2</InvoiceId>
<IsArchived>true</IsArchived>
<IsFinalised>true</IsFinalised>
<LastModifiedById>001f04a4-90a5-449e-9e42-155967d596ae</LastModifiedById>
<LastModifiedDate>2026-02-19T12:19:52.9601701+11:00</LastModifiedDate>
<PaymentGatewayTransactionRef>sample string 11</PaymentGatewayTransactionRef>
<PaymentSuccessful>true</PaymentSuccessful>
<PreviousStepIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>27543ff9-23da-4bb4-ae47-cd83b77923ea</d2p1:guid>
<d2p1:guid>099bc844-fbee-4f95-a12e-71aa238c2ed8</d2p1:guid>
</PreviousStepIds>
<PropertyId>696f588d-5681-45f0-a6db-343892db26b6</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>45685e70-a3e5-41c8-84d7-ef2c485b9997</StepId>
<StepName>sample string 2</StepName>
<SubmittedBy>sample string 5</SubmittedBy>
<SubmittedById>4da04487-7558-4785-b1ac-3a16456e513d</SubmittedById>
<SubmittedTime>2026-02-19T12:19:52.9601701+11:00</SubmittedTime>
</WorkflowStepSubmitTime>
<WorkflowStepSubmitTime>
<StepId>45685e70-a3e5-41c8-84d7-ef2c485b9997</StepId>
<StepName>sample string 2</StepName>
<SubmittedBy>sample string 5</SubmittedBy>
<SubmittedById>4da04487-7558-4785-b1ac-3a16456e513d</SubmittedById>
<SubmittedTime>2026-02-19T12:19:52.9601701+11:00</SubmittedTime>
</WorkflowStepSubmitTime>
</SubmitTimes>
<UserFullName>sample string 5</UserFullName>
<UserId>6927db73-172d-43c1-bfa4-5c6e2062baf0</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>acde259d-df3e-4427-b1c5-e534973438d0</WaitlistEventId>
<WaitlistTicketTypeId>7a3e2e4c-ea2e-4742-920e-1c64e72c8ef2</WaitlistTicketTypeId>
<WorkflowId>0a860690-ac15-4f04-b896-c9ffb7925113</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.