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": "c26b6e24-f489-43bc-914a-ff53075919d7", "WorkflowId": "58c0801d-290f-4b26-8dca-1bb21f0a0b17", "CurrentStepId": "ee430ae5-3b22-405f-96ac-c944d3bee35e", "UserId": "0d77c82d-6e65-4e4d-8d97-e916244aceb6", "CPDId": "02158789-66e1-4ba1-ab64-3dd63b8cfbcf", "CPDPeriodId": "346b80dc-d35f-42cd-ba5a-66310af82965", "InvoiceId": "81cba292-d391-4a97-890c-d6a5c03492f4", "CPDReductionId": "6fdad87b-7b9c-4b72-84fd-6eccaa7d837c", "ApplicableFrom": "2025-04-04T07:14:00.769473+11:00", "ApplicableTo": "2025-04-04T07:14:00.769473+11:00", "WaitlistEventId": "2b15bdb6-33b9-4bd8-9af7-ca26bd68caba", "WaitlistTicketTypeId": "f1296875-d619-4d07-a5da-ab5e975696be", "CartId": "27408cc2-d154-48b0-9a2a-8afa19b40d20", "ElectionId": "44ed2f33-27d0-40d5-9750-823e024fba88", "PropertyId": "4f43ef35-b65a-434f-bab7-1909fada1f1a", "BookingId": "80b5a8dc-8ff1-478d-86dc-3fd98a6089b5", "EntityId": "d26fd2fe-c683-4705-8fa5-fdf5c66e66b0", "EntityType": "sample string 4", "UserFullName": "sample string 5", "WorkflowName": "sample string 6", "CreatedDate": "2025-04-04T07:14:00.7704734+11:00", "CreatedDateTick": 8, "CreatedById": "cb691d64-58dc-41f9-b6c6-39afce74a8a0", "LastModifiedDate": "2025-04-04T07:14:00.7704734+11:00", "LastModifiedById": "efbcf480-83b3-4a7c-ba9b-4f35c3e83659", "IsArchived": true, "CommitStepId": "7186c300-f8a7-4434-aa41-42242a3c9b2c", "Archived": "2025-04-04T07:14:00.7704734+11:00", "ArchivedById": "04159264-d6b6-4154-aecb-8a46ed09bf57", "AssignedTo": "94664f3f-02e5-4119-8abf-9cf8fbc2d6a2", "AssignedDate": "2025-04-04T07:14:00.7704734+11:00", "PaymentSuccessful": true, "PaymentGatewayTransactionRef": "sample string 11", "CrossCheckApplicationTypeSuccesful": true, "PreviousStepIds": [ "73fa5dfc-d535-4860-bb4a-a512cd09346c", "6c88d8e0-17f8-4a83-8cd8-925817b757bd" ], "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": "21d295af-285b-451d-b635-69f353d1d70c", "StepName": "sample string 2", "SubmittedTime": "2025-04-04T07:14:00.7724737+11:00", "SubmittedById": "54f7e8bc-4387-470b-88e7-6fd76e0b6905", "SubmittedBy": "sample string 5" }, { "StepId": "21d295af-285b-451d-b635-69f353d1d70c", "StepName": "sample string 2", "SubmittedTime": "2025-04-04T07:14:00.7724737+11:00", "SubmittedById": "54f7e8bc-4387-470b-88e7-6fd76e0b6905", "SubmittedBy": "sample string 5" } ], "InitHistory": [ { "StepId": "8f175c4e-8c7d-4680-afcf-a5a5d464e7f6", "StepName": "sample string 2", "InitTime": "2025-04-04T07:14:00.7724737+11:00", "InitById": "eb02b45b-f4b9-4690-bf6e-0e3e7bb3df85", "InitBy": "sample string 5" }, { "StepId": "8f175c4e-8c7d-4680-afcf-a5a5d464e7f6", "StepName": "sample string 2", "InitTime": "2025-04-04T07:14:00.7724737+11:00", "InitById": "eb02b45b-f4b9-4690-bf6e-0e3e7bb3df85", "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-04-03T20:14:00.769473Z</d2p1:DateTime> <d2p1:OffsetMinutes>660</d2p1:OffsetMinutes> </ApplicableFrom> <ApplicableTo xmlns:d2p1="http://schemas.datacontract.org/2004/07/System"> <d2p1:DateTime>2025-04-03T20:14:00.769473Z</d2p1:DateTime> <d2p1:OffsetMinutes>660</d2p1:OffsetMinutes> </ApplicableTo> <Archived>2025-04-04T07:14:00.7704734+11:00</Archived> <ArchivedById>04159264-d6b6-4154-aecb-8a46ed09bf57</ArchivedById> <AssignedDate>2025-04-04T07:14:00.7704734+11:00</AssignedDate> <AssignedTo>94664f3f-02e5-4119-8abf-9cf8fbc2d6a2</AssignedTo> <BookingId>80b5a8dc-8ff1-478d-86dc-3fd98a6089b5</BookingId> <CPDId>02158789-66e1-4ba1-ab64-3dd63b8cfbcf</CPDId> <CPDPeriodId>346b80dc-d35f-42cd-ba5a-66310af82965</CPDPeriodId> <CPDReductionId>6fdad87b-7b9c-4b72-84fd-6eccaa7d837c</CPDReductionId> <CartId>27408cc2-d154-48b0-9a2a-8afa19b40d20</CartId> <CommitStepId>7186c300-f8a7-4434-aa41-42242a3c9b2c</CommitStepId> <CreatedById>cb691d64-58dc-41f9-b6c6-39afce74a8a0</CreatedById> <CreatedDate>2025-04-04T07:14:00.7704734+11:00</CreatedDate> <CreatedDateTick>8</CreatedDateTick> <CrossCheckApplicationTypeSuccesful>true</CrossCheckApplicationTypeSuccesful> <CurrentStepId>ee430ae5-3b22-405f-96ac-c944d3bee35e</CurrentStepId> <ElectionId>44ed2f33-27d0-40d5-9750-823e024fba88</ElectionId> <EntityId>d26fd2fe-c683-4705-8fa5-fdf5c66e66b0</EntityId> <EntityType>sample string 4</EntityType> <Id>c26b6e24-f489-43bc-914a-ff53075919d7</Id> <InitHistory> <FieldValueInitTime> <InitBy>sample string 5</InitBy> <InitById>eb02b45b-f4b9-4690-bf6e-0e3e7bb3df85</InitById> <InitTime>2025-04-04T07:14:00.7724737+11:00</InitTime> <StepId>8f175c4e-8c7d-4680-afcf-a5a5d464e7f6</StepId> <StepName>sample string 2</StepName> </FieldValueInitTime> <FieldValueInitTime> <InitBy>sample string 5</InitBy> <InitById>eb02b45b-f4b9-4690-bf6e-0e3e7bb3df85</InitById> <InitTime>2025-04-04T07:14:00.7724737+11:00</InitTime> <StepId>8f175c4e-8c7d-4680-afcf-a5a5d464e7f6</StepId> <StepName>sample string 2</StepName> </FieldValueInitTime> </InitHistory> <InvoiceId>81cba292-d391-4a97-890c-d6a5c03492f4</InvoiceId> <IsArchived>true</IsArchived> <IsFinalised>true</IsFinalised> <LastModifiedById>efbcf480-83b3-4a7c-ba9b-4f35c3e83659</LastModifiedById> <LastModifiedDate>2025-04-04T07:14:00.7704734+11:00</LastModifiedDate> <PaymentGatewayTransactionRef>sample string 11</PaymentGatewayTransactionRef> <PaymentSuccessful>true</PaymentSuccessful> <PreviousStepIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:guid>73fa5dfc-d535-4860-bb4a-a512cd09346c</d2p1:guid> <d2p1:guid>6c88d8e0-17f8-4a83-8cd8-925817b757bd</d2p1:guid> </PreviousStepIds> <PropertyId>4f43ef35-b65a-434f-bab7-1909fada1f1a</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>21d295af-285b-451d-b635-69f353d1d70c</StepId> <StepName>sample string 2</StepName> <SubmittedBy>sample string 5</SubmittedBy> <SubmittedById>54f7e8bc-4387-470b-88e7-6fd76e0b6905</SubmittedById> <SubmittedTime>2025-04-04T07:14:00.7724737+11:00</SubmittedTime> </WorkflowStepSubmitTime> <WorkflowStepSubmitTime> <StepId>21d295af-285b-451d-b635-69f353d1d70c</StepId> <StepName>sample string 2</StepName> <SubmittedBy>sample string 5</SubmittedBy> <SubmittedById>54f7e8bc-4387-470b-88e7-6fd76e0b6905</SubmittedById> <SubmittedTime>2025-04-04T07:14:00.7724737+11:00</SubmittedTime> </WorkflowStepSubmitTime> </SubmitTimes> <UserFullName>sample string 5</UserFullName> <UserId>0d77c82d-6e65-4e4d-8d97-e916244aceb6</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>2b15bdb6-33b9-4bd8-9af7-ca26bd68caba</WaitlistEventId> <WaitlistTicketTypeId>f1296875-d619-4d07-a5da-ab5e975696be</WaitlistTicketTypeId> <WorkflowId>58c0801d-290f-4b26-8dca-1bb21f0a0b17</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.