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": "4ba19d8c-17b5-43f8-baa6-8d469d3434df",
"WorkflowId": "b14690ff-8ae0-4408-9a8a-9a6aba995ab7",
"CurrentStepId": "2e7fa030-88c3-4230-bbe5-926c11575a76",
"UserId": "e8a46300-c108-4b6c-a801-9fb4cf2b9c09",
"CPDId": "b6d9d847-4c3c-49fa-8ee4-76cb35573d25",
"CPDPeriodId": "a6d5c207-e093-49de-a80b-b9bf6f74f0a5",
"InvoiceId": "058de41a-4501-4d37-b2b2-f9a8eaeec2ee",
"CPDReductionId": "bdfea260-7eeb-4a01-bf3b-d762cce1a023",
"ApplicableFrom": "2026-06-07T01:20:31.3705134+00:00",
"ApplicableTo": "2026-06-07T01:20:31.3705134+00:00",
"WaitlistEventId": "60f20ec3-9932-43f1-964a-4e02f91f014d",
"WaitlistTicketTypeId": "3e45be82-f12b-4e06-acb5-c44e766ec9d3",
"CartId": "370ef4b0-5c43-44df-9f48-0b35a8c1deaa",
"ElectionId": "7f69b0ee-9410-4075-8a8f-9addc429c066",
"PropertyId": "9fbd79e7-50a3-4260-add9-301bf4e5cdae",
"BookingId": "287b85a6-387f-48da-b932-2e47512c8fe3",
"EntityId": "0d759dd5-519f-4076-8ca5-af0e55ee3bf5",
"EntityType": "sample string 4",
"UserFullName": "sample string 5",
"WorkflowName": "sample string 6",
"CreatedDate": "2026-06-07T01:20:31.3705134+00:00",
"CreatedDateTick": 8,
"CreatedById": "c2dcef62-8864-49f6-831f-24bd6e0ac2f0",
"LastModifiedDate": "2026-06-07T01:20:31.3705134+00:00",
"LastModifiedById": "0296f487-f44c-4150-8169-2a3ed6a1d482",
"IsArchived": true,
"CommitStepId": "6efb36c5-0f74-4d57-8a55-30a5f4e5bacc",
"Archived": "2026-06-07T01:20:31.3705134+00:00",
"ArchivedById": "7e74ae19-f989-414d-b2c2-37386920d873",
"AssignedTo": "99f65b3b-ebdb-4620-b6c6-35c494ed662b",
"AssignedDate": "2026-06-07T01:20:31.3705134+00:00",
"PaymentSuccessful": true,
"PaymentGatewayTransactionRef": "sample string 11",
"CrossCheckApplicationTypeSuccesful": true,
"PreviousStepIds": [
"5affc924-770f-45de-aa3b-46b9b2e6865d",
"50bf9590-5bad-4b80-aa99-73fe0c577f18"
],
"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": "4f1551ea-182d-419f-9883-7c71173fd6ba",
"StepName": "sample string 2",
"SubmittedTime": "2026-06-07T01:20:31.3705134+00:00",
"SubmittedById": "bc909ecc-0aa6-4218-ad6e-c73172673a1f",
"SubmittedBy": "sample string 5"
},
{
"StepId": "4f1551ea-182d-419f-9883-7c71173fd6ba",
"StepName": "sample string 2",
"SubmittedTime": "2026-06-07T01:20:31.3705134+00:00",
"SubmittedById": "bc909ecc-0aa6-4218-ad6e-c73172673a1f",
"SubmittedBy": "sample string 5"
}
],
"InitHistory": [
{
"StepId": "5e87b47a-2afe-4238-8038-82ec7b9dad66",
"StepName": "sample string 2",
"InitTime": "2026-06-07T01:20:31.3705134+00:00",
"InitById": "54712d4c-0b7e-4ba7-80df-6b7e6089d833",
"InitBy": "sample string 5"
},
{
"StepId": "5e87b47a-2afe-4238-8038-82ec7b9dad66",
"StepName": "sample string 2",
"InitTime": "2026-06-07T01:20:31.3705134+00:00",
"InitById": "54712d4c-0b7e-4ba7-80df-6b7e6089d833",
"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-06-07T01:20:31.3705134Z</d2p1:DateTime>
<d2p1:OffsetMinutes>0</d2p1:OffsetMinutes>
</ApplicableFrom>
<ApplicableTo xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
<d2p1:DateTime>2026-06-07T01:20:31.3705134Z</d2p1:DateTime>
<d2p1:OffsetMinutes>0</d2p1:OffsetMinutes>
</ApplicableTo>
<Archived>2026-06-07T01:20:31.3705134+00:00</Archived>
<ArchivedById>7e74ae19-f989-414d-b2c2-37386920d873</ArchivedById>
<AssignedDate>2026-06-07T01:20:31.3705134+00:00</AssignedDate>
<AssignedTo>99f65b3b-ebdb-4620-b6c6-35c494ed662b</AssignedTo>
<BookingId>287b85a6-387f-48da-b932-2e47512c8fe3</BookingId>
<CPDId>b6d9d847-4c3c-49fa-8ee4-76cb35573d25</CPDId>
<CPDPeriodId>a6d5c207-e093-49de-a80b-b9bf6f74f0a5</CPDPeriodId>
<CPDReductionId>bdfea260-7eeb-4a01-bf3b-d762cce1a023</CPDReductionId>
<CartId>370ef4b0-5c43-44df-9f48-0b35a8c1deaa</CartId>
<CommitStepId>6efb36c5-0f74-4d57-8a55-30a5f4e5bacc</CommitStepId>
<CreatedById>c2dcef62-8864-49f6-831f-24bd6e0ac2f0</CreatedById>
<CreatedDate>2026-06-07T01:20:31.3705134+00:00</CreatedDate>
<CreatedDateTick>8</CreatedDateTick>
<CrossCheckApplicationTypeSuccesful>true</CrossCheckApplicationTypeSuccesful>
<CurrentStepId>2e7fa030-88c3-4230-bbe5-926c11575a76</CurrentStepId>
<ElectionId>7f69b0ee-9410-4075-8a8f-9addc429c066</ElectionId>
<EntityId>0d759dd5-519f-4076-8ca5-af0e55ee3bf5</EntityId>
<EntityType>sample string 4</EntityType>
<Id>4ba19d8c-17b5-43f8-baa6-8d469d3434df</Id>
<InitHistory>
<FieldValueInitTime>
<InitBy>sample string 5</InitBy>
<InitById>54712d4c-0b7e-4ba7-80df-6b7e6089d833</InitById>
<InitTime>2026-06-07T01:20:31.3705134+00:00</InitTime>
<StepId>5e87b47a-2afe-4238-8038-82ec7b9dad66</StepId>
<StepName>sample string 2</StepName>
</FieldValueInitTime>
<FieldValueInitTime>
<InitBy>sample string 5</InitBy>
<InitById>54712d4c-0b7e-4ba7-80df-6b7e6089d833</InitById>
<InitTime>2026-06-07T01:20:31.3705134+00:00</InitTime>
<StepId>5e87b47a-2afe-4238-8038-82ec7b9dad66</StepId>
<StepName>sample string 2</StepName>
</FieldValueInitTime>
</InitHistory>
<InvoiceId>058de41a-4501-4d37-b2b2-f9a8eaeec2ee</InvoiceId>
<IsArchived>true</IsArchived>
<IsFinalised>true</IsFinalised>
<LastModifiedById>0296f487-f44c-4150-8169-2a3ed6a1d482</LastModifiedById>
<LastModifiedDate>2026-06-07T01:20:31.3705134+00:00</LastModifiedDate>
<PaymentGatewayTransactionRef>sample string 11</PaymentGatewayTransactionRef>
<PaymentSuccessful>true</PaymentSuccessful>
<PreviousStepIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>5affc924-770f-45de-aa3b-46b9b2e6865d</d2p1:guid>
<d2p1:guid>50bf9590-5bad-4b80-aa99-73fe0c577f18</d2p1:guid>
</PreviousStepIds>
<PropertyId>9fbd79e7-50a3-4260-add9-301bf4e5cdae</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>4f1551ea-182d-419f-9883-7c71173fd6ba</StepId>
<StepName>sample string 2</StepName>
<SubmittedBy>sample string 5</SubmittedBy>
<SubmittedById>bc909ecc-0aa6-4218-ad6e-c73172673a1f</SubmittedById>
<SubmittedTime>2026-06-07T01:20:31.3705134+00:00</SubmittedTime>
</WorkflowStepSubmitTime>
<WorkflowStepSubmitTime>
<StepId>4f1551ea-182d-419f-9883-7c71173fd6ba</StepId>
<StepName>sample string 2</StepName>
<SubmittedBy>sample string 5</SubmittedBy>
<SubmittedById>bc909ecc-0aa6-4218-ad6e-c73172673a1f</SubmittedById>
<SubmittedTime>2026-06-07T01:20:31.3705134+00:00</SubmittedTime>
</WorkflowStepSubmitTime>
</SubmitTimes>
<UserFullName>sample string 5</UserFullName>
<UserId>e8a46300-c108-4b6c-a801-9fb4cf2b9c09</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>60f20ec3-9932-43f1-964a-4e02f91f014d</WaitlistEventId>
<WaitlistTicketTypeId>3e45be82-f12b-4e06-acb5-c44e766ec9d3</WaitlistTicketTypeId>
<WorkflowId>b14690ff-8ae0-4408-9a8a-9a6aba995ab7</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.