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": "55c405b2-f61c-4b9c-9259-e51c35ac752a", "WorkflowId": "7966b6bf-1680-43f5-ad1c-86627d572243", "CurrentStepId": "6ee78810-a5c9-44c2-a9f1-102fb983e82f", "UserId": "f775c84f-4df8-4174-bb0c-b313dcec998c", "CPDId": "3ef73894-d622-4d1f-90c3-24951d12e138", "CPDPeriodId": "e1e95b66-52b9-4cba-a81e-caba728f0778", "InvoiceId": "d63b3738-0bb6-49ec-bbeb-3eb2c3c9f784", "CPDReductionId": "19a40681-693d-447c-91a4-056debebef91", "ApplicableFrom": "2024-11-29T09:39:11.9700587+11:00", "ApplicableTo": "2024-11-29T09:39:11.9700587+11:00", "WaitlistEventId": "33ec5ebf-8dae-4845-965c-37bd151e80ac", "WaitlistTicketTypeId": "f2fd9179-c4b3-4c83-b0f0-c5b8a77dfd65", "CartId": "8a02717c-9832-481c-930a-61a79da9cea7", "ElectionId": "b7c76ea0-6c96-4884-8f00-1842f7a35855", "PropertyId": "7e03f510-342f-4486-8619-b6c94de934b2", "BookingId": "7bd7801a-4203-4449-9c2b-7032514f3ac0", "EntityId": "7ad36108-a4ee-471b-8c5a-ea9c01c7fe31", "EntityType": "sample string 4", "UserFullName": "sample string 5", "WorkflowName": "sample string 6", "CreatedDate": "2024-11-29T09:39:11.9700587+11:00", "CreatedDateTick": 8, "CreatedById": "b72d3645-0e91-44d4-85f8-b9f14c3a6e2f", "LastModifiedDate": "2024-11-29T09:39:11.9700587+11:00", "LastModifiedById": "ef266137-db7d-4115-b634-55003fb38bd6", "IsArchived": true, "CommitStepId": "73b42071-3ab5-478d-b85c-2e50668b6fb0", "Archived": "2024-11-29T09:39:11.9700587+11:00", "ArchivedById": "f15d43e9-cd77-439f-b032-d0473f63ea65", "AssignedTo": "288f7097-7444-48cd-8348-889153059bc5", "AssignedDate": "2024-11-29T09:39:11.9700587+11:00", "PaymentSuccessful": true, "PaymentGatewayTransactionRef": "sample string 11", "CrossCheckApplicationTypeSuccesful": true, "PreviousStepIds": [ "36d40ddd-a575-4876-9ebf-0b8a8004fe66", "7cdca4a1-ae10-4255-be5c-df212c502f44" ], "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": "459bad80-9510-43c0-a7ab-53b4dfe2dbac", "StepName": "sample string 2", "SubmittedTime": "2024-11-29T09:39:11.9700587+11:00", "SubmittedById": "eff1fb62-7d76-48b3-a17f-8cf05db09691", "SubmittedBy": "sample string 5" }, { "StepId": "459bad80-9510-43c0-a7ab-53b4dfe2dbac", "StepName": "sample string 2", "SubmittedTime": "2024-11-29T09:39:11.9700587+11:00", "SubmittedById": "eff1fb62-7d76-48b3-a17f-8cf05db09691", "SubmittedBy": "sample string 5" } ], "InitHistory": [ { "StepId": "029554e1-c66a-4315-bf9f-3a8819ee6d20", "StepName": "sample string 2", "InitTime": "2024-11-29T09:39:11.9700587+11:00", "InitById": "f353a0ee-423d-4f9d-8876-8e0cbaf432d9", "InitBy": "sample string 5" }, { "StepId": "029554e1-c66a-4315-bf9f-3a8819ee6d20", "StepName": "sample string 2", "InitTime": "2024-11-29T09:39:11.9700587+11:00", "InitById": "f353a0ee-423d-4f9d-8876-8e0cbaf432d9", "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>2024-11-28T22:39:11.9700587Z</d2p1:DateTime> <d2p1:OffsetMinutes>660</d2p1:OffsetMinutes> </ApplicableFrom> <ApplicableTo xmlns:d2p1="http://schemas.datacontract.org/2004/07/System"> <d2p1:DateTime>2024-11-28T22:39:11.9700587Z</d2p1:DateTime> <d2p1:OffsetMinutes>660</d2p1:OffsetMinutes> </ApplicableTo> <Archived>2024-11-29T09:39:11.9700587+11:00</Archived> <ArchivedById>f15d43e9-cd77-439f-b032-d0473f63ea65</ArchivedById> <AssignedDate>2024-11-29T09:39:11.9700587+11:00</AssignedDate> <AssignedTo>288f7097-7444-48cd-8348-889153059bc5</AssignedTo> <BookingId>7bd7801a-4203-4449-9c2b-7032514f3ac0</BookingId> <CPDId>3ef73894-d622-4d1f-90c3-24951d12e138</CPDId> <CPDPeriodId>e1e95b66-52b9-4cba-a81e-caba728f0778</CPDPeriodId> <CPDReductionId>19a40681-693d-447c-91a4-056debebef91</CPDReductionId> <CartId>8a02717c-9832-481c-930a-61a79da9cea7</CartId> <CommitStepId>73b42071-3ab5-478d-b85c-2e50668b6fb0</CommitStepId> <CreatedById>b72d3645-0e91-44d4-85f8-b9f14c3a6e2f</CreatedById> <CreatedDate>2024-11-29T09:39:11.9700587+11:00</CreatedDate> <CreatedDateTick>8</CreatedDateTick> <CrossCheckApplicationTypeSuccesful>true</CrossCheckApplicationTypeSuccesful> <CurrentStepId>6ee78810-a5c9-44c2-a9f1-102fb983e82f</CurrentStepId> <ElectionId>b7c76ea0-6c96-4884-8f00-1842f7a35855</ElectionId> <EntityId>7ad36108-a4ee-471b-8c5a-ea9c01c7fe31</EntityId> <EntityType>sample string 4</EntityType> <Id>55c405b2-f61c-4b9c-9259-e51c35ac752a</Id> <InitHistory> <FieldValueInitTime> <InitBy>sample string 5</InitBy> <InitById>f353a0ee-423d-4f9d-8876-8e0cbaf432d9</InitById> <InitTime>2024-11-29T09:39:11.9700587+11:00</InitTime> <StepId>029554e1-c66a-4315-bf9f-3a8819ee6d20</StepId> <StepName>sample string 2</StepName> </FieldValueInitTime> <FieldValueInitTime> <InitBy>sample string 5</InitBy> <InitById>f353a0ee-423d-4f9d-8876-8e0cbaf432d9</InitById> <InitTime>2024-11-29T09:39:11.9700587+11:00</InitTime> <StepId>029554e1-c66a-4315-bf9f-3a8819ee6d20</StepId> <StepName>sample string 2</StepName> </FieldValueInitTime> </InitHistory> <InvoiceId>d63b3738-0bb6-49ec-bbeb-3eb2c3c9f784</InvoiceId> <IsArchived>true</IsArchived> <IsFinalised>true</IsFinalised> <LastModifiedById>ef266137-db7d-4115-b634-55003fb38bd6</LastModifiedById> <LastModifiedDate>2024-11-29T09:39:11.9700587+11:00</LastModifiedDate> <PaymentGatewayTransactionRef>sample string 11</PaymentGatewayTransactionRef> <PaymentSuccessful>true</PaymentSuccessful> <PreviousStepIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:guid>36d40ddd-a575-4876-9ebf-0b8a8004fe66</d2p1:guid> <d2p1:guid>7cdca4a1-ae10-4255-be5c-df212c502f44</d2p1:guid> </PreviousStepIds> <PropertyId>7e03f510-342f-4486-8619-b6c94de934b2</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>459bad80-9510-43c0-a7ab-53b4dfe2dbac</StepId> <StepName>sample string 2</StepName> <SubmittedBy>sample string 5</SubmittedBy> <SubmittedById>eff1fb62-7d76-48b3-a17f-8cf05db09691</SubmittedById> <SubmittedTime>2024-11-29T09:39:11.9700587+11:00</SubmittedTime> </WorkflowStepSubmitTime> <WorkflowStepSubmitTime> <StepId>459bad80-9510-43c0-a7ab-53b4dfe2dbac</StepId> <StepName>sample string 2</StepName> <SubmittedBy>sample string 5</SubmittedBy> <SubmittedById>eff1fb62-7d76-48b3-a17f-8cf05db09691</SubmittedById> <SubmittedTime>2024-11-29T09:39:11.9700587+11:00</SubmittedTime> </WorkflowStepSubmitTime> </SubmitTimes> <UserFullName>sample string 5</UserFullName> <UserId>f775c84f-4df8-4174-bb0c-b313dcec998c</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>33ec5ebf-8dae-4845-965c-37bd151e80ac</WaitlistEventId> <WaitlistTicketTypeId>f2fd9179-c4b3-4c83-b0f0-c5b8a77dfd65</WaitlistTicketTypeId> <WorkflowId>7966b6bf-1680-43f5-ad1c-86627d572243</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.