POST api/WorkflowFieldValues/InsertOrUpdateFieldValuesOnPrevious
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": "9ae39e73-4155-47b3-8053-8adf2d7ebcd9", "WorkflowId": "8193b092-b379-437f-8871-ef5b80e89b72", "CurrentStepId": "49cc6679-6356-40b3-840c-f1fddb1b8b90", "UserId": "b98e5b3d-0fcf-4e06-9744-edefbf6cac43", "CPDId": "2b32bb66-1a7c-4f59-8288-62ee43a0b409", "CPDPeriodId": "e8e2032b-89e2-42e4-87ea-4a9d7afb235a", "InvoiceId": "2e283bcb-4e6d-453f-aeff-1692e204f54d", "CPDReductionId": "ae8659b5-145f-4a05-81d7-1553514c3b0a", "ApplicableFrom": "2025-07-06T23:56:39.423098+10:00", "ApplicableTo": "2025-07-06T23:56:39.423098+10:00", "WaitlistEventId": "fa1b0e1a-2014-4011-b252-c151d7efe43e", "WaitlistTicketTypeId": "07ab8175-5b92-4907-a1bf-bb69117fcc11", "CartId": "a6fdcb63-2747-4c36-9e3a-ce6f90b82f76", "ElectionId": "c47f329c-3511-40f3-964a-1c946d8bdb57", "PropertyId": "1286aa50-ca61-446d-8063-ba006e55eaae", "BookingId": "0f425d6f-8ad6-4cdb-9664-280d64daa7b7", "EntityId": "cd571f2d-b017-4912-9033-ff7975798b2b", "EntityType": "sample string 4", "UserFullName": "sample string 5", "WorkflowName": "sample string 6", "CreatedDate": "2025-07-06T23:56:39.423098+10:00", "CreatedDateTick": 8, "CreatedById": "3290c409-2fa1-4529-b121-3769ebd7f511", "LastModifiedDate": "2025-07-06T23:56:39.423098+10:00", "LastModifiedById": "e06613c4-dcd3-4a1e-a79e-06828b5885cc", "IsArchived": true, "CommitStepId": "08a08447-343f-44e8-bee9-056a4008f5f2", "Archived": "2025-07-06T23:56:39.423098+10:00", "ArchivedById": "e260b069-a7ac-4443-bc62-488d5a9ed0bf", "AssignedTo": "7334de98-8243-479e-a15e-33c29c7838c5", "AssignedDate": "2025-07-06T23:56:39.423098+10:00", "PaymentSuccessful": true, "PaymentGatewayTransactionRef": "sample string 11", "CrossCheckApplicationTypeSuccesful": true, "PreviousStepIds": [ "183bdbd3-9f69-4259-9156-cd68b944fc4c", "1c159668-925f-4505-8ed2-849f093d95ef" ], "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": "0ee17845-9e44-4c1a-9d53-7ace96ca5344", "StepName": "sample string 2", "SubmittedTime": "2025-07-06T23:56:39.423098+10:00", "SubmittedById": "933d91ef-5358-4fd2-b065-d7b69800c1ac", "SubmittedBy": "sample string 5" }, { "StepId": "0ee17845-9e44-4c1a-9d53-7ace96ca5344", "StepName": "sample string 2", "SubmittedTime": "2025-07-06T23:56:39.423098+10:00", "SubmittedById": "933d91ef-5358-4fd2-b065-d7b69800c1ac", "SubmittedBy": "sample string 5" } ], "InitHistory": [ { "StepId": "12c29123-8dea-4c07-97c1-81aaafff17c2", "StepName": "sample string 2", "InitTime": "2025-07-06T23:56:39.423098+10:00", "InitById": "ced83429-d0ab-411b-9bbf-51e23bfa387a", "InitBy": "sample string 5" }, { "StepId": "12c29123-8dea-4c07-97c1-81aaafff17c2", "StepName": "sample string 2", "InitTime": "2025-07-06T23:56:39.423098+10:00", "InitById": "ced83429-d0ab-411b-9bbf-51e23bfa387a", "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-07-06T13:56:39.423098Z</d2p1:DateTime> <d2p1:OffsetMinutes>600</d2p1:OffsetMinutes> </ApplicableFrom> <ApplicableTo xmlns:d2p1="http://schemas.datacontract.org/2004/07/System"> <d2p1:DateTime>2025-07-06T13:56:39.423098Z</d2p1:DateTime> <d2p1:OffsetMinutes>600</d2p1:OffsetMinutes> </ApplicableTo> <Archived>2025-07-06T23:56:39.423098+10:00</Archived> <ArchivedById>e260b069-a7ac-4443-bc62-488d5a9ed0bf</ArchivedById> <AssignedDate>2025-07-06T23:56:39.423098+10:00</AssignedDate> <AssignedTo>7334de98-8243-479e-a15e-33c29c7838c5</AssignedTo> <BookingId>0f425d6f-8ad6-4cdb-9664-280d64daa7b7</BookingId> <CPDId>2b32bb66-1a7c-4f59-8288-62ee43a0b409</CPDId> <CPDPeriodId>e8e2032b-89e2-42e4-87ea-4a9d7afb235a</CPDPeriodId> <CPDReductionId>ae8659b5-145f-4a05-81d7-1553514c3b0a</CPDReductionId> <CartId>a6fdcb63-2747-4c36-9e3a-ce6f90b82f76</CartId> <CommitStepId>08a08447-343f-44e8-bee9-056a4008f5f2</CommitStepId> <CreatedById>3290c409-2fa1-4529-b121-3769ebd7f511</CreatedById> <CreatedDate>2025-07-06T23:56:39.423098+10:00</CreatedDate> <CreatedDateTick>8</CreatedDateTick> <CrossCheckApplicationTypeSuccesful>true</CrossCheckApplicationTypeSuccesful> <CurrentStepId>49cc6679-6356-40b3-840c-f1fddb1b8b90</CurrentStepId> <ElectionId>c47f329c-3511-40f3-964a-1c946d8bdb57</ElectionId> <EntityId>cd571f2d-b017-4912-9033-ff7975798b2b</EntityId> <EntityType>sample string 4</EntityType> <Id>9ae39e73-4155-47b3-8053-8adf2d7ebcd9</Id> <InitHistory> <FieldValueInitTime> <InitBy>sample string 5</InitBy> <InitById>ced83429-d0ab-411b-9bbf-51e23bfa387a</InitById> <InitTime>2025-07-06T23:56:39.423098+10:00</InitTime> <StepId>12c29123-8dea-4c07-97c1-81aaafff17c2</StepId> <StepName>sample string 2</StepName> </FieldValueInitTime> <FieldValueInitTime> <InitBy>sample string 5</InitBy> <InitById>ced83429-d0ab-411b-9bbf-51e23bfa387a</InitById> <InitTime>2025-07-06T23:56:39.423098+10:00</InitTime> <StepId>12c29123-8dea-4c07-97c1-81aaafff17c2</StepId> <StepName>sample string 2</StepName> </FieldValueInitTime> </InitHistory> <InvoiceId>2e283bcb-4e6d-453f-aeff-1692e204f54d</InvoiceId> <IsArchived>true</IsArchived> <IsFinalised>true</IsFinalised> <LastModifiedById>e06613c4-dcd3-4a1e-a79e-06828b5885cc</LastModifiedById> <LastModifiedDate>2025-07-06T23:56:39.423098+10:00</LastModifiedDate> <PaymentGatewayTransactionRef>sample string 11</PaymentGatewayTransactionRef> <PaymentSuccessful>true</PaymentSuccessful> <PreviousStepIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:guid>183bdbd3-9f69-4259-9156-cd68b944fc4c</d2p1:guid> <d2p1:guid>1c159668-925f-4505-8ed2-849f093d95ef</d2p1:guid> </PreviousStepIds> <PropertyId>1286aa50-ca61-446d-8063-ba006e55eaae</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>0ee17845-9e44-4c1a-9d53-7ace96ca5344</StepId> <StepName>sample string 2</StepName> <SubmittedBy>sample string 5</SubmittedBy> <SubmittedById>933d91ef-5358-4fd2-b065-d7b69800c1ac</SubmittedById> <SubmittedTime>2025-07-06T23:56:39.423098+10:00</SubmittedTime> </WorkflowStepSubmitTime> <WorkflowStepSubmitTime> <StepId>0ee17845-9e44-4c1a-9d53-7ace96ca5344</StepId> <StepName>sample string 2</StepName> <SubmittedBy>sample string 5</SubmittedBy> <SubmittedById>933d91ef-5358-4fd2-b065-d7b69800c1ac</SubmittedById> <SubmittedTime>2025-07-06T23:56:39.423098+10:00</SubmittedTime> </WorkflowStepSubmitTime> </SubmitTimes> <UserFullName>sample string 5</UserFullName> <UserId>b98e5b3d-0fcf-4e06-9744-edefbf6cac43</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>fa1b0e1a-2014-4011-b252-c151d7efe43e</WaitlistEventId> <WaitlistTicketTypeId>07ab8175-5b92-4907-a1bf-bb69117fcc11</WaitlistTicketTypeId> <WorkflowId>8193b092-b379-437f-8871-ef5b80e89b72</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.