POST api/WorkflowFieldValues/Commit
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": "25658506-d314-4659-96c5-576abfc378df",
"WorkflowId": "5ef9ceee-3c5b-4507-83f1-8fd515906ef1",
"CurrentStepId": "da44573d-3f07-4923-92d9-549bc8726222",
"UserId": "819037a0-401e-4b97-94b0-230f2f4fd8f2",
"CPDId": "65ff3a3e-aecc-4c84-a71f-0e72c335f6d2",
"CPDPeriodId": "62550770-bc05-483b-a39a-b57e19e5f1b6",
"InvoiceId": "e2717ca4-82bb-453a-a993-59465a3a1602",
"CPDReductionId": "1a88b944-31d2-40cc-b7ca-3da6d5d0f7bb",
"ApplicableFrom": "2026-08-07T00:19:43.23345+00:00",
"ApplicableTo": "2026-08-07T00:19:43.23345+00:00",
"WaitlistEventId": "11c09e3e-dcfd-494c-bf4d-85c009dda597",
"WaitlistTicketTypeId": "4a87f736-b3d8-42bd-ada2-84292e2dfe64",
"CartId": "7aee740e-ee28-46d0-be3a-0cc10d29163c",
"ElectionId": "0c5fc0f0-0c21-4fdc-af67-2188b2369eea",
"PropertyId": "470c5dde-d804-4488-870a-2944d41125cf",
"BookingId": "8e8e995f-9a66-4c0e-b377-eb186c2b5991",
"EntityId": "3d59d556-6703-4cad-b993-34575c9feafb",
"EntityType": "sample string 4",
"UserFullName": "sample string 5",
"WorkflowName": "sample string 6",
"CreatedDate": "2026-08-07T00:19:43.23345+00:00",
"CreatedDateTick": 8,
"CreatedById": "e6c65b42-be0c-46bf-b0d9-7be255c879c4",
"LastModifiedDate": "2026-08-07T00:19:43.23345+00:00",
"LastModifiedById": "57bccebc-8bb6-40f3-bb63-68edd1bbcd87",
"IsArchived": true,
"CommitStepId": "984aeb6f-e24b-4d3b-9795-b606343295d4",
"Archived": "2026-08-07T00:19:43.23345+00:00",
"ArchivedById": "c407001c-be62-4f62-b5a5-787f4073b0cb",
"AssignedTo": "5d834436-338b-48af-8549-0829fee35d4c",
"AssignedDate": "2026-08-07T00:19:43.23345+00:00",
"PaymentSuccessful": true,
"PaymentGatewayTransactionRef": "sample string 11",
"CrossCheckApplicationTypeSuccesful": true,
"PreviousStepIds": [
"de9cd469-f1f4-4d63-b91a-e95777ed22c8",
"3a41fe8c-3d4c-47a7-8550-45b6a5a43b6e"
],
"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": "49180564-1e42-499a-9be9-09fe42daf0a5",
"StepName": "sample string 2",
"SubmittedTime": "2026-08-07T00:19:43.23345+00:00",
"SubmittedById": "4e747a78-afff-47aa-8b34-930c97a388c5",
"SubmittedBy": "sample string 5"
},
{
"StepId": "49180564-1e42-499a-9be9-09fe42daf0a5",
"StepName": "sample string 2",
"SubmittedTime": "2026-08-07T00:19:43.23345+00:00",
"SubmittedById": "4e747a78-afff-47aa-8b34-930c97a388c5",
"SubmittedBy": "sample string 5"
}
],
"InitHistory": [
{
"StepId": "98f31a4d-11c1-48ec-9574-49123580bf72",
"StepName": "sample string 2",
"InitTime": "2026-08-07T00:19:43.23345+00:00",
"InitById": "8a4b2711-b0bd-4c94-94e3-e92527e71d35",
"InitBy": "sample string 5"
},
{
"StepId": "98f31a4d-11c1-48ec-9574-49123580bf72",
"StepName": "sample string 2",
"InitTime": "2026-08-07T00:19:43.23345+00:00",
"InitById": "8a4b2711-b0bd-4c94-94e3-e92527e71d35",
"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-08-07T00:19:43.23345Z</d2p1:DateTime>
<d2p1:OffsetMinutes>0</d2p1:OffsetMinutes>
</ApplicableFrom>
<ApplicableTo xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
<d2p1:DateTime>2026-08-07T00:19:43.23345Z</d2p1:DateTime>
<d2p1:OffsetMinutes>0</d2p1:OffsetMinutes>
</ApplicableTo>
<Archived>2026-08-07T00:19:43.23345+00:00</Archived>
<ArchivedById>c407001c-be62-4f62-b5a5-787f4073b0cb</ArchivedById>
<AssignedDate>2026-08-07T00:19:43.23345+00:00</AssignedDate>
<AssignedTo>5d834436-338b-48af-8549-0829fee35d4c</AssignedTo>
<BookingId>8e8e995f-9a66-4c0e-b377-eb186c2b5991</BookingId>
<CPDId>65ff3a3e-aecc-4c84-a71f-0e72c335f6d2</CPDId>
<CPDPeriodId>62550770-bc05-483b-a39a-b57e19e5f1b6</CPDPeriodId>
<CPDReductionId>1a88b944-31d2-40cc-b7ca-3da6d5d0f7bb</CPDReductionId>
<CartId>7aee740e-ee28-46d0-be3a-0cc10d29163c</CartId>
<CommitStepId>984aeb6f-e24b-4d3b-9795-b606343295d4</CommitStepId>
<CreatedById>e6c65b42-be0c-46bf-b0d9-7be255c879c4</CreatedById>
<CreatedDate>2026-08-07T00:19:43.23345+00:00</CreatedDate>
<CreatedDateTick>8</CreatedDateTick>
<CrossCheckApplicationTypeSuccesful>true</CrossCheckApplicationTypeSuccesful>
<CurrentStepId>da44573d-3f07-4923-92d9-549bc8726222</CurrentStepId>
<ElectionId>0c5fc0f0-0c21-4fdc-af67-2188b2369eea</ElectionId>
<EntityId>3d59d556-6703-4cad-b993-34575c9feafb</EntityId>
<EntityType>sample string 4</EntityType>
<Id>25658506-d314-4659-96c5-576abfc378df</Id>
<InitHistory>
<FieldValueInitTime>
<InitBy>sample string 5</InitBy>
<InitById>8a4b2711-b0bd-4c94-94e3-e92527e71d35</InitById>
<InitTime>2026-08-07T00:19:43.23345+00:00</InitTime>
<StepId>98f31a4d-11c1-48ec-9574-49123580bf72</StepId>
<StepName>sample string 2</StepName>
</FieldValueInitTime>
<FieldValueInitTime>
<InitBy>sample string 5</InitBy>
<InitById>8a4b2711-b0bd-4c94-94e3-e92527e71d35</InitById>
<InitTime>2026-08-07T00:19:43.23345+00:00</InitTime>
<StepId>98f31a4d-11c1-48ec-9574-49123580bf72</StepId>
<StepName>sample string 2</StepName>
</FieldValueInitTime>
</InitHistory>
<InvoiceId>e2717ca4-82bb-453a-a993-59465a3a1602</InvoiceId>
<IsArchived>true</IsArchived>
<IsFinalised>true</IsFinalised>
<LastModifiedById>57bccebc-8bb6-40f3-bb63-68edd1bbcd87</LastModifiedById>
<LastModifiedDate>2026-08-07T00:19:43.23345+00:00</LastModifiedDate>
<PaymentGatewayTransactionRef>sample string 11</PaymentGatewayTransactionRef>
<PaymentSuccessful>true</PaymentSuccessful>
<PreviousStepIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>de9cd469-f1f4-4d63-b91a-e95777ed22c8</d2p1:guid>
<d2p1:guid>3a41fe8c-3d4c-47a7-8550-45b6a5a43b6e</d2p1:guid>
</PreviousStepIds>
<PropertyId>470c5dde-d804-4488-870a-2944d41125cf</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>49180564-1e42-499a-9be9-09fe42daf0a5</StepId>
<StepName>sample string 2</StepName>
<SubmittedBy>sample string 5</SubmittedBy>
<SubmittedById>4e747a78-afff-47aa-8b34-930c97a388c5</SubmittedById>
<SubmittedTime>2026-08-07T00:19:43.23345+00:00</SubmittedTime>
</WorkflowStepSubmitTime>
<WorkflowStepSubmitTime>
<StepId>49180564-1e42-499a-9be9-09fe42daf0a5</StepId>
<StepName>sample string 2</StepName>
<SubmittedBy>sample string 5</SubmittedBy>
<SubmittedById>4e747a78-afff-47aa-8b34-930c97a388c5</SubmittedById>
<SubmittedTime>2026-08-07T00:19:43.23345+00:00</SubmittedTime>
</WorkflowStepSubmitTime>
</SubmitTimes>
<UserFullName>sample string 5</UserFullName>
<UserId>819037a0-401e-4b97-94b0-230f2f4fd8f2</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>11c09e3e-dcfd-494c-bf4d-85c009dda597</WaitlistEventId>
<WaitlistTicketTypeId>4a87f736-b3d8-42bd-ada2-84292e2dfe64</WaitlistTicketTypeId>
<WorkflowId>5ef9ceee-3c5b-4507-83f1-8fd515906ef1</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.