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": "67bbdb95-821c-4c3b-bee2-46d646ed6ce9",
"WorkflowId": "df242813-9959-4e82-95a2-602c49ef8e57",
"CurrentStepId": "783a5f89-4d0c-4198-9667-ce6597c92706",
"UserId": "55a19fa4-b54c-4a52-b033-50e2194d3900",
"CPDId": "5dd03c5e-5798-4367-a9ff-a0054bbf4475",
"CPDPeriodId": "a03412d0-f532-4ea0-af4d-176862c1c64c",
"InvoiceId": "a7123773-8ec4-42af-a4fb-24608b51f295",
"CPDReductionId": "d903b5f9-007c-45d9-818d-5fdc15520480",
"ApplicableFrom": "2025-12-23T15:46:30.1620966+11:00",
"ApplicableTo": "2025-12-23T15:46:30.1620966+11:00",
"WaitlistEventId": "4fa41c40-57bf-41e2-a991-5d9c1ee00d9d",
"WaitlistTicketTypeId": "6c30d85e-4554-4f74-ad89-aa9bf47a52fb",
"CartId": "2f52f7b5-6cb6-40bc-bb27-2d80af736b07",
"ElectionId": "28ebb214-2b3c-4c34-ab07-509683d4a008",
"PropertyId": "2ee71756-74c3-43fe-9472-d2381090c3b0",
"BookingId": "09e6feed-ab32-4559-bdb1-6fda8f759063",
"EntityId": "b053ad7a-25c1-47bf-8649-2214e400d7ca",
"EntityType": "sample string 4",
"UserFullName": "sample string 5",
"WorkflowName": "sample string 6",
"CreatedDate": "2025-12-23T15:46:30.1620966+11:00",
"CreatedDateTick": 8,
"CreatedById": "e4f8380f-c685-4b5d-827e-00974ec5b8d3",
"LastModifiedDate": "2025-12-23T15:46:30.1620966+11:00",
"LastModifiedById": "6482292d-52a0-46a6-a0b1-8020f92fa6b6",
"IsArchived": true,
"CommitStepId": "e4a7d7bf-ac0f-4e9c-9f2e-d7a528c5b4b3",
"Archived": "2025-12-23T15:46:30.1620966+11:00",
"ArchivedById": "a843e4f9-bf6c-43ad-8474-14792d1539f6",
"AssignedTo": "365153a1-d093-4ab6-85fd-4f70271423eb",
"AssignedDate": "2025-12-23T15:46:30.1620966+11:00",
"PaymentSuccessful": true,
"PaymentGatewayTransactionRef": "sample string 11",
"CrossCheckApplicationTypeSuccesful": true,
"PreviousStepIds": [
"88690517-0706-4e35-919f-dd9911804a41",
"600ce2b3-fdc8-4724-99d2-b24fce193f49"
],
"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": "55a661be-6300-4b85-835f-c881dd88e05d",
"StepName": "sample string 2",
"SubmittedTime": "2025-12-23T15:46:30.1620966+11:00",
"SubmittedById": "a9362bef-3a33-439d-ab2c-324180918ed6",
"SubmittedBy": "sample string 5"
},
{
"StepId": "55a661be-6300-4b85-835f-c881dd88e05d",
"StepName": "sample string 2",
"SubmittedTime": "2025-12-23T15:46:30.1620966+11:00",
"SubmittedById": "a9362bef-3a33-439d-ab2c-324180918ed6",
"SubmittedBy": "sample string 5"
}
],
"InitHistory": [
{
"StepId": "a3bc49a1-d0b9-4ca3-b42a-05594d2708b9",
"StepName": "sample string 2",
"InitTime": "2025-12-23T15:46:30.1620966+11:00",
"InitById": "9ddc1531-66ff-4d34-a44c-d484f272abcd",
"InitBy": "sample string 5"
},
{
"StepId": "a3bc49a1-d0b9-4ca3-b42a-05594d2708b9",
"StepName": "sample string 2",
"InitTime": "2025-12-23T15:46:30.1620966+11:00",
"InitById": "9ddc1531-66ff-4d34-a44c-d484f272abcd",
"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-23T04:46:30.1620966Z</d2p1:DateTime>
<d2p1:OffsetMinutes>660</d2p1:OffsetMinutes>
</ApplicableFrom>
<ApplicableTo xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
<d2p1:DateTime>2025-12-23T04:46:30.1620966Z</d2p1:DateTime>
<d2p1:OffsetMinutes>660</d2p1:OffsetMinutes>
</ApplicableTo>
<Archived>2025-12-23T15:46:30.1620966+11:00</Archived>
<ArchivedById>a843e4f9-bf6c-43ad-8474-14792d1539f6</ArchivedById>
<AssignedDate>2025-12-23T15:46:30.1620966+11:00</AssignedDate>
<AssignedTo>365153a1-d093-4ab6-85fd-4f70271423eb</AssignedTo>
<BookingId>09e6feed-ab32-4559-bdb1-6fda8f759063</BookingId>
<CPDId>5dd03c5e-5798-4367-a9ff-a0054bbf4475</CPDId>
<CPDPeriodId>a03412d0-f532-4ea0-af4d-176862c1c64c</CPDPeriodId>
<CPDReductionId>d903b5f9-007c-45d9-818d-5fdc15520480</CPDReductionId>
<CartId>2f52f7b5-6cb6-40bc-bb27-2d80af736b07</CartId>
<CommitStepId>e4a7d7bf-ac0f-4e9c-9f2e-d7a528c5b4b3</CommitStepId>
<CreatedById>e4f8380f-c685-4b5d-827e-00974ec5b8d3</CreatedById>
<CreatedDate>2025-12-23T15:46:30.1620966+11:00</CreatedDate>
<CreatedDateTick>8</CreatedDateTick>
<CrossCheckApplicationTypeSuccesful>true</CrossCheckApplicationTypeSuccesful>
<CurrentStepId>783a5f89-4d0c-4198-9667-ce6597c92706</CurrentStepId>
<ElectionId>28ebb214-2b3c-4c34-ab07-509683d4a008</ElectionId>
<EntityId>b053ad7a-25c1-47bf-8649-2214e400d7ca</EntityId>
<EntityType>sample string 4</EntityType>
<Id>67bbdb95-821c-4c3b-bee2-46d646ed6ce9</Id>
<InitHistory>
<FieldValueInitTime>
<InitBy>sample string 5</InitBy>
<InitById>9ddc1531-66ff-4d34-a44c-d484f272abcd</InitById>
<InitTime>2025-12-23T15:46:30.1620966+11:00</InitTime>
<StepId>a3bc49a1-d0b9-4ca3-b42a-05594d2708b9</StepId>
<StepName>sample string 2</StepName>
</FieldValueInitTime>
<FieldValueInitTime>
<InitBy>sample string 5</InitBy>
<InitById>9ddc1531-66ff-4d34-a44c-d484f272abcd</InitById>
<InitTime>2025-12-23T15:46:30.1620966+11:00</InitTime>
<StepId>a3bc49a1-d0b9-4ca3-b42a-05594d2708b9</StepId>
<StepName>sample string 2</StepName>
</FieldValueInitTime>
</InitHistory>
<InvoiceId>a7123773-8ec4-42af-a4fb-24608b51f295</InvoiceId>
<IsArchived>true</IsArchived>
<IsFinalised>true</IsFinalised>
<LastModifiedById>6482292d-52a0-46a6-a0b1-8020f92fa6b6</LastModifiedById>
<LastModifiedDate>2025-12-23T15:46:30.1620966+11:00</LastModifiedDate>
<PaymentGatewayTransactionRef>sample string 11</PaymentGatewayTransactionRef>
<PaymentSuccessful>true</PaymentSuccessful>
<PreviousStepIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>88690517-0706-4e35-919f-dd9911804a41</d2p1:guid>
<d2p1:guid>600ce2b3-fdc8-4724-99d2-b24fce193f49</d2p1:guid>
</PreviousStepIds>
<PropertyId>2ee71756-74c3-43fe-9472-d2381090c3b0</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>55a661be-6300-4b85-835f-c881dd88e05d</StepId>
<StepName>sample string 2</StepName>
<SubmittedBy>sample string 5</SubmittedBy>
<SubmittedById>a9362bef-3a33-439d-ab2c-324180918ed6</SubmittedById>
<SubmittedTime>2025-12-23T15:46:30.1620966+11:00</SubmittedTime>
</WorkflowStepSubmitTime>
<WorkflowStepSubmitTime>
<StepId>55a661be-6300-4b85-835f-c881dd88e05d</StepId>
<StepName>sample string 2</StepName>
<SubmittedBy>sample string 5</SubmittedBy>
<SubmittedById>a9362bef-3a33-439d-ab2c-324180918ed6</SubmittedById>
<SubmittedTime>2025-12-23T15:46:30.1620966+11:00</SubmittedTime>
</WorkflowStepSubmitTime>
</SubmitTimes>
<UserFullName>sample string 5</UserFullName>
<UserId>55a19fa4-b54c-4a52-b033-50e2194d3900</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>4fa41c40-57bf-41e2-a991-5d9c1ee00d9d</WaitlistEventId>
<WaitlistTicketTypeId>6c30d85e-4554-4f74-ad89-aa9bf47a52fb</WaitlistTicketTypeId>
<WorkflowId>df242813-9959-4e82-95a2-602c49ef8e57</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.