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": "b1965539-9c8b-47fc-8ea4-09be32aaeebf",
"WorkflowId": "9251f700-f9ee-456f-b082-bad7b7e103d4",
"CurrentStepId": "a4b088eb-8947-45a1-91b8-a6c362c5f382",
"UserId": "a5565244-d5a4-4ab8-9e56-a7780bd3d4a3",
"CPDId": "56d7d668-38c6-46d5-af09-018e0add3ea8",
"CPDPeriodId": "11d4a4eb-485e-414c-ae78-09c49b4af9f7",
"InvoiceId": "d6a89f28-5b50-4874-96b8-b140150255fd",
"CPDReductionId": "3a063075-ac1f-4f34-91bc-790157ef8bf5",
"ApplicableFrom": "2026-03-23T07:36:03.4570899+11:00",
"ApplicableTo": "2026-03-23T07:36:03.4570899+11:00",
"WaitlistEventId": "469015ea-2be2-45a9-9016-6a313e6bda68",
"WaitlistTicketTypeId": "95e5def1-e365-4338-a097-200a25f906c0",
"CartId": "50312cb6-72f6-4876-abfb-27870f3070e3",
"ElectionId": "edc104c6-fb47-4d1f-a07b-f9fe4100128b",
"PropertyId": "255c196e-b923-4370-8504-ea2e0f223296",
"BookingId": "af713142-2771-4358-b200-68249d7a78c2",
"EntityId": "b09372df-16ff-4d31-ab62-b1655fa81de8",
"EntityType": "sample string 4",
"UserFullName": "sample string 5",
"WorkflowName": "sample string 6",
"CreatedDate": "2026-03-23T07:36:03.4570899+11:00",
"CreatedDateTick": 8,
"CreatedById": "7a8c5e44-cc8d-4d11-9f8a-6f023ab53399",
"LastModifiedDate": "2026-03-23T07:36:03.4570899+11:00",
"LastModifiedById": "579b336f-d65f-461e-b693-31c64c24bebb",
"IsArchived": true,
"CommitStepId": "3e38bc0a-f51d-4744-b5e1-1c2cf63c6bab",
"Archived": "2026-03-23T07:36:03.4570899+11:00",
"ArchivedById": "2c232e4e-169d-4a37-a076-8be561505b9e",
"AssignedTo": "edd8d95a-8f0c-456d-87ba-6770c3b16463",
"AssignedDate": "2026-03-23T07:36:03.4570899+11:00",
"PaymentSuccessful": true,
"PaymentGatewayTransactionRef": "sample string 11",
"CrossCheckApplicationTypeSuccesful": true,
"PreviousStepIds": [
"c14a40bb-1104-4594-b963-fb906def6466",
"4da24f21-7053-44b3-828b-cf4e09399b30"
],
"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": "6dfbe8be-5f79-4523-922d-770828d3da0e",
"StepName": "sample string 2",
"SubmittedTime": "2026-03-23T07:36:03.4570899+11:00",
"SubmittedById": "6889876c-af55-4a71-b376-b95297c3abea",
"SubmittedBy": "sample string 5"
},
{
"StepId": "6dfbe8be-5f79-4523-922d-770828d3da0e",
"StepName": "sample string 2",
"SubmittedTime": "2026-03-23T07:36:03.4570899+11:00",
"SubmittedById": "6889876c-af55-4a71-b376-b95297c3abea",
"SubmittedBy": "sample string 5"
}
],
"InitHistory": [
{
"StepId": "1bcf8e2d-2f5a-49f9-bc5c-102dc4819c08",
"StepName": "sample string 2",
"InitTime": "2026-03-23T07:36:03.4570899+11:00",
"InitById": "aabd79ab-5e5b-4436-a659-5b96b66eedca",
"InitBy": "sample string 5"
},
{
"StepId": "1bcf8e2d-2f5a-49f9-bc5c-102dc4819c08",
"StepName": "sample string 2",
"InitTime": "2026-03-23T07:36:03.4570899+11:00",
"InitById": "aabd79ab-5e5b-4436-a659-5b96b66eedca",
"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-03-22T20:36:03.4570899Z</d2p1:DateTime>
<d2p1:OffsetMinutes>660</d2p1:OffsetMinutes>
</ApplicableFrom>
<ApplicableTo xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
<d2p1:DateTime>2026-03-22T20:36:03.4570899Z</d2p1:DateTime>
<d2p1:OffsetMinutes>660</d2p1:OffsetMinutes>
</ApplicableTo>
<Archived>2026-03-23T07:36:03.4570899+11:00</Archived>
<ArchivedById>2c232e4e-169d-4a37-a076-8be561505b9e</ArchivedById>
<AssignedDate>2026-03-23T07:36:03.4570899+11:00</AssignedDate>
<AssignedTo>edd8d95a-8f0c-456d-87ba-6770c3b16463</AssignedTo>
<BookingId>af713142-2771-4358-b200-68249d7a78c2</BookingId>
<CPDId>56d7d668-38c6-46d5-af09-018e0add3ea8</CPDId>
<CPDPeriodId>11d4a4eb-485e-414c-ae78-09c49b4af9f7</CPDPeriodId>
<CPDReductionId>3a063075-ac1f-4f34-91bc-790157ef8bf5</CPDReductionId>
<CartId>50312cb6-72f6-4876-abfb-27870f3070e3</CartId>
<CommitStepId>3e38bc0a-f51d-4744-b5e1-1c2cf63c6bab</CommitStepId>
<CreatedById>7a8c5e44-cc8d-4d11-9f8a-6f023ab53399</CreatedById>
<CreatedDate>2026-03-23T07:36:03.4570899+11:00</CreatedDate>
<CreatedDateTick>8</CreatedDateTick>
<CrossCheckApplicationTypeSuccesful>true</CrossCheckApplicationTypeSuccesful>
<CurrentStepId>a4b088eb-8947-45a1-91b8-a6c362c5f382</CurrentStepId>
<ElectionId>edc104c6-fb47-4d1f-a07b-f9fe4100128b</ElectionId>
<EntityId>b09372df-16ff-4d31-ab62-b1655fa81de8</EntityId>
<EntityType>sample string 4</EntityType>
<Id>b1965539-9c8b-47fc-8ea4-09be32aaeebf</Id>
<InitHistory>
<FieldValueInitTime>
<InitBy>sample string 5</InitBy>
<InitById>aabd79ab-5e5b-4436-a659-5b96b66eedca</InitById>
<InitTime>2026-03-23T07:36:03.4570899+11:00</InitTime>
<StepId>1bcf8e2d-2f5a-49f9-bc5c-102dc4819c08</StepId>
<StepName>sample string 2</StepName>
</FieldValueInitTime>
<FieldValueInitTime>
<InitBy>sample string 5</InitBy>
<InitById>aabd79ab-5e5b-4436-a659-5b96b66eedca</InitById>
<InitTime>2026-03-23T07:36:03.4570899+11:00</InitTime>
<StepId>1bcf8e2d-2f5a-49f9-bc5c-102dc4819c08</StepId>
<StepName>sample string 2</StepName>
</FieldValueInitTime>
</InitHistory>
<InvoiceId>d6a89f28-5b50-4874-96b8-b140150255fd</InvoiceId>
<IsArchived>true</IsArchived>
<IsFinalised>true</IsFinalised>
<LastModifiedById>579b336f-d65f-461e-b693-31c64c24bebb</LastModifiedById>
<LastModifiedDate>2026-03-23T07:36:03.4570899+11:00</LastModifiedDate>
<PaymentGatewayTransactionRef>sample string 11</PaymentGatewayTransactionRef>
<PaymentSuccessful>true</PaymentSuccessful>
<PreviousStepIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>c14a40bb-1104-4594-b963-fb906def6466</d2p1:guid>
<d2p1:guid>4da24f21-7053-44b3-828b-cf4e09399b30</d2p1:guid>
</PreviousStepIds>
<PropertyId>255c196e-b923-4370-8504-ea2e0f223296</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>6dfbe8be-5f79-4523-922d-770828d3da0e</StepId>
<StepName>sample string 2</StepName>
<SubmittedBy>sample string 5</SubmittedBy>
<SubmittedById>6889876c-af55-4a71-b376-b95297c3abea</SubmittedById>
<SubmittedTime>2026-03-23T07:36:03.4570899+11:00</SubmittedTime>
</WorkflowStepSubmitTime>
<WorkflowStepSubmitTime>
<StepId>6dfbe8be-5f79-4523-922d-770828d3da0e</StepId>
<StepName>sample string 2</StepName>
<SubmittedBy>sample string 5</SubmittedBy>
<SubmittedById>6889876c-af55-4a71-b376-b95297c3abea</SubmittedById>
<SubmittedTime>2026-03-23T07:36:03.4570899+11:00</SubmittedTime>
</WorkflowStepSubmitTime>
</SubmitTimes>
<UserFullName>sample string 5</UserFullName>
<UserId>a5565244-d5a4-4ab8-9e56-a7780bd3d4a3</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>469015ea-2be2-45a9-9016-6a313e6bda68</WaitlistEventId>
<WaitlistTicketTypeId>95e5def1-e365-4338-a097-200a25f906c0</WaitlistTicketTypeId>
<WorkflowId>9251f700-f9ee-456f-b082-bad7b7e103d4</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.