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": "2f580bd4-cd93-4960-85ff-5a2356bb551b",
"WorkflowId": "0287f4b5-c10d-4843-8333-152a6375ad98",
"CurrentStepId": "40b514ea-b793-4aed-9007-54bfab2ae99f",
"UserId": "bb089d58-14ad-45f0-80c3-5ede4d1d58f6",
"CPDId": "b7398b72-0b85-45a2-a72e-2f1bdf299ee7",
"CPDPeriodId": "dc4dd6b4-4938-4cf6-8212-8c492f3949fa",
"InvoiceId": "a99d5714-ffcd-4c13-ba88-df77b3327505",
"CPDReductionId": "0dfad313-f157-42b7-ba41-358a6c96d75c",
"ApplicableFrom": "2026-02-19T12:13:16.4313856+11:00",
"ApplicableTo": "2026-02-19T12:13:16.4313856+11:00",
"WaitlistEventId": "6f596c63-b2a4-4027-a4fe-6ced556eb0b5",
"WaitlistTicketTypeId": "68525eb0-e6db-4dc1-be96-fb9c26cf6e02",
"CartId": "e0cd1676-b393-4da9-b4cb-82998ab0fe6d",
"ElectionId": "368b77de-715c-4481-8df2-69957700aa19",
"PropertyId": "36c54964-9d0b-4522-b74e-38d764d483eb",
"BookingId": "7b8b52d8-ca79-469e-91bd-ed6c6a33083e",
"EntityId": "9ad9d52e-aeda-4a49-aac1-652a6d0510c9",
"EntityType": "sample string 4",
"UserFullName": "sample string 5",
"WorkflowName": "sample string 6",
"CreatedDate": "2026-02-19T12:13:16.4323844+11:00",
"CreatedDateTick": 8,
"CreatedById": "1027fdfb-96fe-43e3-a849-c1aa4458df00",
"LastModifiedDate": "2026-02-19T12:13:16.433381+11:00",
"LastModifiedById": "9aa42f24-35f6-4b39-b524-cafeac2cda0c",
"IsArchived": true,
"CommitStepId": "9c569076-ee0e-4941-9984-c5100f9fb32c",
"Archived": "2026-02-19T12:13:16.433381+11:00",
"ArchivedById": "5b561b5c-97e7-4de5-aca9-b1d87ae24f7e",
"AssignedTo": "51e60ada-48ca-4af4-819b-01adbe2d202d",
"AssignedDate": "2026-02-19T12:13:16.433381+11:00",
"PaymentSuccessful": true,
"PaymentGatewayTransactionRef": "sample string 11",
"CrossCheckApplicationTypeSuccesful": true,
"PreviousStepIds": [
"9a230fa6-c928-400a-8e3d-eb7ea537f02e",
"7f8f34bc-032e-4440-a68e-9f0b8cb204eb"
],
"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": "34ed44f9-88b9-4cd9-b613-81652f668d4a",
"StepName": "sample string 2",
"SubmittedTime": "2026-02-19T12:13:16.4353856+11:00",
"SubmittedById": "3ac76b4a-0f43-4c32-9521-1c46585ef5b6",
"SubmittedBy": "sample string 5"
},
{
"StepId": "34ed44f9-88b9-4cd9-b613-81652f668d4a",
"StepName": "sample string 2",
"SubmittedTime": "2026-02-19T12:13:16.4353856+11:00",
"SubmittedById": "3ac76b4a-0f43-4c32-9521-1c46585ef5b6",
"SubmittedBy": "sample string 5"
}
],
"InitHistory": [
{
"StepId": "aac39219-81b7-4666-aff2-bbb4d6a18b0e",
"StepName": "sample string 2",
"InitTime": "2026-02-19T12:13:16.4353856+11:00",
"InitById": "dda5fdfc-90be-4297-bd7f-fb04669d06a9",
"InitBy": "sample string 5"
},
{
"StepId": "aac39219-81b7-4666-aff2-bbb4d6a18b0e",
"StepName": "sample string 2",
"InitTime": "2026-02-19T12:13:16.4353856+11:00",
"InitById": "dda5fdfc-90be-4297-bd7f-fb04669d06a9",
"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-02-19T01:13:16.4313856Z</d2p1:DateTime>
<d2p1:OffsetMinutes>660</d2p1:OffsetMinutes>
</ApplicableFrom>
<ApplicableTo xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
<d2p1:DateTime>2026-02-19T01:13:16.4313856Z</d2p1:DateTime>
<d2p1:OffsetMinutes>660</d2p1:OffsetMinutes>
</ApplicableTo>
<Archived>2026-02-19T12:13:16.433381+11:00</Archived>
<ArchivedById>5b561b5c-97e7-4de5-aca9-b1d87ae24f7e</ArchivedById>
<AssignedDate>2026-02-19T12:13:16.433381+11:00</AssignedDate>
<AssignedTo>51e60ada-48ca-4af4-819b-01adbe2d202d</AssignedTo>
<BookingId>7b8b52d8-ca79-469e-91bd-ed6c6a33083e</BookingId>
<CPDId>b7398b72-0b85-45a2-a72e-2f1bdf299ee7</CPDId>
<CPDPeriodId>dc4dd6b4-4938-4cf6-8212-8c492f3949fa</CPDPeriodId>
<CPDReductionId>0dfad313-f157-42b7-ba41-358a6c96d75c</CPDReductionId>
<CartId>e0cd1676-b393-4da9-b4cb-82998ab0fe6d</CartId>
<CommitStepId>9c569076-ee0e-4941-9984-c5100f9fb32c</CommitStepId>
<CreatedById>1027fdfb-96fe-43e3-a849-c1aa4458df00</CreatedById>
<CreatedDate>2026-02-19T12:13:16.4323844+11:00</CreatedDate>
<CreatedDateTick>8</CreatedDateTick>
<CrossCheckApplicationTypeSuccesful>true</CrossCheckApplicationTypeSuccesful>
<CurrentStepId>40b514ea-b793-4aed-9007-54bfab2ae99f</CurrentStepId>
<ElectionId>368b77de-715c-4481-8df2-69957700aa19</ElectionId>
<EntityId>9ad9d52e-aeda-4a49-aac1-652a6d0510c9</EntityId>
<EntityType>sample string 4</EntityType>
<Id>2f580bd4-cd93-4960-85ff-5a2356bb551b</Id>
<InitHistory>
<FieldValueInitTime>
<InitBy>sample string 5</InitBy>
<InitById>dda5fdfc-90be-4297-bd7f-fb04669d06a9</InitById>
<InitTime>2026-02-19T12:13:16.4353856+11:00</InitTime>
<StepId>aac39219-81b7-4666-aff2-bbb4d6a18b0e</StepId>
<StepName>sample string 2</StepName>
</FieldValueInitTime>
<FieldValueInitTime>
<InitBy>sample string 5</InitBy>
<InitById>dda5fdfc-90be-4297-bd7f-fb04669d06a9</InitById>
<InitTime>2026-02-19T12:13:16.4353856+11:00</InitTime>
<StepId>aac39219-81b7-4666-aff2-bbb4d6a18b0e</StepId>
<StepName>sample string 2</StepName>
</FieldValueInitTime>
</InitHistory>
<InvoiceId>a99d5714-ffcd-4c13-ba88-df77b3327505</InvoiceId>
<IsArchived>true</IsArchived>
<IsFinalised>true</IsFinalised>
<LastModifiedById>9aa42f24-35f6-4b39-b524-cafeac2cda0c</LastModifiedById>
<LastModifiedDate>2026-02-19T12:13:16.433381+11:00</LastModifiedDate>
<PaymentGatewayTransactionRef>sample string 11</PaymentGatewayTransactionRef>
<PaymentSuccessful>true</PaymentSuccessful>
<PreviousStepIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>9a230fa6-c928-400a-8e3d-eb7ea537f02e</d2p1:guid>
<d2p1:guid>7f8f34bc-032e-4440-a68e-9f0b8cb204eb</d2p1:guid>
</PreviousStepIds>
<PropertyId>36c54964-9d0b-4522-b74e-38d764d483eb</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>34ed44f9-88b9-4cd9-b613-81652f668d4a</StepId>
<StepName>sample string 2</StepName>
<SubmittedBy>sample string 5</SubmittedBy>
<SubmittedById>3ac76b4a-0f43-4c32-9521-1c46585ef5b6</SubmittedById>
<SubmittedTime>2026-02-19T12:13:16.4353856+11:00</SubmittedTime>
</WorkflowStepSubmitTime>
<WorkflowStepSubmitTime>
<StepId>34ed44f9-88b9-4cd9-b613-81652f668d4a</StepId>
<StepName>sample string 2</StepName>
<SubmittedBy>sample string 5</SubmittedBy>
<SubmittedById>3ac76b4a-0f43-4c32-9521-1c46585ef5b6</SubmittedById>
<SubmittedTime>2026-02-19T12:13:16.4353856+11:00</SubmittedTime>
</WorkflowStepSubmitTime>
</SubmitTimes>
<UserFullName>sample string 5</UserFullName>
<UserId>bb089d58-14ad-45f0-80c3-5ede4d1d58f6</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>6f596c63-b2a4-4027-a4fe-6ced556eb0b5</WaitlistEventId>
<WaitlistTicketTypeId>68525eb0-e6db-4dc1-be96-fb9c26cf6e02</WaitlistTicketTypeId>
<WorkflowId>0287f4b5-c10d-4843-8333-152a6375ad98</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.