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": "055f3657-588c-43fd-894f-f59dd4a2ddda", "WorkflowId": "726748cb-25fa-484b-b23b-8d8cd1274c19", "CurrentStepId": "1269e770-40b0-4503-af90-5f8e125e0142", "UserId": "c0733b47-ad95-48e8-9af4-85475527c00b", "CPDId": "7220ca67-94c5-45cc-afe0-f3239fee8c93", "CPDPeriodId": "95fc8c01-b93c-452c-9742-5518b616dc58", "InvoiceId": "a79b7e5d-178b-4b2d-9364-d53dfa9c2dd5", "CPDReductionId": "58ceb5ed-5659-4e2f-992b-f3fd1a56f547", "ApplicableFrom": "2025-09-19T07:20:20.3559041+10:00", "ApplicableTo": "2025-09-19T07:20:20.3559041+10:00", "WaitlistEventId": "42162f41-b193-4743-9667-efeab85948ce", "WaitlistTicketTypeId": "9f8bd9d8-58ff-49a8-82d7-4b96284d329b", "CartId": "4f1b968b-ad45-4be0-b736-fdcaaf293ba8", "ElectionId": "cbf529d6-9990-4596-bf08-9c995b87f87c", "PropertyId": "da8e7e58-2064-4a19-8dae-79d1430d199c", "BookingId": "bdf06a0e-8a00-46de-9fbc-881e63b1526d", "EntityId": "7de785a0-874d-4a3b-a840-b4b11beb4684", "EntityType": "sample string 4", "UserFullName": "sample string 5", "WorkflowName": "sample string 6", "CreatedDate": "2025-09-19T07:20:20.3559041+10:00", "CreatedDateTick": 8, "CreatedById": "307a5d60-02f1-40e1-a6bf-907327f8e796", "LastModifiedDate": "2025-09-19T07:20:20.3559041+10:00", "LastModifiedById": "9fd89397-e056-4382-ab05-8b9c8fe52020", "IsArchived": true, "CommitStepId": "aa895268-1ef5-4460-a00f-c24f430a9360", "Archived": "2025-09-19T07:20:20.3559041+10:00", "ArchivedById": "7e1e50e0-79ec-40cf-8256-be187a408870", "AssignedTo": "fca0686b-24e0-4735-9b2b-b333bcb1f542", "AssignedDate": "2025-09-19T07:20:20.3559041+10:00", "PaymentSuccessful": true, "PaymentGatewayTransactionRef": "sample string 11", "CrossCheckApplicationTypeSuccesful": true, "PreviousStepIds": [ "73cfa4dd-62d9-46f7-aa1a-4972503175f1", "64662002-e9ac-4729-95e1-cf2f3793b4f8" ], "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": "15ec660b-a2b4-4284-b9cf-1df70dee653d", "StepName": "sample string 2", "SubmittedTime": "2025-09-19T07:20:20.3559041+10:00", "SubmittedById": "64a6c7f6-273e-4306-b861-814b89687823", "SubmittedBy": "sample string 5" }, { "StepId": "15ec660b-a2b4-4284-b9cf-1df70dee653d", "StepName": "sample string 2", "SubmittedTime": "2025-09-19T07:20:20.3559041+10:00", "SubmittedById": "64a6c7f6-273e-4306-b861-814b89687823", "SubmittedBy": "sample string 5" } ], "InitHistory": [ { "StepId": "d8828c4c-7d30-45d6-8203-da20871aa5e3", "StepName": "sample string 2", "InitTime": "2025-09-19T07:20:20.3559041+10:00", "InitById": "66e3782f-d72c-434f-9607-59a90db8a53e", "InitBy": "sample string 5" }, { "StepId": "d8828c4c-7d30-45d6-8203-da20871aa5e3", "StepName": "sample string 2", "InitTime": "2025-09-19T07:20:20.3559041+10:00", "InitById": "66e3782f-d72c-434f-9607-59a90db8a53e", "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-18T21:20:20.3559041Z</d2p1:DateTime> <d2p1:OffsetMinutes>600</d2p1:OffsetMinutes> </ApplicableFrom> <ApplicableTo xmlns:d2p1="http://schemas.datacontract.org/2004/07/System"> <d2p1:DateTime>2025-09-18T21:20:20.3559041Z</d2p1:DateTime> <d2p1:OffsetMinutes>600</d2p1:OffsetMinutes> </ApplicableTo> <Archived>2025-09-19T07:20:20.3559041+10:00</Archived> <ArchivedById>7e1e50e0-79ec-40cf-8256-be187a408870</ArchivedById> <AssignedDate>2025-09-19T07:20:20.3559041+10:00</AssignedDate> <AssignedTo>fca0686b-24e0-4735-9b2b-b333bcb1f542</AssignedTo> <BookingId>bdf06a0e-8a00-46de-9fbc-881e63b1526d</BookingId> <CPDId>7220ca67-94c5-45cc-afe0-f3239fee8c93</CPDId> <CPDPeriodId>95fc8c01-b93c-452c-9742-5518b616dc58</CPDPeriodId> <CPDReductionId>58ceb5ed-5659-4e2f-992b-f3fd1a56f547</CPDReductionId> <CartId>4f1b968b-ad45-4be0-b736-fdcaaf293ba8</CartId> <CommitStepId>aa895268-1ef5-4460-a00f-c24f430a9360</CommitStepId> <CreatedById>307a5d60-02f1-40e1-a6bf-907327f8e796</CreatedById> <CreatedDate>2025-09-19T07:20:20.3559041+10:00</CreatedDate> <CreatedDateTick>8</CreatedDateTick> <CrossCheckApplicationTypeSuccesful>true</CrossCheckApplicationTypeSuccesful> <CurrentStepId>1269e770-40b0-4503-af90-5f8e125e0142</CurrentStepId> <ElectionId>cbf529d6-9990-4596-bf08-9c995b87f87c</ElectionId> <EntityId>7de785a0-874d-4a3b-a840-b4b11beb4684</EntityId> <EntityType>sample string 4</EntityType> <Id>055f3657-588c-43fd-894f-f59dd4a2ddda</Id> <InitHistory> <FieldValueInitTime> <InitBy>sample string 5</InitBy> <InitById>66e3782f-d72c-434f-9607-59a90db8a53e</InitById> <InitTime>2025-09-19T07:20:20.3559041+10:00</InitTime> <StepId>d8828c4c-7d30-45d6-8203-da20871aa5e3</StepId> <StepName>sample string 2</StepName> </FieldValueInitTime> <FieldValueInitTime> <InitBy>sample string 5</InitBy> <InitById>66e3782f-d72c-434f-9607-59a90db8a53e</InitById> <InitTime>2025-09-19T07:20:20.3559041+10:00</InitTime> <StepId>d8828c4c-7d30-45d6-8203-da20871aa5e3</StepId> <StepName>sample string 2</StepName> </FieldValueInitTime> </InitHistory> <InvoiceId>a79b7e5d-178b-4b2d-9364-d53dfa9c2dd5</InvoiceId> <IsArchived>true</IsArchived> <IsFinalised>true</IsFinalised> <LastModifiedById>9fd89397-e056-4382-ab05-8b9c8fe52020</LastModifiedById> <LastModifiedDate>2025-09-19T07:20:20.3559041+10:00</LastModifiedDate> <PaymentGatewayTransactionRef>sample string 11</PaymentGatewayTransactionRef> <PaymentSuccessful>true</PaymentSuccessful> <PreviousStepIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:guid>73cfa4dd-62d9-46f7-aa1a-4972503175f1</d2p1:guid> <d2p1:guid>64662002-e9ac-4729-95e1-cf2f3793b4f8</d2p1:guid> </PreviousStepIds> <PropertyId>da8e7e58-2064-4a19-8dae-79d1430d199c</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>15ec660b-a2b4-4284-b9cf-1df70dee653d</StepId> <StepName>sample string 2</StepName> <SubmittedBy>sample string 5</SubmittedBy> <SubmittedById>64a6c7f6-273e-4306-b861-814b89687823</SubmittedById> <SubmittedTime>2025-09-19T07:20:20.3559041+10:00</SubmittedTime> </WorkflowStepSubmitTime> <WorkflowStepSubmitTime> <StepId>15ec660b-a2b4-4284-b9cf-1df70dee653d</StepId> <StepName>sample string 2</StepName> <SubmittedBy>sample string 5</SubmittedBy> <SubmittedById>64a6c7f6-273e-4306-b861-814b89687823</SubmittedById> <SubmittedTime>2025-09-19T07:20:20.3559041+10:00</SubmittedTime> </WorkflowStepSubmitTime> </SubmitTimes> <UserFullName>sample string 5</UserFullName> <UserId>c0733b47-ad95-48e8-9af4-85475527c00b</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>42162f41-b193-4743-9667-efeab85948ce</WaitlistEventId> <WaitlistTicketTypeId>9f8bd9d8-58ff-49a8-82d7-4b96284d329b</WaitlistTicketTypeId> <WorkflowId>726748cb-25fa-484b-b23b-8d8cd1274c19</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.