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": "9e40423d-f9c0-4e4c-b556-83a47f61d8d0",
"WorkflowId": "4171d694-00ab-43b1-8466-a4533b5354e8",
"CurrentStepId": "20d3821a-83d4-46ac-aa6a-742541848d2c",
"UserId": "27f0ae4e-aff8-4930-b863-921177b089e1",
"CPDId": "227a1aa0-40b2-45e8-b56a-d9c6ad218ba9",
"CPDPeriodId": "8fe0745b-a769-4b30-a3e7-bd4c7deb3fdd",
"InvoiceId": "2993d577-e738-4db2-913e-d42ab9e82f36",
"CPDReductionId": "430b3699-46c5-45a4-8985-110cbb88147f",
"ApplicableFrom": "2025-12-12T12:38:30.032377+11:00",
"ApplicableTo": "2025-12-12T12:38:30.032377+11:00",
"WaitlistEventId": "d439c2ca-746f-4c4f-8ad9-fc1bb40dc007",
"WaitlistTicketTypeId": "ef38fee2-4688-4c40-ae72-40a3567b0c1e",
"CartId": "0a7dd623-657c-4ffe-b718-5499d2117294",
"ElectionId": "0bab8987-c1cf-4bf3-b055-a50be3791fbc",
"PropertyId": "59dddcfe-71fc-4e92-896e-fab7440a445b",
"BookingId": "630e91e4-beaf-4ee6-8776-eef08d4e5d57",
"EntityId": "c3ba341a-a5f0-4370-b345-acd0f6715314",
"EntityType": "sample string 4",
"UserFullName": "sample string 5",
"WorkflowName": "sample string 6",
"CreatedDate": "2025-12-12T12:38:30.032377+11:00",
"CreatedDateTick": 8,
"CreatedById": "523cb68e-b314-4829-8c29-d713fdedf2af",
"LastModifiedDate": "2025-12-12T12:38:30.032377+11:00",
"LastModifiedById": "f3a81dfb-0bd2-4394-a40a-c2d2f2383648",
"IsArchived": true,
"CommitStepId": "d218660f-92e5-49f3-bc37-372a830a88b7",
"Archived": "2025-12-12T12:38:30.032377+11:00",
"ArchivedById": "6bae286d-ecf1-4463-902b-91b90ec06255",
"AssignedTo": "7910e01d-79e3-4668-b3b8-55b21e832d15",
"AssignedDate": "2025-12-12T12:38:30.032377+11:00",
"PaymentSuccessful": true,
"PaymentGatewayTransactionRef": "sample string 11",
"CrossCheckApplicationTypeSuccesful": true,
"PreviousStepIds": [
"da3bab74-7d3c-4ad1-aee2-fffd8d7f8132",
"dd58b876-fa77-49ba-acdf-d88e9a9fa2bb"
],
"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": "d7e9b405-21a0-474e-8bc2-7ddd01b6a882",
"StepName": "sample string 2",
"SubmittedTime": "2025-12-12T12:38:30.0333772+11:00",
"SubmittedById": "af16964b-f0ae-4c5a-9850-99b0a777a65b",
"SubmittedBy": "sample string 5"
},
{
"StepId": "d7e9b405-21a0-474e-8bc2-7ddd01b6a882",
"StepName": "sample string 2",
"SubmittedTime": "2025-12-12T12:38:30.0333772+11:00",
"SubmittedById": "af16964b-f0ae-4c5a-9850-99b0a777a65b",
"SubmittedBy": "sample string 5"
}
],
"InitHistory": [
{
"StepId": "ca011946-ee2e-476c-a3ee-64db69deaa67",
"StepName": "sample string 2",
"InitTime": "2025-12-12T12:38:30.0333772+11:00",
"InitById": "e62a9f78-f83c-456f-9151-cd51f025bce0",
"InitBy": "sample string 5"
},
{
"StepId": "ca011946-ee2e-476c-a3ee-64db69deaa67",
"StepName": "sample string 2",
"InitTime": "2025-12-12T12:38:30.0333772+11:00",
"InitById": "e62a9f78-f83c-456f-9151-cd51f025bce0",
"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-12-12T01:38:30.032377Z</d2p1:DateTime>
<d2p1:OffsetMinutes>660</d2p1:OffsetMinutes>
</ApplicableFrom>
<ApplicableTo xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
<d2p1:DateTime>2025-12-12T01:38:30.032377Z</d2p1:DateTime>
<d2p1:OffsetMinutes>660</d2p1:OffsetMinutes>
</ApplicableTo>
<Archived>2025-12-12T12:38:30.032377+11:00</Archived>
<ArchivedById>6bae286d-ecf1-4463-902b-91b90ec06255</ArchivedById>
<AssignedDate>2025-12-12T12:38:30.032377+11:00</AssignedDate>
<AssignedTo>7910e01d-79e3-4668-b3b8-55b21e832d15</AssignedTo>
<BookingId>630e91e4-beaf-4ee6-8776-eef08d4e5d57</BookingId>
<CPDId>227a1aa0-40b2-45e8-b56a-d9c6ad218ba9</CPDId>
<CPDPeriodId>8fe0745b-a769-4b30-a3e7-bd4c7deb3fdd</CPDPeriodId>
<CPDReductionId>430b3699-46c5-45a4-8985-110cbb88147f</CPDReductionId>
<CartId>0a7dd623-657c-4ffe-b718-5499d2117294</CartId>
<CommitStepId>d218660f-92e5-49f3-bc37-372a830a88b7</CommitStepId>
<CreatedById>523cb68e-b314-4829-8c29-d713fdedf2af</CreatedById>
<CreatedDate>2025-12-12T12:38:30.032377+11:00</CreatedDate>
<CreatedDateTick>8</CreatedDateTick>
<CrossCheckApplicationTypeSuccesful>true</CrossCheckApplicationTypeSuccesful>
<CurrentStepId>20d3821a-83d4-46ac-aa6a-742541848d2c</CurrentStepId>
<ElectionId>0bab8987-c1cf-4bf3-b055-a50be3791fbc</ElectionId>
<EntityId>c3ba341a-a5f0-4370-b345-acd0f6715314</EntityId>
<EntityType>sample string 4</EntityType>
<Id>9e40423d-f9c0-4e4c-b556-83a47f61d8d0</Id>
<InitHistory>
<FieldValueInitTime>
<InitBy>sample string 5</InitBy>
<InitById>e62a9f78-f83c-456f-9151-cd51f025bce0</InitById>
<InitTime>2025-12-12T12:38:30.0333772+11:00</InitTime>
<StepId>ca011946-ee2e-476c-a3ee-64db69deaa67</StepId>
<StepName>sample string 2</StepName>
</FieldValueInitTime>
<FieldValueInitTime>
<InitBy>sample string 5</InitBy>
<InitById>e62a9f78-f83c-456f-9151-cd51f025bce0</InitById>
<InitTime>2025-12-12T12:38:30.0333772+11:00</InitTime>
<StepId>ca011946-ee2e-476c-a3ee-64db69deaa67</StepId>
<StepName>sample string 2</StepName>
</FieldValueInitTime>
</InitHistory>
<InvoiceId>2993d577-e738-4db2-913e-d42ab9e82f36</InvoiceId>
<IsArchived>true</IsArchived>
<IsFinalised>true</IsFinalised>
<LastModifiedById>f3a81dfb-0bd2-4394-a40a-c2d2f2383648</LastModifiedById>
<LastModifiedDate>2025-12-12T12:38:30.032377+11:00</LastModifiedDate>
<PaymentGatewayTransactionRef>sample string 11</PaymentGatewayTransactionRef>
<PaymentSuccessful>true</PaymentSuccessful>
<PreviousStepIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>da3bab74-7d3c-4ad1-aee2-fffd8d7f8132</d2p1:guid>
<d2p1:guid>dd58b876-fa77-49ba-acdf-d88e9a9fa2bb</d2p1:guid>
</PreviousStepIds>
<PropertyId>59dddcfe-71fc-4e92-896e-fab7440a445b</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>d7e9b405-21a0-474e-8bc2-7ddd01b6a882</StepId>
<StepName>sample string 2</StepName>
<SubmittedBy>sample string 5</SubmittedBy>
<SubmittedById>af16964b-f0ae-4c5a-9850-99b0a777a65b</SubmittedById>
<SubmittedTime>2025-12-12T12:38:30.0333772+11:00</SubmittedTime>
</WorkflowStepSubmitTime>
<WorkflowStepSubmitTime>
<StepId>d7e9b405-21a0-474e-8bc2-7ddd01b6a882</StepId>
<StepName>sample string 2</StepName>
<SubmittedBy>sample string 5</SubmittedBy>
<SubmittedById>af16964b-f0ae-4c5a-9850-99b0a777a65b</SubmittedById>
<SubmittedTime>2025-12-12T12:38:30.0333772+11:00</SubmittedTime>
</WorkflowStepSubmitTime>
</SubmitTimes>
<UserFullName>sample string 5</UserFullName>
<UserId>27f0ae4e-aff8-4930-b863-921177b089e1</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>d439c2ca-746f-4c4f-8ad9-fc1bb40dc007</WaitlistEventId>
<WaitlistTicketTypeId>ef38fee2-4688-4c40-ae72-40a3567b0c1e</WaitlistTicketTypeId>
<WorkflowId>4171d694-00ab-43b1-8466-a4533b5354e8</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.