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": "299538a4-2930-4c01-b67f-aa733978bdee",
"WorkflowId": "28254e03-94fa-42c5-90ea-49594745d5af",
"CurrentStepId": "f0a7b8eb-5b40-4139-bed7-e4306f333ffe",
"UserId": "e4f3c436-f3f4-41fa-af71-d3270706238e",
"CPDId": "b3e8220d-ceb0-4887-a82b-e5dd001e1d64",
"CPDPeriodId": "2172cacc-a787-4301-9daf-c5b1770c64bb",
"InvoiceId": "f8fe1af9-774a-4e4c-9e79-42a3f0fa6c1b",
"CPDReductionId": "1ba6d12f-e7b4-4454-803f-88925fb4e35d",
"ApplicableFrom": "2025-11-07T01:11:05.738958+11:00",
"ApplicableTo": "2025-11-07T01:11:05.738958+11:00",
"WaitlistEventId": "a57dc35e-b7bc-47fb-b06e-d2732adb3e9f",
"WaitlistTicketTypeId": "a647b29c-9f17-4453-a659-0080030310fe",
"CartId": "ff0f5c87-0fc3-4a26-802d-c2a47b650747",
"ElectionId": "b720ce85-c1df-4df5-970e-399c8631fba7",
"PropertyId": "4fef56d9-c464-447a-a820-6c043044decb",
"BookingId": "f3c466fa-8c0a-4417-ad44-57ef6877994e",
"EntityId": "797f372f-a3f3-410b-907c-16edd1c2e0ec",
"EntityType": "sample string 4",
"UserFullName": "sample string 5",
"WorkflowName": "sample string 6",
"CreatedDate": "2025-11-07T01:11:05.738958+11:00",
"CreatedDateTick": 8,
"CreatedById": "b292afe1-5a86-4121-855c-6ea04ae3c7e3",
"LastModifiedDate": "2025-11-07T01:11:05.738958+11:00",
"LastModifiedById": "d92e0dc5-1c90-4935-8f8a-e641c33ab3fe",
"IsArchived": true,
"CommitStepId": "5bb9f05e-f779-4ca5-8177-3dbfef0cc13d",
"Archived": "2025-11-07T01:11:05.738958+11:00",
"ArchivedById": "991bb58f-fd32-4802-bb5e-b80de9ddd629",
"AssignedTo": "e704246c-9b71-498e-ae9c-4b387e62f08e",
"AssignedDate": "2025-11-07T01:11:05.738958+11:00",
"PaymentSuccessful": true,
"PaymentGatewayTransactionRef": "sample string 11",
"CrossCheckApplicationTypeSuccesful": true,
"PreviousStepIds": [
"012527ab-ceb5-4302-a06d-fb7acbdfd7c6",
"74974063-a80a-4f16-88bc-5002c75a67ae"
],
"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": "6ec2289f-0b89-4756-91ee-56f554829915",
"StepName": "sample string 2",
"SubmittedTime": "2025-11-07T01:11:05.738958+11:00",
"SubmittedById": "6ac21f83-6301-44c5-8fde-0054fe54e223",
"SubmittedBy": "sample string 5"
},
{
"StepId": "6ec2289f-0b89-4756-91ee-56f554829915",
"StepName": "sample string 2",
"SubmittedTime": "2025-11-07T01:11:05.738958+11:00",
"SubmittedById": "6ac21f83-6301-44c5-8fde-0054fe54e223",
"SubmittedBy": "sample string 5"
}
],
"InitHistory": [
{
"StepId": "32343be6-3131-4248-8b1a-03ffc1f8eb91",
"StepName": "sample string 2",
"InitTime": "2025-11-07T01:11:05.738958+11:00",
"InitById": "9c6e9cde-ce62-4cc7-ae8f-8cab6deedf44",
"InitBy": "sample string 5"
},
{
"StepId": "32343be6-3131-4248-8b1a-03ffc1f8eb91",
"StepName": "sample string 2",
"InitTime": "2025-11-07T01:11:05.738958+11:00",
"InitById": "9c6e9cde-ce62-4cc7-ae8f-8cab6deedf44",
"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>2025-11-06T14:11:05.738958Z</d2p1:DateTime>
<d2p1:OffsetMinutes>660</d2p1:OffsetMinutes>
</ApplicableFrom>
<ApplicableTo xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
<d2p1:DateTime>2025-11-06T14:11:05.738958Z</d2p1:DateTime>
<d2p1:OffsetMinutes>660</d2p1:OffsetMinutes>
</ApplicableTo>
<Archived>2025-11-07T01:11:05.738958+11:00</Archived>
<ArchivedById>991bb58f-fd32-4802-bb5e-b80de9ddd629</ArchivedById>
<AssignedDate>2025-11-07T01:11:05.738958+11:00</AssignedDate>
<AssignedTo>e704246c-9b71-498e-ae9c-4b387e62f08e</AssignedTo>
<BookingId>f3c466fa-8c0a-4417-ad44-57ef6877994e</BookingId>
<CPDId>b3e8220d-ceb0-4887-a82b-e5dd001e1d64</CPDId>
<CPDPeriodId>2172cacc-a787-4301-9daf-c5b1770c64bb</CPDPeriodId>
<CPDReductionId>1ba6d12f-e7b4-4454-803f-88925fb4e35d</CPDReductionId>
<CartId>ff0f5c87-0fc3-4a26-802d-c2a47b650747</CartId>
<CommitStepId>5bb9f05e-f779-4ca5-8177-3dbfef0cc13d</CommitStepId>
<CreatedById>b292afe1-5a86-4121-855c-6ea04ae3c7e3</CreatedById>
<CreatedDate>2025-11-07T01:11:05.738958+11:00</CreatedDate>
<CreatedDateTick>8</CreatedDateTick>
<CrossCheckApplicationTypeSuccesful>true</CrossCheckApplicationTypeSuccesful>
<CurrentStepId>f0a7b8eb-5b40-4139-bed7-e4306f333ffe</CurrentStepId>
<ElectionId>b720ce85-c1df-4df5-970e-399c8631fba7</ElectionId>
<EntityId>797f372f-a3f3-410b-907c-16edd1c2e0ec</EntityId>
<EntityType>sample string 4</EntityType>
<Id>299538a4-2930-4c01-b67f-aa733978bdee</Id>
<InitHistory>
<FieldValueInitTime>
<InitBy>sample string 5</InitBy>
<InitById>9c6e9cde-ce62-4cc7-ae8f-8cab6deedf44</InitById>
<InitTime>2025-11-07T01:11:05.738958+11:00</InitTime>
<StepId>32343be6-3131-4248-8b1a-03ffc1f8eb91</StepId>
<StepName>sample string 2</StepName>
</FieldValueInitTime>
<FieldValueInitTime>
<InitBy>sample string 5</InitBy>
<InitById>9c6e9cde-ce62-4cc7-ae8f-8cab6deedf44</InitById>
<InitTime>2025-11-07T01:11:05.738958+11:00</InitTime>
<StepId>32343be6-3131-4248-8b1a-03ffc1f8eb91</StepId>
<StepName>sample string 2</StepName>
</FieldValueInitTime>
</InitHistory>
<InvoiceId>f8fe1af9-774a-4e4c-9e79-42a3f0fa6c1b</InvoiceId>
<IsArchived>true</IsArchived>
<IsFinalised>true</IsFinalised>
<LastModifiedById>d92e0dc5-1c90-4935-8f8a-e641c33ab3fe</LastModifiedById>
<LastModifiedDate>2025-11-07T01:11:05.738958+11:00</LastModifiedDate>
<PaymentGatewayTransactionRef>sample string 11</PaymentGatewayTransactionRef>
<PaymentSuccessful>true</PaymentSuccessful>
<PreviousStepIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>012527ab-ceb5-4302-a06d-fb7acbdfd7c6</d2p1:guid>
<d2p1:guid>74974063-a80a-4f16-88bc-5002c75a67ae</d2p1:guid>
</PreviousStepIds>
<PropertyId>4fef56d9-c464-447a-a820-6c043044decb</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>6ec2289f-0b89-4756-91ee-56f554829915</StepId>
<StepName>sample string 2</StepName>
<SubmittedBy>sample string 5</SubmittedBy>
<SubmittedById>6ac21f83-6301-44c5-8fde-0054fe54e223</SubmittedById>
<SubmittedTime>2025-11-07T01:11:05.738958+11:00</SubmittedTime>
</WorkflowStepSubmitTime>
<WorkflowStepSubmitTime>
<StepId>6ec2289f-0b89-4756-91ee-56f554829915</StepId>
<StepName>sample string 2</StepName>
<SubmittedBy>sample string 5</SubmittedBy>
<SubmittedById>6ac21f83-6301-44c5-8fde-0054fe54e223</SubmittedById>
<SubmittedTime>2025-11-07T01:11:05.738958+11:00</SubmittedTime>
</WorkflowStepSubmitTime>
</SubmitTimes>
<UserFullName>sample string 5</UserFullName>
<UserId>e4f3c436-f3f4-41fa-af71-d3270706238e</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>a57dc35e-b7bc-47fb-b06e-d2732adb3e9f</WaitlistEventId>
<WaitlistTicketTypeId>a647b29c-9f17-4453-a659-0080030310fe</WaitlistTicketTypeId>
<WorkflowId>28254e03-94fa-42c5-90ea-49594745d5af</WorkflowId>
<WorkflowName>sample string 6</WorkflowName>
</WorkflowFieldValue>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.