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": "ac30b36e-ea6a-4946-ae22-3963b4e0d26b",
"WorkflowId": "672070e9-5c7a-41c6-b408-4eebe5781028",
"CurrentStepId": "7102c029-ac53-4f29-bb5c-5698c1a269e0",
"UserId": "ef95059c-416c-4b62-bc2d-1d54dfa573ae",
"CPDId": "db93be0b-5059-4720-9964-ffef51e425f7",
"CPDPeriodId": "912c2acb-b210-4fda-9dda-81ce3e47a897",
"InvoiceId": "bfa313a6-9f30-4d02-a552-f8120cc07b9d",
"CPDReductionId": "f62dd867-56c2-4ee0-917a-0cc34a739ff1",
"ApplicableFrom": "2026-04-25T23:42:41.4755687+10:00",
"ApplicableTo": "2026-04-25T23:42:41.4755687+10:00",
"WaitlistEventId": "2c5470be-a11e-49be-8709-cf14962acecb",
"WaitlistTicketTypeId": "c409bdab-936c-4011-8c37-f186b8fd6453",
"CartId": "1295ffe3-be25-4a64-86fb-b57ccfbd38ea",
"ElectionId": "a0eb9156-7155-49a6-badf-9d46f0ff1bfe",
"PropertyId": "6befcd3a-f89b-4a39-8880-79777707a57e",
"BookingId": "1187c55a-24f5-4934-ba72-1c26a0f59500",
"EntityId": "701d05ae-a728-4866-b86e-1e1088bbc3bf",
"EntityType": "sample string 4",
"UserFullName": "sample string 5",
"WorkflowName": "sample string 6",
"CreatedDate": "2026-04-25T23:42:41.4755687+10:00",
"CreatedDateTick": 8,
"CreatedById": "418a2456-8d8d-46a6-9d09-a49599cdc6dd",
"LastModifiedDate": "2026-04-25T23:42:41.4755687+10:00",
"LastModifiedById": "0a8bff0d-730e-4834-bddf-39e908765c06",
"IsArchived": true,
"CommitStepId": "e5de25b7-578d-465f-9cad-ae2fe3d92307",
"Archived": "2026-04-25T23:42:41.4755687+10:00",
"ArchivedById": "ca0e47ad-ddb3-40ad-9efe-3eec5b61ed59",
"AssignedTo": "9b6173d4-c5ed-44fe-a623-3c93de5be63c",
"AssignedDate": "2026-04-25T23:42:41.4755687+10:00",
"PaymentSuccessful": true,
"PaymentGatewayTransactionRef": "sample string 11",
"CrossCheckApplicationTypeSuccesful": true,
"PreviousStepIds": [
"e0e3ad7f-47c2-4ed4-ac27-1ee394b2ef15",
"d951311b-2f83-4b63-a5d3-803aa23112a1"
],
"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": "b6d18041-b6e1-4466-9eff-11372cf8a798",
"StepName": "sample string 2",
"SubmittedTime": "2026-04-25T23:42:41.4765693+10:00",
"SubmittedById": "65f909b7-591f-4728-8e73-e77bb0635a49",
"SubmittedBy": "sample string 5"
},
{
"StepId": "b6d18041-b6e1-4466-9eff-11372cf8a798",
"StepName": "sample string 2",
"SubmittedTime": "2026-04-25T23:42:41.4765693+10:00",
"SubmittedById": "65f909b7-591f-4728-8e73-e77bb0635a49",
"SubmittedBy": "sample string 5"
}
],
"InitHistory": [
{
"StepId": "41edfe1d-1159-4bab-9400-9b867625a218",
"StepName": "sample string 2",
"InitTime": "2026-04-25T23:42:41.4765693+10:00",
"InitById": "c4b37b70-9fa4-4a76-ac51-649e7868cf0e",
"InitBy": "sample string 5"
},
{
"StepId": "41edfe1d-1159-4bab-9400-9b867625a218",
"StepName": "sample string 2",
"InitTime": "2026-04-25T23:42:41.4765693+10:00",
"InitById": "c4b37b70-9fa4-4a76-ac51-649e7868cf0e",
"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-04-25T13:42:41.4755687Z</d2p1:DateTime>
<d2p1:OffsetMinutes>600</d2p1:OffsetMinutes>
</ApplicableFrom>
<ApplicableTo xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
<d2p1:DateTime>2026-04-25T13:42:41.4755687Z</d2p1:DateTime>
<d2p1:OffsetMinutes>600</d2p1:OffsetMinutes>
</ApplicableTo>
<Archived>2026-04-25T23:42:41.4755687+10:00</Archived>
<ArchivedById>ca0e47ad-ddb3-40ad-9efe-3eec5b61ed59</ArchivedById>
<AssignedDate>2026-04-25T23:42:41.4755687+10:00</AssignedDate>
<AssignedTo>9b6173d4-c5ed-44fe-a623-3c93de5be63c</AssignedTo>
<BookingId>1187c55a-24f5-4934-ba72-1c26a0f59500</BookingId>
<CPDId>db93be0b-5059-4720-9964-ffef51e425f7</CPDId>
<CPDPeriodId>912c2acb-b210-4fda-9dda-81ce3e47a897</CPDPeriodId>
<CPDReductionId>f62dd867-56c2-4ee0-917a-0cc34a739ff1</CPDReductionId>
<CartId>1295ffe3-be25-4a64-86fb-b57ccfbd38ea</CartId>
<CommitStepId>e5de25b7-578d-465f-9cad-ae2fe3d92307</CommitStepId>
<CreatedById>418a2456-8d8d-46a6-9d09-a49599cdc6dd</CreatedById>
<CreatedDate>2026-04-25T23:42:41.4755687+10:00</CreatedDate>
<CreatedDateTick>8</CreatedDateTick>
<CrossCheckApplicationTypeSuccesful>true</CrossCheckApplicationTypeSuccesful>
<CurrentStepId>7102c029-ac53-4f29-bb5c-5698c1a269e0</CurrentStepId>
<ElectionId>a0eb9156-7155-49a6-badf-9d46f0ff1bfe</ElectionId>
<EntityId>701d05ae-a728-4866-b86e-1e1088bbc3bf</EntityId>
<EntityType>sample string 4</EntityType>
<Id>ac30b36e-ea6a-4946-ae22-3963b4e0d26b</Id>
<InitHistory>
<FieldValueInitTime>
<InitBy>sample string 5</InitBy>
<InitById>c4b37b70-9fa4-4a76-ac51-649e7868cf0e</InitById>
<InitTime>2026-04-25T23:42:41.4765693+10:00</InitTime>
<StepId>41edfe1d-1159-4bab-9400-9b867625a218</StepId>
<StepName>sample string 2</StepName>
</FieldValueInitTime>
<FieldValueInitTime>
<InitBy>sample string 5</InitBy>
<InitById>c4b37b70-9fa4-4a76-ac51-649e7868cf0e</InitById>
<InitTime>2026-04-25T23:42:41.4765693+10:00</InitTime>
<StepId>41edfe1d-1159-4bab-9400-9b867625a218</StepId>
<StepName>sample string 2</StepName>
</FieldValueInitTime>
</InitHistory>
<InvoiceId>bfa313a6-9f30-4d02-a552-f8120cc07b9d</InvoiceId>
<IsArchived>true</IsArchived>
<IsFinalised>true</IsFinalised>
<LastModifiedById>0a8bff0d-730e-4834-bddf-39e908765c06</LastModifiedById>
<LastModifiedDate>2026-04-25T23:42:41.4755687+10:00</LastModifiedDate>
<PaymentGatewayTransactionRef>sample string 11</PaymentGatewayTransactionRef>
<PaymentSuccessful>true</PaymentSuccessful>
<PreviousStepIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>e0e3ad7f-47c2-4ed4-ac27-1ee394b2ef15</d2p1:guid>
<d2p1:guid>d951311b-2f83-4b63-a5d3-803aa23112a1</d2p1:guid>
</PreviousStepIds>
<PropertyId>6befcd3a-f89b-4a39-8880-79777707a57e</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>b6d18041-b6e1-4466-9eff-11372cf8a798</StepId>
<StepName>sample string 2</StepName>
<SubmittedBy>sample string 5</SubmittedBy>
<SubmittedById>65f909b7-591f-4728-8e73-e77bb0635a49</SubmittedById>
<SubmittedTime>2026-04-25T23:42:41.4765693+10:00</SubmittedTime>
</WorkflowStepSubmitTime>
<WorkflowStepSubmitTime>
<StepId>b6d18041-b6e1-4466-9eff-11372cf8a798</StepId>
<StepName>sample string 2</StepName>
<SubmittedBy>sample string 5</SubmittedBy>
<SubmittedById>65f909b7-591f-4728-8e73-e77bb0635a49</SubmittedById>
<SubmittedTime>2026-04-25T23:42:41.4765693+10:00</SubmittedTime>
</WorkflowStepSubmitTime>
</SubmitTimes>
<UserFullName>sample string 5</UserFullName>
<UserId>ef95059c-416c-4b62-bc2d-1d54dfa573ae</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>2c5470be-a11e-49be-8709-cf14962acecb</WaitlistEventId>
<WaitlistTicketTypeId>c409bdab-936c-4011-8c37-f186b8fd6453</WaitlistTicketTypeId>
<WorkflowId>672070e9-5c7a-41c6-b408-4eebe5781028</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.