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": "03918500-f27c-4b26-a0f8-277aacbce865",
"WorkflowId": "3b1bcee6-54f1-460e-9096-b87dc63c1a0a",
"CurrentStepId": "347d4b38-7961-43e1-a424-bd67c871c322",
"UserId": "f88a02e4-7d8e-463a-a332-1e0bd1f2ccb2",
"CPDId": "070ab396-f0b6-4d80-acc3-2e34ae967ab9",
"CPDPeriodId": "8a21cb14-e631-46ca-8cac-0ce3058da4b8",
"InvoiceId": "50cf7839-1acc-427b-b4b1-ddd31f080d28",
"CPDReductionId": "f83c6234-9968-421e-9129-0f5408a0445a",
"ApplicableFrom": "2026-02-05T18:35:48.9353498+11:00",
"ApplicableTo": "2026-02-05T18:35:48.9353498+11:00",
"WaitlistEventId": "4ae5f7fe-55c4-4e91-b982-12a1dd5d050e",
"WaitlistTicketTypeId": "f26f12f1-8dba-404e-9370-865053970204",
"CartId": "fba0a242-536a-4aa4-8a7e-ddc274202fb5",
"ElectionId": "82288cb2-54d6-4eb4-92bf-a74f14c6ec33",
"PropertyId": "0405e272-f67a-494b-aebe-543e1f4f7d9c",
"BookingId": "5315cf84-fb22-43ff-91bd-6a2800c20405",
"EntityId": "0e916776-12ec-401f-b277-ac6ea2aff823",
"EntityType": "sample string 4",
"UserFullName": "sample string 5",
"WorkflowName": "sample string 6",
"CreatedDate": "2026-02-05T18:35:48.9363486+11:00",
"CreatedDateTick": 8,
"CreatedById": "13bf3b27-85ab-469c-98dd-6e1860896165",
"LastModifiedDate": "2026-02-05T18:35:48.9363486+11:00",
"LastModifiedById": "3a98be4f-e200-45dd-87a2-ea61ca4ad6bf",
"IsArchived": true,
"CommitStepId": "f0bb9488-82d9-423d-af93-0438343d841d",
"Archived": "2026-02-05T18:35:48.9363486+11:00",
"ArchivedById": "80582fbb-afe1-4396-bd49-be396a3f5e25",
"AssignedTo": "1dc9cadc-a002-428b-b04d-c1a43ddba075",
"AssignedDate": "2026-02-05T18:35:48.9363486+11:00",
"PaymentSuccessful": true,
"PaymentGatewayTransactionRef": "sample string 11",
"CrossCheckApplicationTypeSuccesful": true,
"PreviousStepIds": [
"ca500a9a-7bf6-4876-9d85-7dbf148fec02",
"869cd692-ce73-494a-99ac-f6610e43f04e"
],
"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": "83cc1b5b-11c1-44c1-8e63-58817c376fe0",
"StepName": "sample string 2",
"SubmittedTime": "2026-02-05T18:35:48.9363486+11:00",
"SubmittedById": "fa268533-9322-409a-8269-bd08f7ef0514",
"SubmittedBy": "sample string 5"
},
{
"StepId": "83cc1b5b-11c1-44c1-8e63-58817c376fe0",
"StepName": "sample string 2",
"SubmittedTime": "2026-02-05T18:35:48.9363486+11:00",
"SubmittedById": "fa268533-9322-409a-8269-bd08f7ef0514",
"SubmittedBy": "sample string 5"
}
],
"InitHistory": [
{
"StepId": "3cb062eb-3405-43b3-be1b-b35656ec9b38",
"StepName": "sample string 2",
"InitTime": "2026-02-05T18:35:48.9363486+11:00",
"InitById": "7944e695-47e6-4f7e-be9b-8dc5af7d3153",
"InitBy": "sample string 5"
},
{
"StepId": "3cb062eb-3405-43b3-be1b-b35656ec9b38",
"StepName": "sample string 2",
"InitTime": "2026-02-05T18:35:48.9363486+11:00",
"InitById": "7944e695-47e6-4f7e-be9b-8dc5af7d3153",
"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>80582fbb-afe1-4396-bd49-be396a3f5e25</ArchivedById>
<AssignedDate>2026-02-05T18:35:48.9363486+11:00</AssignedDate>
<AssignedTo>1dc9cadc-a002-428b-b04d-c1a43ddba075</AssignedTo>
<BookingId>5315cf84-fb22-43ff-91bd-6a2800c20405</BookingId>
<CPDId>070ab396-f0b6-4d80-acc3-2e34ae967ab9</CPDId>
<CPDPeriodId>8a21cb14-e631-46ca-8cac-0ce3058da4b8</CPDPeriodId>
<CPDReductionId>f83c6234-9968-421e-9129-0f5408a0445a</CPDReductionId>
<CartId>fba0a242-536a-4aa4-8a7e-ddc274202fb5</CartId>
<CommitStepId>f0bb9488-82d9-423d-af93-0438343d841d</CommitStepId>
<CreatedById>13bf3b27-85ab-469c-98dd-6e1860896165</CreatedById>
<CreatedDate>2026-02-05T18:35:48.9363486+11:00</CreatedDate>
<CreatedDateTick>8</CreatedDateTick>
<CrossCheckApplicationTypeSuccesful>true</CrossCheckApplicationTypeSuccesful>
<CurrentStepId>347d4b38-7961-43e1-a424-bd67c871c322</CurrentStepId>
<ElectionId>82288cb2-54d6-4eb4-92bf-a74f14c6ec33</ElectionId>
<EntityId>0e916776-12ec-401f-b277-ac6ea2aff823</EntityId>
<EntityType>sample string 4</EntityType>
<Id>03918500-f27c-4b26-a0f8-277aacbce865</Id>
<InitHistory>
<FieldValueInitTime>
<InitBy>sample string 5</InitBy>
<InitById>7944e695-47e6-4f7e-be9b-8dc5af7d3153</InitById>
<InitTime>2026-02-05T18:35:48.9363486+11:00</InitTime>
<StepId>3cb062eb-3405-43b3-be1b-b35656ec9b38</StepId>
<StepName>sample string 2</StepName>
</FieldValueInitTime>
<FieldValueInitTime>
<InitBy>sample string 5</InitBy>
<InitById>7944e695-47e6-4f7e-be9b-8dc5af7d3153</InitById>
<InitTime>2026-02-05T18:35:48.9363486+11:00</InitTime>
<StepId>3cb062eb-3405-43b3-be1b-b35656ec9b38</StepId>
<StepName>sample string 2</StepName>
</FieldValueInitTime>
</InitHistory>
<InvoiceId>50cf7839-1acc-427b-b4b1-ddd31f080d28</InvoiceId>
<IsArchived>true</IsArchived>
<IsFinalised>true</IsFinalised>
<LastModifiedById>3a98be4f-e200-45dd-87a2-ea61ca4ad6bf</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>ca500a9a-7bf6-4876-9d85-7dbf148fec02</d2p1:guid>
<d2p1:guid>869cd692-ce73-494a-99ac-f6610e43f04e</d2p1:guid>
</PreviousStepIds>
<PropertyId>0405e272-f67a-494b-aebe-543e1f4f7d9c</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>83cc1b5b-11c1-44c1-8e63-58817c376fe0</StepId>
<StepName>sample string 2</StepName>
<SubmittedBy>sample string 5</SubmittedBy>
<SubmittedById>fa268533-9322-409a-8269-bd08f7ef0514</SubmittedById>
<SubmittedTime>2026-02-05T18:35:48.9363486+11:00</SubmittedTime>
</WorkflowStepSubmitTime>
<WorkflowStepSubmitTime>
<StepId>83cc1b5b-11c1-44c1-8e63-58817c376fe0</StepId>
<StepName>sample string 2</StepName>
<SubmittedBy>sample string 5</SubmittedBy>
<SubmittedById>fa268533-9322-409a-8269-bd08f7ef0514</SubmittedById>
<SubmittedTime>2026-02-05T18:35:48.9363486+11:00</SubmittedTime>
</WorkflowStepSubmitTime>
</SubmitTimes>
<UserFullName>sample string 5</UserFullName>
<UserId>f88a02e4-7d8e-463a-a332-1e0bd1f2ccb2</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>4ae5f7fe-55c4-4e91-b982-12a1dd5d050e</WaitlistEventId>
<WaitlistTicketTypeId>f26f12f1-8dba-404e-9370-865053970204</WaitlistTicketTypeId>
<WorkflowId>3b1bcee6-54f1-460e-9096-b87dc63c1a0a</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.