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": "a5902e61-35d3-46fc-9df6-b0e65ba9bddd",
"WorkflowId": "c29f5174-246b-4aa2-91b6-1feb0751a150",
"CurrentStepId": "c257595f-43ab-4a02-9e2c-286b6d0f5f89",
"UserId": "2c3a1ec6-a15f-4ae9-b716-c742e76e6847",
"CPDId": "b4f7d37e-cf82-4012-ae73-c80bcca97d06",
"CPDPeriodId": "b4f4128d-dadf-4576-9474-1c27b8985b1a",
"InvoiceId": "1310d7b3-df55-4818-94fb-ca36f7841966",
"CPDReductionId": "4205cc29-df8f-47cf-ae6b-2889963aaebb",
"ApplicableFrom": "2026-03-04T23:34:18.4158671+00:00",
"ApplicableTo": "2026-03-04T23:34:18.4158671+00:00",
"WaitlistEventId": "2d65c323-dc78-4606-b16c-b19ad112405a",
"WaitlistTicketTypeId": "cf35f857-a67a-4818-8258-9ff54af328d5",
"CartId": "c8b6bc77-8ef3-4756-9329-b459e50780d4",
"ElectionId": "5d7cdc36-b149-4d08-b96f-06b302cc941f",
"PropertyId": "2c7d87fe-536e-448c-ba19-89fa49bd264f",
"BookingId": "d2243304-bd62-4980-a4d8-2489b809bf3a",
"EntityId": "75eed80e-159d-4383-b344-34f8abaa1f64",
"EntityType": "sample string 4",
"UserFullName": "sample string 5",
"WorkflowName": "sample string 6",
"CreatedDate": "2026-03-04T23:34:18.4158671+00:00",
"CreatedDateTick": 8,
"CreatedById": "4afc353b-a4ca-45eb-9147-0f92e55d6161",
"LastModifiedDate": "2026-03-04T23:34:18.4158671+00:00",
"LastModifiedById": "ee0237ea-4827-4437-9383-486d0ccb9d52",
"IsArchived": true,
"CommitStepId": "2d71b5d5-e703-43c9-b90e-41b2fa8e080f",
"Archived": "2026-03-04T23:34:18.4158671+00:00",
"ArchivedById": "3c43b22e-5cb1-43bd-a999-7335e043466b",
"AssignedTo": "4d4be436-ec72-42e2-b3be-98457c5f8f3a",
"AssignedDate": "2026-03-04T23:34:18.4158671+00:00",
"PaymentSuccessful": true,
"PaymentGatewayTransactionRef": "sample string 11",
"CrossCheckApplicationTypeSuccesful": true,
"PreviousStepIds": [
"cbb8fe0c-ae1f-4727-adea-ae27ab6ba481",
"5075d359-df56-4084-b0a2-f0fa07c59803"
],
"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": "71d76dad-95cc-42a3-ac9b-31d0020a5ddd",
"StepName": "sample string 2",
"SubmittedTime": "2026-03-04T23:34:18.4158671+00:00",
"SubmittedById": "78887893-ec14-45c6-9393-be0b2174b0c1",
"SubmittedBy": "sample string 5"
},
{
"StepId": "71d76dad-95cc-42a3-ac9b-31d0020a5ddd",
"StepName": "sample string 2",
"SubmittedTime": "2026-03-04T23:34:18.4158671+00:00",
"SubmittedById": "78887893-ec14-45c6-9393-be0b2174b0c1",
"SubmittedBy": "sample string 5"
}
],
"InitHistory": [
{
"StepId": "eedf74b8-0a2c-4271-af9d-b7a5c6c89de4",
"StepName": "sample string 2",
"InitTime": "2026-03-04T23:34:18.4158671+00:00",
"InitById": "6cc136be-d9cd-43f7-8ea1-e3542db1c15d",
"InitBy": "sample string 5"
},
{
"StepId": "eedf74b8-0a2c-4271-af9d-b7a5c6c89de4",
"StepName": "sample string 2",
"InitTime": "2026-03-04T23:34:18.4158671+00:00",
"InitById": "6cc136be-d9cd-43f7-8ea1-e3542db1c15d",
"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-04T23:34:18.4158671Z</d2p1:DateTime>
<d2p1:OffsetMinutes>0</d2p1:OffsetMinutes>
</ApplicableFrom>
<ApplicableTo xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
<d2p1:DateTime>2026-03-04T23:34:18.4158671Z</d2p1:DateTime>
<d2p1:OffsetMinutes>0</d2p1:OffsetMinutes>
</ApplicableTo>
<Archived>2026-03-04T23:34:18.4158671+00:00</Archived>
<ArchivedById>3c43b22e-5cb1-43bd-a999-7335e043466b</ArchivedById>
<AssignedDate>2026-03-04T23:34:18.4158671+00:00</AssignedDate>
<AssignedTo>4d4be436-ec72-42e2-b3be-98457c5f8f3a</AssignedTo>
<BookingId>d2243304-bd62-4980-a4d8-2489b809bf3a</BookingId>
<CPDId>b4f7d37e-cf82-4012-ae73-c80bcca97d06</CPDId>
<CPDPeriodId>b4f4128d-dadf-4576-9474-1c27b8985b1a</CPDPeriodId>
<CPDReductionId>4205cc29-df8f-47cf-ae6b-2889963aaebb</CPDReductionId>
<CartId>c8b6bc77-8ef3-4756-9329-b459e50780d4</CartId>
<CommitStepId>2d71b5d5-e703-43c9-b90e-41b2fa8e080f</CommitStepId>
<CreatedById>4afc353b-a4ca-45eb-9147-0f92e55d6161</CreatedById>
<CreatedDate>2026-03-04T23:34:18.4158671+00:00</CreatedDate>
<CreatedDateTick>8</CreatedDateTick>
<CrossCheckApplicationTypeSuccesful>true</CrossCheckApplicationTypeSuccesful>
<CurrentStepId>c257595f-43ab-4a02-9e2c-286b6d0f5f89</CurrentStepId>
<ElectionId>5d7cdc36-b149-4d08-b96f-06b302cc941f</ElectionId>
<EntityId>75eed80e-159d-4383-b344-34f8abaa1f64</EntityId>
<EntityType>sample string 4</EntityType>
<Id>a5902e61-35d3-46fc-9df6-b0e65ba9bddd</Id>
<InitHistory>
<FieldValueInitTime>
<InitBy>sample string 5</InitBy>
<InitById>6cc136be-d9cd-43f7-8ea1-e3542db1c15d</InitById>
<InitTime>2026-03-04T23:34:18.4158671+00:00</InitTime>
<StepId>eedf74b8-0a2c-4271-af9d-b7a5c6c89de4</StepId>
<StepName>sample string 2</StepName>
</FieldValueInitTime>
<FieldValueInitTime>
<InitBy>sample string 5</InitBy>
<InitById>6cc136be-d9cd-43f7-8ea1-e3542db1c15d</InitById>
<InitTime>2026-03-04T23:34:18.4158671+00:00</InitTime>
<StepId>eedf74b8-0a2c-4271-af9d-b7a5c6c89de4</StepId>
<StepName>sample string 2</StepName>
</FieldValueInitTime>
</InitHistory>
<InvoiceId>1310d7b3-df55-4818-94fb-ca36f7841966</InvoiceId>
<IsArchived>true</IsArchived>
<IsFinalised>true</IsFinalised>
<LastModifiedById>ee0237ea-4827-4437-9383-486d0ccb9d52</LastModifiedById>
<LastModifiedDate>2026-03-04T23:34:18.4158671+00:00</LastModifiedDate>
<PaymentGatewayTransactionRef>sample string 11</PaymentGatewayTransactionRef>
<PaymentSuccessful>true</PaymentSuccessful>
<PreviousStepIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>cbb8fe0c-ae1f-4727-adea-ae27ab6ba481</d2p1:guid>
<d2p1:guid>5075d359-df56-4084-b0a2-f0fa07c59803</d2p1:guid>
</PreviousStepIds>
<PropertyId>2c7d87fe-536e-448c-ba19-89fa49bd264f</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>71d76dad-95cc-42a3-ac9b-31d0020a5ddd</StepId>
<StepName>sample string 2</StepName>
<SubmittedBy>sample string 5</SubmittedBy>
<SubmittedById>78887893-ec14-45c6-9393-be0b2174b0c1</SubmittedById>
<SubmittedTime>2026-03-04T23:34:18.4158671+00:00</SubmittedTime>
</WorkflowStepSubmitTime>
<WorkflowStepSubmitTime>
<StepId>71d76dad-95cc-42a3-ac9b-31d0020a5ddd</StepId>
<StepName>sample string 2</StepName>
<SubmittedBy>sample string 5</SubmittedBy>
<SubmittedById>78887893-ec14-45c6-9393-be0b2174b0c1</SubmittedById>
<SubmittedTime>2026-03-04T23:34:18.4158671+00:00</SubmittedTime>
</WorkflowStepSubmitTime>
</SubmitTimes>
<UserFullName>sample string 5</UserFullName>
<UserId>2c3a1ec6-a15f-4ae9-b716-c742e76e6847</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>2d65c323-dc78-4606-b16c-b19ad112405a</WaitlistEventId>
<WaitlistTicketTypeId>cf35f857-a67a-4818-8258-9ff54af328d5</WaitlistTicketTypeId>
<WorkflowId>c29f5174-246b-4aa2-91b6-1feb0751a150</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.