POST api/WorkflowFieldValues/Commit
Request Information
URI Parameters
None.
Body Parameters
WorkflowFieldValueName | 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": "8f5c0ce0-5528-4cc8-9bc5-ba0a61d5c616", "WorkflowId": "a6c8bab5-f8bc-419e-9b97-066b846ffbcb", "CurrentStepId": "019ed21b-6ca2-4fe2-858b-ed493c70cde3", "UserId": "99827b35-3905-4792-a6fb-b2e94f1b4d07", "CPDId": "52a99802-0304-471d-b333-76cd971f9776", "CPDPeriodId": "32861cf9-7ed0-4254-b418-c9f74ae1dd58", "InvoiceId": "a183c3cc-f41c-49f1-80ea-fb2eca8c03dc", "CPDReductionId": "b072263a-b33e-4562-aeed-d957d9df892f", "ApplicableFrom": "2025-09-19T12:32:49.6895032+10:00", "ApplicableTo": "2025-09-19T12:32:49.6895032+10:00", "WaitlistEventId": "a6e27efd-2009-49e0-b573-a51378b1fea0", "WaitlistTicketTypeId": "cc896401-797b-4d1b-a4b0-7e1db8abcabd", "CartId": "1060f437-f343-419c-9299-9aee7a2b33a2", "ElectionId": "2ff9fdc4-4142-4ddf-b923-9334387ad351", "PropertyId": "cc5cb8f4-9bd6-462b-bedb-9b28d5cbaa35", "BookingId": "ed3e6b15-7625-403f-b3fa-20610cf8ba5e", "EntityId": "bad526d2-32c3-40dd-9be1-eebbdfce96bc", "EntityType": "sample string 4", "UserFullName": "sample string 5", "WorkflowName": "sample string 6", "CreatedDate": "2025-09-19T12:32:49.6895032+10:00", "CreatedDateTick": 8, "CreatedById": "0c47d0a2-8a41-4681-90f6-f4fbe7ae4e3f", "LastModifiedDate": "2025-09-19T12:32:49.6895032+10:00", "LastModifiedById": "08a516fa-2340-4407-ad9c-900ac33fb758", "IsArchived": true, "CommitStepId": "a016eba0-4b9c-4b05-a99a-b8323eeefea0", "Archived": "2025-09-19T12:32:49.6895032+10:00", "ArchivedById": "f3e32033-a878-43ed-b294-82b5b72046bf", "AssignedTo": "5cec9064-79e0-4559-8a50-1d776c3b9243", "AssignedDate": "2025-09-19T12:32:49.6895032+10:00", "PaymentSuccessful": true, "PaymentGatewayTransactionRef": "sample string 11", "CrossCheckApplicationTypeSuccesful": true, "PreviousStepIds": [ "3fcd6e9e-7120-4340-a2cf-02edf39926bf", "86e35173-9cc1-4ae6-89e5-d3f50dfd2dd8" ], "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": "7073eab4-cecc-4e10-8860-0aa63e009200", "StepName": "sample string 2", "SubmittedTime": "2025-09-19T12:32:49.6895032+10:00", "SubmittedById": "df3aafe5-3c25-4aff-a7ac-8399863e906b", "SubmittedBy": "sample string 5" }, { "StepId": "7073eab4-cecc-4e10-8860-0aa63e009200", "StepName": "sample string 2", "SubmittedTime": "2025-09-19T12:32:49.6895032+10:00", "SubmittedById": "df3aafe5-3c25-4aff-a7ac-8399863e906b", "SubmittedBy": "sample string 5" } ], "InitHistory": [ { "StepId": "19238e2c-52f2-431f-bac0-4bc0da129d17", "StepName": "sample string 2", "InitTime": "2025-09-19T12:32:49.6895032+10:00", "InitById": "3d4d1526-7bb4-438d-a74b-7fa7572e5921", "InitBy": "sample string 5" }, { "StepId": "19238e2c-52f2-431f-bac0-4bc0da129d17", "StepName": "sample string 2", "InitTime": "2025-09-19T12:32:49.6895032+10:00", "InitById": "3d4d1526-7bb4-438d-a74b-7fa7572e5921", "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-09-19T02:32:49.6895032Z</d2p1:DateTime> <d2p1:OffsetMinutes>600</d2p1:OffsetMinutes> </ApplicableFrom> <ApplicableTo xmlns:d2p1="http://schemas.datacontract.org/2004/07/System"> <d2p1:DateTime>2025-09-19T02:32:49.6895032Z</d2p1:DateTime> <d2p1:OffsetMinutes>600</d2p1:OffsetMinutes> </ApplicableTo> <Archived>2025-09-19T12:32:49.6895032+10:00</Archived> <ArchivedById>f3e32033-a878-43ed-b294-82b5b72046bf</ArchivedById> <AssignedDate>2025-09-19T12:32:49.6895032+10:00</AssignedDate> <AssignedTo>5cec9064-79e0-4559-8a50-1d776c3b9243</AssignedTo> <BookingId>ed3e6b15-7625-403f-b3fa-20610cf8ba5e</BookingId> <CPDId>52a99802-0304-471d-b333-76cd971f9776</CPDId> <CPDPeriodId>32861cf9-7ed0-4254-b418-c9f74ae1dd58</CPDPeriodId> <CPDReductionId>b072263a-b33e-4562-aeed-d957d9df892f</CPDReductionId> <CartId>1060f437-f343-419c-9299-9aee7a2b33a2</CartId> <CommitStepId>a016eba0-4b9c-4b05-a99a-b8323eeefea0</CommitStepId> <CreatedById>0c47d0a2-8a41-4681-90f6-f4fbe7ae4e3f</CreatedById> <CreatedDate>2025-09-19T12:32:49.6895032+10:00</CreatedDate> <CreatedDateTick>8</CreatedDateTick> <CrossCheckApplicationTypeSuccesful>true</CrossCheckApplicationTypeSuccesful> <CurrentStepId>019ed21b-6ca2-4fe2-858b-ed493c70cde3</CurrentStepId> <ElectionId>2ff9fdc4-4142-4ddf-b923-9334387ad351</ElectionId> <EntityId>bad526d2-32c3-40dd-9be1-eebbdfce96bc</EntityId> <EntityType>sample string 4</EntityType> <Id>8f5c0ce0-5528-4cc8-9bc5-ba0a61d5c616</Id> <InitHistory> <FieldValueInitTime> <InitBy>sample string 5</InitBy> <InitById>3d4d1526-7bb4-438d-a74b-7fa7572e5921</InitById> <InitTime>2025-09-19T12:32:49.6895032+10:00</InitTime> <StepId>19238e2c-52f2-431f-bac0-4bc0da129d17</StepId> <StepName>sample string 2</StepName> </FieldValueInitTime> <FieldValueInitTime> <InitBy>sample string 5</InitBy> <InitById>3d4d1526-7bb4-438d-a74b-7fa7572e5921</InitById> <InitTime>2025-09-19T12:32:49.6895032+10:00</InitTime> <StepId>19238e2c-52f2-431f-bac0-4bc0da129d17</StepId> <StepName>sample string 2</StepName> </FieldValueInitTime> </InitHistory> <InvoiceId>a183c3cc-f41c-49f1-80ea-fb2eca8c03dc</InvoiceId> <IsArchived>true</IsArchived> <IsFinalised>true</IsFinalised> <LastModifiedById>08a516fa-2340-4407-ad9c-900ac33fb758</LastModifiedById> <LastModifiedDate>2025-09-19T12:32:49.6895032+10:00</LastModifiedDate> <PaymentGatewayTransactionRef>sample string 11</PaymentGatewayTransactionRef> <PaymentSuccessful>true</PaymentSuccessful> <PreviousStepIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:guid>3fcd6e9e-7120-4340-a2cf-02edf39926bf</d2p1:guid> <d2p1:guid>86e35173-9cc1-4ae6-89e5-d3f50dfd2dd8</d2p1:guid> </PreviousStepIds> <PropertyId>cc5cb8f4-9bd6-462b-bedb-9b28d5cbaa35</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>7073eab4-cecc-4e10-8860-0aa63e009200</StepId> <StepName>sample string 2</StepName> <SubmittedBy>sample string 5</SubmittedBy> <SubmittedById>df3aafe5-3c25-4aff-a7ac-8399863e906b</SubmittedById> <SubmittedTime>2025-09-19T12:32:49.6895032+10:00</SubmittedTime> </WorkflowStepSubmitTime> <WorkflowStepSubmitTime> <StepId>7073eab4-cecc-4e10-8860-0aa63e009200</StepId> <StepName>sample string 2</StepName> <SubmittedBy>sample string 5</SubmittedBy> <SubmittedById>df3aafe5-3c25-4aff-a7ac-8399863e906b</SubmittedById> <SubmittedTime>2025-09-19T12:32:49.6895032+10:00</SubmittedTime> </WorkflowStepSubmitTime> </SubmitTimes> <UserFullName>sample string 5</UserFullName> <UserId>99827b35-3905-4792-a6fb-b2e94f1b4d07</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>a6e27efd-2009-49e0-b573-a51378b1fea0</WaitlistEventId> <WaitlistTicketTypeId>cc896401-797b-4d1b-a4b0-7e1db8abcabd</WaitlistTicketTypeId> <WorkflowId>a6c8bab5-f8bc-419e-9b97-066b846ffbcb</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.