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": "0fd26dd0-2b2d-4e72-9d8d-0462dbae0d96",
"WorkflowId": "dbfe30eb-0c8f-4861-8332-7a9f95515f50",
"CurrentStepId": "38293033-74e1-4a21-99a3-af010e5fd8b9",
"UserId": "f605f034-6163-4213-b6de-c6151185bb77",
"CPDId": "17aeeba3-cf55-443e-9e95-ad88b42c2237",
"CPDPeriodId": "ff60b78e-bc8e-4c66-82aa-dff0825d4410",
"InvoiceId": "66073482-5762-47be-8dc0-dfdfe697dc91",
"CPDReductionId": "b3660f63-8c25-48a0-a829-64c0df5b61bb",
"ApplicableFrom": "2026-05-10T21:53:18.9448128+10:00",
"ApplicableTo": "2026-05-10T21:53:18.9448128+10:00",
"WaitlistEventId": "c5f1cf57-08b9-455a-8d36-bb2480975ae9",
"WaitlistTicketTypeId": "05ce7b85-1ed5-40ae-b007-c303671d900a",
"CartId": "9f3a43a0-1301-4f82-95b6-6e280094d744",
"ElectionId": "064ff82a-8bd0-47eb-9a61-91e39d863124",
"PropertyId": "45afa573-9ba7-417c-a41c-3d5339ef2255",
"BookingId": "02393b96-53e9-4181-8215-2b3b5e9f2988",
"EntityId": "2335ddc9-e37a-4c03-9085-79343dc19631",
"EntityType": "sample string 4",
"UserFullName": "sample string 5",
"WorkflowName": "sample string 6",
"CreatedDate": "2026-05-10T21:53:18.9448128+10:00",
"CreatedDateTick": 8,
"CreatedById": "ebbcd7e4-4608-40be-ba30-7868ccd51756",
"LastModifiedDate": "2026-05-10T21:53:18.9448128+10:00",
"LastModifiedById": "da56939d-a3f8-4723-8ee1-122604078032",
"IsArchived": true,
"CommitStepId": "37607bfe-ab44-4451-87ec-d99f6b3c3b03",
"Archived": "2026-05-10T21:53:18.9448128+10:00",
"ArchivedById": "a5e08c5c-4954-459b-9735-bc845d56da2d",
"AssignedTo": "400f9575-67f4-4539-93f1-aa37d5d1438a",
"AssignedDate": "2026-05-10T21:53:18.9448128+10:00",
"PaymentSuccessful": true,
"PaymentGatewayTransactionRef": "sample string 11",
"CrossCheckApplicationTypeSuccesful": true,
"PreviousStepIds": [
"0e215358-f4be-4eb3-8abc-12c44b0a3eec",
"4c6a16d4-0290-432a-82c1-917f64329d8f"
],
"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": "eb7d8082-e1ac-4f4d-aa2c-f5cd4a845ace",
"StepName": "sample string 2",
"SubmittedTime": "2026-05-10T21:53:18.9448128+10:00",
"SubmittedById": "364e0541-9473-4f3e-89dc-9c4a3cfcaf28",
"SubmittedBy": "sample string 5"
},
{
"StepId": "eb7d8082-e1ac-4f4d-aa2c-f5cd4a845ace",
"StepName": "sample string 2",
"SubmittedTime": "2026-05-10T21:53:18.9448128+10:00",
"SubmittedById": "364e0541-9473-4f3e-89dc-9c4a3cfcaf28",
"SubmittedBy": "sample string 5"
}
],
"InitHistory": [
{
"StepId": "83ff21f9-f906-4221-b492-8e660b06ade8",
"StepName": "sample string 2",
"InitTime": "2026-05-10T21:53:18.9448128+10:00",
"InitById": "e5865f6c-3de4-487c-a5e2-0f473ef03cf3",
"InitBy": "sample string 5"
},
{
"StepId": "83ff21f9-f906-4221-b492-8e660b06ade8",
"StepName": "sample string 2",
"InitTime": "2026-05-10T21:53:18.9448128+10:00",
"InitById": "e5865f6c-3de4-487c-a5e2-0f473ef03cf3",
"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-05-10T11:53:18.9448128Z</d2p1:DateTime>
<d2p1:OffsetMinutes>600</d2p1:OffsetMinutes>
</ApplicableFrom>
<ApplicableTo xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
<d2p1:DateTime>2026-05-10T11:53:18.9448128Z</d2p1:DateTime>
<d2p1:OffsetMinutes>600</d2p1:OffsetMinutes>
</ApplicableTo>
<Archived>2026-05-10T21:53:18.9448128+10:00</Archived>
<ArchivedById>a5e08c5c-4954-459b-9735-bc845d56da2d</ArchivedById>
<AssignedDate>2026-05-10T21:53:18.9448128+10:00</AssignedDate>
<AssignedTo>400f9575-67f4-4539-93f1-aa37d5d1438a</AssignedTo>
<BookingId>02393b96-53e9-4181-8215-2b3b5e9f2988</BookingId>
<CPDId>17aeeba3-cf55-443e-9e95-ad88b42c2237</CPDId>
<CPDPeriodId>ff60b78e-bc8e-4c66-82aa-dff0825d4410</CPDPeriodId>
<CPDReductionId>b3660f63-8c25-48a0-a829-64c0df5b61bb</CPDReductionId>
<CartId>9f3a43a0-1301-4f82-95b6-6e280094d744</CartId>
<CommitStepId>37607bfe-ab44-4451-87ec-d99f6b3c3b03</CommitStepId>
<CreatedById>ebbcd7e4-4608-40be-ba30-7868ccd51756</CreatedById>
<CreatedDate>2026-05-10T21:53:18.9448128+10:00</CreatedDate>
<CreatedDateTick>8</CreatedDateTick>
<CrossCheckApplicationTypeSuccesful>true</CrossCheckApplicationTypeSuccesful>
<CurrentStepId>38293033-74e1-4a21-99a3-af010e5fd8b9</CurrentStepId>
<ElectionId>064ff82a-8bd0-47eb-9a61-91e39d863124</ElectionId>
<EntityId>2335ddc9-e37a-4c03-9085-79343dc19631</EntityId>
<EntityType>sample string 4</EntityType>
<Id>0fd26dd0-2b2d-4e72-9d8d-0462dbae0d96</Id>
<InitHistory>
<FieldValueInitTime>
<InitBy>sample string 5</InitBy>
<InitById>e5865f6c-3de4-487c-a5e2-0f473ef03cf3</InitById>
<InitTime>2026-05-10T21:53:18.9448128+10:00</InitTime>
<StepId>83ff21f9-f906-4221-b492-8e660b06ade8</StepId>
<StepName>sample string 2</StepName>
</FieldValueInitTime>
<FieldValueInitTime>
<InitBy>sample string 5</InitBy>
<InitById>e5865f6c-3de4-487c-a5e2-0f473ef03cf3</InitById>
<InitTime>2026-05-10T21:53:18.9448128+10:00</InitTime>
<StepId>83ff21f9-f906-4221-b492-8e660b06ade8</StepId>
<StepName>sample string 2</StepName>
</FieldValueInitTime>
</InitHistory>
<InvoiceId>66073482-5762-47be-8dc0-dfdfe697dc91</InvoiceId>
<IsArchived>true</IsArchived>
<IsFinalised>true</IsFinalised>
<LastModifiedById>da56939d-a3f8-4723-8ee1-122604078032</LastModifiedById>
<LastModifiedDate>2026-05-10T21:53:18.9448128+10:00</LastModifiedDate>
<PaymentGatewayTransactionRef>sample string 11</PaymentGatewayTransactionRef>
<PaymentSuccessful>true</PaymentSuccessful>
<PreviousStepIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>0e215358-f4be-4eb3-8abc-12c44b0a3eec</d2p1:guid>
<d2p1:guid>4c6a16d4-0290-432a-82c1-917f64329d8f</d2p1:guid>
</PreviousStepIds>
<PropertyId>45afa573-9ba7-417c-a41c-3d5339ef2255</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>eb7d8082-e1ac-4f4d-aa2c-f5cd4a845ace</StepId>
<StepName>sample string 2</StepName>
<SubmittedBy>sample string 5</SubmittedBy>
<SubmittedById>364e0541-9473-4f3e-89dc-9c4a3cfcaf28</SubmittedById>
<SubmittedTime>2026-05-10T21:53:18.9448128+10:00</SubmittedTime>
</WorkflowStepSubmitTime>
<WorkflowStepSubmitTime>
<StepId>eb7d8082-e1ac-4f4d-aa2c-f5cd4a845ace</StepId>
<StepName>sample string 2</StepName>
<SubmittedBy>sample string 5</SubmittedBy>
<SubmittedById>364e0541-9473-4f3e-89dc-9c4a3cfcaf28</SubmittedById>
<SubmittedTime>2026-05-10T21:53:18.9448128+10:00</SubmittedTime>
</WorkflowStepSubmitTime>
</SubmitTimes>
<UserFullName>sample string 5</UserFullName>
<UserId>f605f034-6163-4213-b6de-c6151185bb77</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>c5f1cf57-08b9-455a-8d36-bb2480975ae9</WaitlistEventId>
<WaitlistTicketTypeId>05ce7b85-1ed5-40ae-b007-c303671d900a</WaitlistTicketTypeId>
<WorkflowId>dbfe30eb-0c8f-4861-8332-7a9f95515f50</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.