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": "1e86180b-340f-470a-afad-a96843a475fb",
"WorkflowId": "92443467-65c1-4a48-b1ad-0144019d41ac",
"CurrentStepId": "393fe4a4-d99c-466e-8690-17d26f4983b6",
"UserId": "ac10bf78-2877-4311-a540-6275589bc1c3",
"CPDId": "dda4d887-348f-477c-860a-96b92eaa30e3",
"CPDPeriodId": "c7da001c-b412-4e00-88e9-75335333930a",
"InvoiceId": "2c83bcfd-9c3d-4918-9b3c-4e15159972a4",
"CPDReductionId": "35c93696-8aa5-4003-85f5-82f8839a4661",
"ApplicableFrom": "2026-02-05T18:35:48.9353498+11:00",
"ApplicableTo": "2026-02-05T18:35:48.9353498+11:00",
"WaitlistEventId": "6eb1d1a1-c043-411a-b0ec-20df3328414b",
"WaitlistTicketTypeId": "74962259-ddf9-4663-a745-d245dd9bb2e0",
"CartId": "537f6efd-0845-47cc-9fcf-2155860fd975",
"ElectionId": "af81b26e-905a-41ab-825c-85651112fb22",
"PropertyId": "057817d4-8d0b-47a7-946c-11ab33424bf4",
"BookingId": "515394b1-848c-428a-9808-848a88a0c95e",
"EntityId": "be4d2b2d-0e4f-4163-9b9a-6681a62915c7",
"EntityType": "sample string 4",
"UserFullName": "sample string 5",
"WorkflowName": "sample string 6",
"CreatedDate": "2026-02-05T18:35:48.9363486+11:00",
"CreatedDateTick": 8,
"CreatedById": "57c6947a-8393-488e-86bb-7b4bd9427bd3",
"LastModifiedDate": "2026-02-05T18:35:48.9363486+11:00",
"LastModifiedById": "abb81bcf-2ac1-4bfa-be34-63585dc0e5ae",
"IsArchived": true,
"CommitStepId": "bf1ee78c-553a-4880-a89c-015e0138faf5",
"Archived": "2026-02-05T18:35:48.9363486+11:00",
"ArchivedById": "410aecb8-5d9d-459e-aacb-74ba1d4322f4",
"AssignedTo": "0b442cf7-62dd-4cf0-8c25-c313f59128b1",
"AssignedDate": "2026-02-05T18:35:48.9363486+11:00",
"PaymentSuccessful": true,
"PaymentGatewayTransactionRef": "sample string 11",
"CrossCheckApplicationTypeSuccesful": true,
"PreviousStepIds": [
"8c6abbc3-6d9f-4978-983c-23ddf38bc4a9",
"912f773d-93ce-493a-bd34-e25f6d059e41"
],
"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": "77c77051-5c49-4e74-b9d5-8266ab35c33e",
"StepName": "sample string 2",
"SubmittedTime": "2026-02-05T18:35:48.9363486+11:00",
"SubmittedById": "304762a6-0f7b-4d0c-8d75-3aeeaaa9e20c",
"SubmittedBy": "sample string 5"
},
{
"StepId": "77c77051-5c49-4e74-b9d5-8266ab35c33e",
"StepName": "sample string 2",
"SubmittedTime": "2026-02-05T18:35:48.9363486+11:00",
"SubmittedById": "304762a6-0f7b-4d0c-8d75-3aeeaaa9e20c",
"SubmittedBy": "sample string 5"
}
],
"InitHistory": [
{
"StepId": "c0b8bc90-5ce2-4af0-aca7-ce42e44aacdd",
"StepName": "sample string 2",
"InitTime": "2026-02-05T18:35:48.9363486+11:00",
"InitById": "986d00ec-6897-4ffe-bea6-48a0b65b2973",
"InitBy": "sample string 5"
},
{
"StepId": "c0b8bc90-5ce2-4af0-aca7-ce42e44aacdd",
"StepName": "sample string 2",
"InitTime": "2026-02-05T18:35:48.9363486+11:00",
"InitById": "986d00ec-6897-4ffe-bea6-48a0b65b2973",
"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-05T07:35:48.9353498Z</d2p1:DateTime>
<d2p1:OffsetMinutes>660</d2p1:OffsetMinutes>
</ApplicableFrom>
<ApplicableTo xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
<d2p1:DateTime>2026-02-05T07:35:48.9353498Z</d2p1:DateTime>
<d2p1:OffsetMinutes>660</d2p1:OffsetMinutes>
</ApplicableTo>
<Archived>2026-02-05T18:35:48.9363486+11:00</Archived>
<ArchivedById>410aecb8-5d9d-459e-aacb-74ba1d4322f4</ArchivedById>
<AssignedDate>2026-02-05T18:35:48.9363486+11:00</AssignedDate>
<AssignedTo>0b442cf7-62dd-4cf0-8c25-c313f59128b1</AssignedTo>
<BookingId>515394b1-848c-428a-9808-848a88a0c95e</BookingId>
<CPDId>dda4d887-348f-477c-860a-96b92eaa30e3</CPDId>
<CPDPeriodId>c7da001c-b412-4e00-88e9-75335333930a</CPDPeriodId>
<CPDReductionId>35c93696-8aa5-4003-85f5-82f8839a4661</CPDReductionId>
<CartId>537f6efd-0845-47cc-9fcf-2155860fd975</CartId>
<CommitStepId>bf1ee78c-553a-4880-a89c-015e0138faf5</CommitStepId>
<CreatedById>57c6947a-8393-488e-86bb-7b4bd9427bd3</CreatedById>
<CreatedDate>2026-02-05T18:35:48.9363486+11:00</CreatedDate>
<CreatedDateTick>8</CreatedDateTick>
<CrossCheckApplicationTypeSuccesful>true</CrossCheckApplicationTypeSuccesful>
<CurrentStepId>393fe4a4-d99c-466e-8690-17d26f4983b6</CurrentStepId>
<ElectionId>af81b26e-905a-41ab-825c-85651112fb22</ElectionId>
<EntityId>be4d2b2d-0e4f-4163-9b9a-6681a62915c7</EntityId>
<EntityType>sample string 4</EntityType>
<Id>1e86180b-340f-470a-afad-a96843a475fb</Id>
<InitHistory>
<FieldValueInitTime>
<InitBy>sample string 5</InitBy>
<InitById>986d00ec-6897-4ffe-bea6-48a0b65b2973</InitById>
<InitTime>2026-02-05T18:35:48.9363486+11:00</InitTime>
<StepId>c0b8bc90-5ce2-4af0-aca7-ce42e44aacdd</StepId>
<StepName>sample string 2</StepName>
</FieldValueInitTime>
<FieldValueInitTime>
<InitBy>sample string 5</InitBy>
<InitById>986d00ec-6897-4ffe-bea6-48a0b65b2973</InitById>
<InitTime>2026-02-05T18:35:48.9363486+11:00</InitTime>
<StepId>c0b8bc90-5ce2-4af0-aca7-ce42e44aacdd</StepId>
<StepName>sample string 2</StepName>
</FieldValueInitTime>
</InitHistory>
<InvoiceId>2c83bcfd-9c3d-4918-9b3c-4e15159972a4</InvoiceId>
<IsArchived>true</IsArchived>
<IsFinalised>true</IsFinalised>
<LastModifiedById>abb81bcf-2ac1-4bfa-be34-63585dc0e5ae</LastModifiedById>
<LastModifiedDate>2026-02-05T18:35:48.9363486+11:00</LastModifiedDate>
<PaymentGatewayTransactionRef>sample string 11</PaymentGatewayTransactionRef>
<PaymentSuccessful>true</PaymentSuccessful>
<PreviousStepIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>8c6abbc3-6d9f-4978-983c-23ddf38bc4a9</d2p1:guid>
<d2p1:guid>912f773d-93ce-493a-bd34-e25f6d059e41</d2p1:guid>
</PreviousStepIds>
<PropertyId>057817d4-8d0b-47a7-946c-11ab33424bf4</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>77c77051-5c49-4e74-b9d5-8266ab35c33e</StepId>
<StepName>sample string 2</StepName>
<SubmittedBy>sample string 5</SubmittedBy>
<SubmittedById>304762a6-0f7b-4d0c-8d75-3aeeaaa9e20c</SubmittedById>
<SubmittedTime>2026-02-05T18:35:48.9363486+11:00</SubmittedTime>
</WorkflowStepSubmitTime>
<WorkflowStepSubmitTime>
<StepId>77c77051-5c49-4e74-b9d5-8266ab35c33e</StepId>
<StepName>sample string 2</StepName>
<SubmittedBy>sample string 5</SubmittedBy>
<SubmittedById>304762a6-0f7b-4d0c-8d75-3aeeaaa9e20c</SubmittedById>
<SubmittedTime>2026-02-05T18:35:48.9363486+11:00</SubmittedTime>
</WorkflowStepSubmitTime>
</SubmitTimes>
<UserFullName>sample string 5</UserFullName>
<UserId>ac10bf78-2877-4311-a540-6275589bc1c3</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>6eb1d1a1-c043-411a-b0ec-20df3328414b</WaitlistEventId>
<WaitlistTicketTypeId>74962259-ddf9-4663-a745-d245dd9bb2e0</WaitlistTicketTypeId>
<WorkflowId>92443467-65c1-4a48-b1ad-0144019d41ac</WorkflowId>
<WorkflowName>sample string 6</WorkflowName>
</WorkflowFieldValue>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.