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": "43248707-6f88-4995-aa88-5d5bd1632f44",
"WorkflowId": "c662eea3-1b99-4d60-9c42-e85184451950",
"CurrentStepId": "344d0305-3b7e-4f78-87d1-217043117d70",
"UserId": "2cba098e-7295-444d-948f-d4d9d0d3f12c",
"CPDId": "001fbbbd-7739-49de-9e60-d17ba7895683",
"CPDPeriodId": "f6aa0a72-3534-4735-bfec-e9efd2ff213b",
"InvoiceId": "f2fcdd50-c880-4851-8656-f00163c7ce94",
"CPDReductionId": "d95425cb-14e5-475e-837b-b6b239d055a2",
"ApplicableFrom": "2026-02-14T11:41:56.634063+11:00",
"ApplicableTo": "2026-02-14T11:41:56.634063+11:00",
"WaitlistEventId": "3f841870-7a37-4e4a-8f67-b36a60407364",
"WaitlistTicketTypeId": "77351980-5eec-4667-80f4-6192053e093e",
"CartId": "412a4be6-ec93-4879-8b8c-212012361174",
"ElectionId": "47990381-9491-4780-9842-dd73192ae168",
"PropertyId": "c1d0b4df-c094-422f-9be7-c56426d86739",
"BookingId": "a51f23a9-32e9-446d-a424-a90d609aa4e9",
"EntityId": "408b8852-4e84-424e-9343-194b2abeae82",
"EntityType": "sample string 4",
"UserFullName": "sample string 5",
"WorkflowName": "sample string 6",
"CreatedDate": "2026-02-14T11:41:56.6350629+11:00",
"CreatedDateTick": 8,
"CreatedById": "7a8256f2-e579-478d-a285-30cb2d69d9cf",
"LastModifiedDate": "2026-02-14T11:41:56.6350629+11:00",
"LastModifiedById": "795ffb1e-fa69-4b62-9589-749117ed3a5d",
"IsArchived": true,
"CommitStepId": "1b5fc2ef-aef9-4c1d-8916-e58ce613f13f",
"Archived": "2026-02-14T11:41:56.6350629+11:00",
"ArchivedById": "29152a33-1cef-4ee8-9b42-12f1a9cf25b7",
"AssignedTo": "a9f8ef52-8dbb-41da-8c52-a1c02dff572a",
"AssignedDate": "2026-02-14T11:41:56.6350629+11:00",
"PaymentSuccessful": true,
"PaymentGatewayTransactionRef": "sample string 11",
"CrossCheckApplicationTypeSuccesful": true,
"PreviousStepIds": [
"849625f8-96d1-4979-a716-62cf9b8ad16a",
"4a03ebd5-e06b-4402-a58b-16b048a92cec"
],
"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": "4ad7b29c-d229-4e74-9ab1-35d00eeab030",
"StepName": "sample string 2",
"SubmittedTime": "2026-02-14T11:41:56.6370624+11:00",
"SubmittedById": "7aaa62e8-6467-40b3-af2c-427298f08853",
"SubmittedBy": "sample string 5"
},
{
"StepId": "4ad7b29c-d229-4e74-9ab1-35d00eeab030",
"StepName": "sample string 2",
"SubmittedTime": "2026-02-14T11:41:56.6370624+11:00",
"SubmittedById": "7aaa62e8-6467-40b3-af2c-427298f08853",
"SubmittedBy": "sample string 5"
}
],
"InitHistory": [
{
"StepId": "132ea4c0-030f-45b1-bddf-1710dce37ccb",
"StepName": "sample string 2",
"InitTime": "2026-02-14T11:41:56.6370624+11:00",
"InitById": "cfa16794-88c1-4ef8-af7f-790cc1beecd6",
"InitBy": "sample string 5"
},
{
"StepId": "132ea4c0-030f-45b1-bddf-1710dce37ccb",
"StepName": "sample string 2",
"InitTime": "2026-02-14T11:41:56.6370624+11:00",
"InitById": "cfa16794-88c1-4ef8-af7f-790cc1beecd6",
"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-14T00:41:56.634063Z</d2p1:DateTime>
<d2p1:OffsetMinutes>660</d2p1:OffsetMinutes>
</ApplicableFrom>
<ApplicableTo xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
<d2p1:DateTime>2026-02-14T00:41:56.634063Z</d2p1:DateTime>
<d2p1:OffsetMinutes>660</d2p1:OffsetMinutes>
</ApplicableTo>
<Archived>2026-02-14T11:41:56.6350629+11:00</Archived>
<ArchivedById>29152a33-1cef-4ee8-9b42-12f1a9cf25b7</ArchivedById>
<AssignedDate>2026-02-14T11:41:56.6350629+11:00</AssignedDate>
<AssignedTo>a9f8ef52-8dbb-41da-8c52-a1c02dff572a</AssignedTo>
<BookingId>a51f23a9-32e9-446d-a424-a90d609aa4e9</BookingId>
<CPDId>001fbbbd-7739-49de-9e60-d17ba7895683</CPDId>
<CPDPeriodId>f6aa0a72-3534-4735-bfec-e9efd2ff213b</CPDPeriodId>
<CPDReductionId>d95425cb-14e5-475e-837b-b6b239d055a2</CPDReductionId>
<CartId>412a4be6-ec93-4879-8b8c-212012361174</CartId>
<CommitStepId>1b5fc2ef-aef9-4c1d-8916-e58ce613f13f</CommitStepId>
<CreatedById>7a8256f2-e579-478d-a285-30cb2d69d9cf</CreatedById>
<CreatedDate>2026-02-14T11:41:56.6350629+11:00</CreatedDate>
<CreatedDateTick>8</CreatedDateTick>
<CrossCheckApplicationTypeSuccesful>true</CrossCheckApplicationTypeSuccesful>
<CurrentStepId>344d0305-3b7e-4f78-87d1-217043117d70</CurrentStepId>
<ElectionId>47990381-9491-4780-9842-dd73192ae168</ElectionId>
<EntityId>408b8852-4e84-424e-9343-194b2abeae82</EntityId>
<EntityType>sample string 4</EntityType>
<Id>43248707-6f88-4995-aa88-5d5bd1632f44</Id>
<InitHistory>
<FieldValueInitTime>
<InitBy>sample string 5</InitBy>
<InitById>cfa16794-88c1-4ef8-af7f-790cc1beecd6</InitById>
<InitTime>2026-02-14T11:41:56.6370624+11:00</InitTime>
<StepId>132ea4c0-030f-45b1-bddf-1710dce37ccb</StepId>
<StepName>sample string 2</StepName>
</FieldValueInitTime>
<FieldValueInitTime>
<InitBy>sample string 5</InitBy>
<InitById>cfa16794-88c1-4ef8-af7f-790cc1beecd6</InitById>
<InitTime>2026-02-14T11:41:56.6370624+11:00</InitTime>
<StepId>132ea4c0-030f-45b1-bddf-1710dce37ccb</StepId>
<StepName>sample string 2</StepName>
</FieldValueInitTime>
</InitHistory>
<InvoiceId>f2fcdd50-c880-4851-8656-f00163c7ce94</InvoiceId>
<IsArchived>true</IsArchived>
<IsFinalised>true</IsFinalised>
<LastModifiedById>795ffb1e-fa69-4b62-9589-749117ed3a5d</LastModifiedById>
<LastModifiedDate>2026-02-14T11:41:56.6350629+11:00</LastModifiedDate>
<PaymentGatewayTransactionRef>sample string 11</PaymentGatewayTransactionRef>
<PaymentSuccessful>true</PaymentSuccessful>
<PreviousStepIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>849625f8-96d1-4979-a716-62cf9b8ad16a</d2p1:guid>
<d2p1:guid>4a03ebd5-e06b-4402-a58b-16b048a92cec</d2p1:guid>
</PreviousStepIds>
<PropertyId>c1d0b4df-c094-422f-9be7-c56426d86739</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>4ad7b29c-d229-4e74-9ab1-35d00eeab030</StepId>
<StepName>sample string 2</StepName>
<SubmittedBy>sample string 5</SubmittedBy>
<SubmittedById>7aaa62e8-6467-40b3-af2c-427298f08853</SubmittedById>
<SubmittedTime>2026-02-14T11:41:56.6370624+11:00</SubmittedTime>
</WorkflowStepSubmitTime>
<WorkflowStepSubmitTime>
<StepId>4ad7b29c-d229-4e74-9ab1-35d00eeab030</StepId>
<StepName>sample string 2</StepName>
<SubmittedBy>sample string 5</SubmittedBy>
<SubmittedById>7aaa62e8-6467-40b3-af2c-427298f08853</SubmittedById>
<SubmittedTime>2026-02-14T11:41:56.6370624+11:00</SubmittedTime>
</WorkflowStepSubmitTime>
</SubmitTimes>
<UserFullName>sample string 5</UserFullName>
<UserId>2cba098e-7295-444d-948f-d4d9d0d3f12c</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>3f841870-7a37-4e4a-8f67-b36a60407364</WaitlistEventId>
<WaitlistTicketTypeId>77351980-5eec-4667-80f4-6192053e093e</WaitlistTicketTypeId>
<WorkflowId>c662eea3-1b99-4d60-9c42-e85184451950</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.