POST api/WorkflowFieldValues/InsertOrUpdateFieldValues
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": "c1fa902b-3dc1-41ab-8506-3179b526e28e",
"WorkflowId": "03cdc33f-a0c5-481c-9bed-ad194d99c91b",
"CurrentStepId": "436fedf4-49e4-43de-87e3-ba38581a15d0",
"UserId": "28db469a-a574-4c36-a49b-a03dce157170",
"CPDId": "c504d3c8-016b-4bf4-ad94-517f1edb3c77",
"CPDPeriodId": "7b70a0f5-7f52-4def-9dce-6b91cc46a98c",
"InvoiceId": "31adbe13-fac7-47b8-a354-b698ddc80abb",
"CPDReductionId": "0dc2883b-6ca2-4a3c-8577-edf41417c029",
"ApplicableFrom": "2026-07-28T08:55:05.9324141+10:00",
"ApplicableTo": "2026-07-28T08:55:05.9324141+10:00",
"WaitlistEventId": "163b51ca-43a5-4872-8530-bc5589414088",
"WaitlistTicketTypeId": "2d1675c1-0f49-4eb3-8164-136da62a5b0e",
"CartId": "4e862fa8-35bc-43c5-be10-91ab33c39b7c",
"ElectionId": "e14221d3-9f03-4dc0-8328-3361a78bb3cb",
"PropertyId": "bf178426-743c-4b0d-a8f3-3c9bd6731fc4",
"BookingId": "07281a00-7fc8-4171-851a-f104fb4a7049",
"EntityId": "e0e0f97f-d9af-43d5-a165-e1eab8698837",
"EntityType": "sample string 4",
"UserFullName": "sample string 5",
"WorkflowName": "sample string 6",
"CreatedDate": "2026-07-28T08:55:05.9334089+10:00",
"CreatedDateTick": 8,
"CreatedById": "c47bd345-666a-40d8-acb2-7802901059b2",
"LastModifiedDate": "2026-07-28T08:55:05.9334089+10:00",
"LastModifiedById": "cd2e5509-e1bf-4e73-b989-8e15f57bcfdf",
"IsArchived": true,
"CommitStepId": "e9fb4ebc-2753-4a83-93e0-dd169e2699af",
"Archived": "2026-07-28T08:55:05.9334089+10:00",
"ArchivedById": "7165a2cd-ae9d-4972-b866-33a40f56e4d2",
"AssignedTo": "16398dd4-03b3-43ed-b1eb-9e8ce16ba886",
"AssignedDate": "2026-07-28T08:55:05.9334089+10:00",
"PaymentSuccessful": true,
"PaymentGatewayTransactionRef": "sample string 11",
"CrossCheckApplicationTypeSuccesful": true,
"PreviousStepIds": [
"06bd8152-0c65-4781-9e44-c88beb1136a4",
"2f13977f-4463-4a8f-a8f4-db07d63f065b"
],
"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": "2ab05e98-1d0b-44d7-83fb-736319ca5cde",
"StepName": "sample string 2",
"SubmittedTime": "2026-07-28T08:55:05.9354087+10:00",
"SubmittedById": "3ccc6fee-20b2-4b0b-b632-7ff9001fd11b",
"SubmittedBy": "sample string 5"
},
{
"StepId": "2ab05e98-1d0b-44d7-83fb-736319ca5cde",
"StepName": "sample string 2",
"SubmittedTime": "2026-07-28T08:55:05.9354087+10:00",
"SubmittedById": "3ccc6fee-20b2-4b0b-b632-7ff9001fd11b",
"SubmittedBy": "sample string 5"
}
],
"InitHistory": [
{
"StepId": "67c7a32e-3b87-45e6-bc58-1a4a2ac8376d",
"StepName": "sample string 2",
"InitTime": "2026-07-28T08:55:05.9354087+10:00",
"InitById": "28b3e063-6d8b-4568-9d71-37793355c8b3",
"InitBy": "sample string 5"
},
{
"StepId": "67c7a32e-3b87-45e6-bc58-1a4a2ac8376d",
"StepName": "sample string 2",
"InitTime": "2026-07-28T08:55:05.9354087+10:00",
"InitById": "28b3e063-6d8b-4568-9d71-37793355c8b3",
"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-07-27T22:55:05.9324141Z</d2p1:DateTime>
<d2p1:OffsetMinutes>600</d2p1:OffsetMinutes>
</ApplicableFrom>
<ApplicableTo xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
<d2p1:DateTime>2026-07-27T22:55:05.9324141Z</d2p1:DateTime>
<d2p1:OffsetMinutes>600</d2p1:OffsetMinutes>
</ApplicableTo>
<Archived>2026-07-28T08:55:05.9334089+10:00</Archived>
<ArchivedById>7165a2cd-ae9d-4972-b866-33a40f56e4d2</ArchivedById>
<AssignedDate>2026-07-28T08:55:05.9334089+10:00</AssignedDate>
<AssignedTo>16398dd4-03b3-43ed-b1eb-9e8ce16ba886</AssignedTo>
<BookingId>07281a00-7fc8-4171-851a-f104fb4a7049</BookingId>
<CPDId>c504d3c8-016b-4bf4-ad94-517f1edb3c77</CPDId>
<CPDPeriodId>7b70a0f5-7f52-4def-9dce-6b91cc46a98c</CPDPeriodId>
<CPDReductionId>0dc2883b-6ca2-4a3c-8577-edf41417c029</CPDReductionId>
<CartId>4e862fa8-35bc-43c5-be10-91ab33c39b7c</CartId>
<CommitStepId>e9fb4ebc-2753-4a83-93e0-dd169e2699af</CommitStepId>
<CreatedById>c47bd345-666a-40d8-acb2-7802901059b2</CreatedById>
<CreatedDate>2026-07-28T08:55:05.9334089+10:00</CreatedDate>
<CreatedDateTick>8</CreatedDateTick>
<CrossCheckApplicationTypeSuccesful>true</CrossCheckApplicationTypeSuccesful>
<CurrentStepId>436fedf4-49e4-43de-87e3-ba38581a15d0</CurrentStepId>
<ElectionId>e14221d3-9f03-4dc0-8328-3361a78bb3cb</ElectionId>
<EntityId>e0e0f97f-d9af-43d5-a165-e1eab8698837</EntityId>
<EntityType>sample string 4</EntityType>
<Id>c1fa902b-3dc1-41ab-8506-3179b526e28e</Id>
<InitHistory>
<FieldValueInitTime>
<InitBy>sample string 5</InitBy>
<InitById>28b3e063-6d8b-4568-9d71-37793355c8b3</InitById>
<InitTime>2026-07-28T08:55:05.9354087+10:00</InitTime>
<StepId>67c7a32e-3b87-45e6-bc58-1a4a2ac8376d</StepId>
<StepName>sample string 2</StepName>
</FieldValueInitTime>
<FieldValueInitTime>
<InitBy>sample string 5</InitBy>
<InitById>28b3e063-6d8b-4568-9d71-37793355c8b3</InitById>
<InitTime>2026-07-28T08:55:05.9354087+10:00</InitTime>
<StepId>67c7a32e-3b87-45e6-bc58-1a4a2ac8376d</StepId>
<StepName>sample string 2</StepName>
</FieldValueInitTime>
</InitHistory>
<InvoiceId>31adbe13-fac7-47b8-a354-b698ddc80abb</InvoiceId>
<IsArchived>true</IsArchived>
<IsFinalised>true</IsFinalised>
<LastModifiedById>cd2e5509-e1bf-4e73-b989-8e15f57bcfdf</LastModifiedById>
<LastModifiedDate>2026-07-28T08:55:05.9334089+10:00</LastModifiedDate>
<PaymentGatewayTransactionRef>sample string 11</PaymentGatewayTransactionRef>
<PaymentSuccessful>true</PaymentSuccessful>
<PreviousStepIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>06bd8152-0c65-4781-9e44-c88beb1136a4</d2p1:guid>
<d2p1:guid>2f13977f-4463-4a8f-a8f4-db07d63f065b</d2p1:guid>
</PreviousStepIds>
<PropertyId>bf178426-743c-4b0d-a8f3-3c9bd6731fc4</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>2ab05e98-1d0b-44d7-83fb-736319ca5cde</StepId>
<StepName>sample string 2</StepName>
<SubmittedBy>sample string 5</SubmittedBy>
<SubmittedById>3ccc6fee-20b2-4b0b-b632-7ff9001fd11b</SubmittedById>
<SubmittedTime>2026-07-28T08:55:05.9354087+10:00</SubmittedTime>
</WorkflowStepSubmitTime>
<WorkflowStepSubmitTime>
<StepId>2ab05e98-1d0b-44d7-83fb-736319ca5cde</StepId>
<StepName>sample string 2</StepName>
<SubmittedBy>sample string 5</SubmittedBy>
<SubmittedById>3ccc6fee-20b2-4b0b-b632-7ff9001fd11b</SubmittedById>
<SubmittedTime>2026-07-28T08:55:05.9354087+10:00</SubmittedTime>
</WorkflowStepSubmitTime>
</SubmitTimes>
<UserFullName>sample string 5</UserFullName>
<UserId>28db469a-a574-4c36-a49b-a03dce157170</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>163b51ca-43a5-4872-8530-bc5589414088</WaitlistEventId>
<WaitlistTicketTypeId>2d1675c1-0f49-4eb3-8164-136da62a5b0e</WaitlistTicketTypeId>
<WorkflowId>03cdc33f-a0c5-481c-9bed-ad194d99c91b</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.