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": "26d346f3-5bf9-4b9a-bd6a-8a7371cd4861",
"WorkflowId": "ee0b7d99-877e-4ffb-a9f9-e855e59a2577",
"CurrentStepId": "50e5dd4b-e5c5-4c72-8d55-a0b6ef22d204",
"UserId": "b0844b48-6eb5-4e34-8908-bcc0022c2767",
"CPDId": "64450811-04ec-40fb-9717-b379b0ed93ca",
"CPDPeriodId": "79d76717-2a6d-41ed-9301-7ba6d639dacd",
"InvoiceId": "97bbfb75-bce7-4628-994d-23e140cb415d",
"CPDReductionId": "cb908d31-785f-449e-b1b7-3d622bde0058",
"ApplicableFrom": "2025-11-05T20:29:57.6911381+11:00",
"ApplicableTo": "2025-11-05T20:29:57.6911381+11:00",
"WaitlistEventId": "5170366b-19c2-4efc-86f8-9e5d60aa9413",
"WaitlistTicketTypeId": "f4ee71de-652f-4f70-a2fd-765804eca8c2",
"CartId": "c7f60c5b-9623-4221-8873-addff90fb4b2",
"ElectionId": "091b273d-2b99-4b50-bd23-c6c38231ee24",
"PropertyId": "751364c5-c92f-49ae-a141-d808225d8dc3",
"BookingId": "27bcd9de-69b2-42b5-88f1-e2e2c2567645",
"EntityId": "45313cfa-2b26-4179-bcaf-23d3360058bf",
"EntityType": "sample string 4",
"UserFullName": "sample string 5",
"WorkflowName": "sample string 6",
"CreatedDate": "2025-11-05T20:29:57.6911381+11:00",
"CreatedDateTick": 8,
"CreatedById": "c46b6a83-a538-4905-9d04-bf5bb7c41332",
"LastModifiedDate": "2025-11-05T20:29:57.6911381+11:00",
"LastModifiedById": "6b8d9012-0945-4151-9dd5-48fb50877a26",
"IsArchived": true,
"CommitStepId": "de9247b9-8bf1-4928-94ef-d2a0255aea77",
"Archived": "2025-11-05T20:29:57.6911381+11:00",
"ArchivedById": "8c9e9a20-7a6d-4719-a180-cffc5a5a21a1",
"AssignedTo": "3bdb4649-3ed9-4e08-bc8e-48025e682dcf",
"AssignedDate": "2025-11-05T20:29:57.6911381+11:00",
"PaymentSuccessful": true,
"PaymentGatewayTransactionRef": "sample string 11",
"CrossCheckApplicationTypeSuccesful": true,
"PreviousStepIds": [
"9ce21986-dd73-4a58-be81-648c2e8b03d8",
"32039b92-50b0-421d-9549-32ad8d4097a0"
],
"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": "5bbb5383-a93f-46ca-994a-c5f2e8cab2f5",
"StepName": "sample string 2",
"SubmittedTime": "2025-11-05T20:29:57.6921372+11:00",
"SubmittedById": "6b4728c6-5f3a-4915-bb2b-cc80fdd3fba6",
"SubmittedBy": "sample string 5"
},
{
"StepId": "5bbb5383-a93f-46ca-994a-c5f2e8cab2f5",
"StepName": "sample string 2",
"SubmittedTime": "2025-11-05T20:29:57.6921372+11:00",
"SubmittedById": "6b4728c6-5f3a-4915-bb2b-cc80fdd3fba6",
"SubmittedBy": "sample string 5"
}
],
"InitHistory": [
{
"StepId": "075d7d8d-b175-4847-a434-1db47ea13d9d",
"StepName": "sample string 2",
"InitTime": "2025-11-05T20:29:57.6921372+11:00",
"InitById": "0438b1c0-2820-48ad-9d79-0d267631db3c",
"InitBy": "sample string 5"
},
{
"StepId": "075d7d8d-b175-4847-a434-1db47ea13d9d",
"StepName": "sample string 2",
"InitTime": "2025-11-05T20:29:57.6921372+11:00",
"InitById": "0438b1c0-2820-48ad-9d79-0d267631db3c",
"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-05T09:29:57.6911381Z</d2p1:DateTime>
<d2p1:OffsetMinutes>660</d2p1:OffsetMinutes>
</ApplicableFrom>
<ApplicableTo xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
<d2p1:DateTime>2025-11-05T09:29:57.6911381Z</d2p1:DateTime>
<d2p1:OffsetMinutes>660</d2p1:OffsetMinutes>
</ApplicableTo>
<Archived>2025-11-05T20:29:57.6911381+11:00</Archived>
<ArchivedById>8c9e9a20-7a6d-4719-a180-cffc5a5a21a1</ArchivedById>
<AssignedDate>2025-11-05T20:29:57.6911381+11:00</AssignedDate>
<AssignedTo>3bdb4649-3ed9-4e08-bc8e-48025e682dcf</AssignedTo>
<BookingId>27bcd9de-69b2-42b5-88f1-e2e2c2567645</BookingId>
<CPDId>64450811-04ec-40fb-9717-b379b0ed93ca</CPDId>
<CPDPeriodId>79d76717-2a6d-41ed-9301-7ba6d639dacd</CPDPeriodId>
<CPDReductionId>cb908d31-785f-449e-b1b7-3d622bde0058</CPDReductionId>
<CartId>c7f60c5b-9623-4221-8873-addff90fb4b2</CartId>
<CommitStepId>de9247b9-8bf1-4928-94ef-d2a0255aea77</CommitStepId>
<CreatedById>c46b6a83-a538-4905-9d04-bf5bb7c41332</CreatedById>
<CreatedDate>2025-11-05T20:29:57.6911381+11:00</CreatedDate>
<CreatedDateTick>8</CreatedDateTick>
<CrossCheckApplicationTypeSuccesful>true</CrossCheckApplicationTypeSuccesful>
<CurrentStepId>50e5dd4b-e5c5-4c72-8d55-a0b6ef22d204</CurrentStepId>
<ElectionId>091b273d-2b99-4b50-bd23-c6c38231ee24</ElectionId>
<EntityId>45313cfa-2b26-4179-bcaf-23d3360058bf</EntityId>
<EntityType>sample string 4</EntityType>
<Id>26d346f3-5bf9-4b9a-bd6a-8a7371cd4861</Id>
<InitHistory>
<FieldValueInitTime>
<InitBy>sample string 5</InitBy>
<InitById>0438b1c0-2820-48ad-9d79-0d267631db3c</InitById>
<InitTime>2025-11-05T20:29:57.6921372+11:00</InitTime>
<StepId>075d7d8d-b175-4847-a434-1db47ea13d9d</StepId>
<StepName>sample string 2</StepName>
</FieldValueInitTime>
<FieldValueInitTime>
<InitBy>sample string 5</InitBy>
<InitById>0438b1c0-2820-48ad-9d79-0d267631db3c</InitById>
<InitTime>2025-11-05T20:29:57.6921372+11:00</InitTime>
<StepId>075d7d8d-b175-4847-a434-1db47ea13d9d</StepId>
<StepName>sample string 2</StepName>
</FieldValueInitTime>
</InitHistory>
<InvoiceId>97bbfb75-bce7-4628-994d-23e140cb415d</InvoiceId>
<IsArchived>true</IsArchived>
<IsFinalised>true</IsFinalised>
<LastModifiedById>6b8d9012-0945-4151-9dd5-48fb50877a26</LastModifiedById>
<LastModifiedDate>2025-11-05T20:29:57.6911381+11:00</LastModifiedDate>
<PaymentGatewayTransactionRef>sample string 11</PaymentGatewayTransactionRef>
<PaymentSuccessful>true</PaymentSuccessful>
<PreviousStepIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>9ce21986-dd73-4a58-be81-648c2e8b03d8</d2p1:guid>
<d2p1:guid>32039b92-50b0-421d-9549-32ad8d4097a0</d2p1:guid>
</PreviousStepIds>
<PropertyId>751364c5-c92f-49ae-a141-d808225d8dc3</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>5bbb5383-a93f-46ca-994a-c5f2e8cab2f5</StepId>
<StepName>sample string 2</StepName>
<SubmittedBy>sample string 5</SubmittedBy>
<SubmittedById>6b4728c6-5f3a-4915-bb2b-cc80fdd3fba6</SubmittedById>
<SubmittedTime>2025-11-05T20:29:57.6921372+11:00</SubmittedTime>
</WorkflowStepSubmitTime>
<WorkflowStepSubmitTime>
<StepId>5bbb5383-a93f-46ca-994a-c5f2e8cab2f5</StepId>
<StepName>sample string 2</StepName>
<SubmittedBy>sample string 5</SubmittedBy>
<SubmittedById>6b4728c6-5f3a-4915-bb2b-cc80fdd3fba6</SubmittedById>
<SubmittedTime>2025-11-05T20:29:57.6921372+11:00</SubmittedTime>
</WorkflowStepSubmitTime>
</SubmitTimes>
<UserFullName>sample string 5</UserFullName>
<UserId>b0844b48-6eb5-4e34-8908-bcc0022c2767</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>5170366b-19c2-4efc-86f8-9e5d60aa9413</WaitlistEventId>
<WaitlistTicketTypeId>f4ee71de-652f-4f70-a2fd-765804eca8c2</WaitlistTicketTypeId>
<WorkflowId>ee0b7d99-877e-4ffb-a9f9-e855e59a2577</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.