POST api/WorkflowFieldValues/InsertOrUpdateFieldValues
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": "8d73d9e5-d812-457c-ab0a-b2b9310992cb", "WorkflowId": "e7a4fe35-c688-4892-86da-a0c9ef66b2d1", "CurrentStepId": "3103f8eb-92f9-471f-b1a2-4a31bbe1350f", "UserId": "2eb7917e-ef97-498b-b8b3-3c3900407ef2", "CPDId": "f1baadd3-193e-4a52-ab64-09acaef1efa4", "CPDPeriodId": "8214fec0-25e9-4865-a2a5-ad072bb52a74", "InvoiceId": "3e76b591-10ff-4adb-b2ec-b22a12881c5f", "CPDReductionId": "c6dbb420-221d-476d-a21c-b60c72498140", "ApplicableFrom": "2025-07-01T17:27:02.5643888+10:00", "ApplicableTo": "2025-07-01T17:27:02.5643888+10:00", "WaitlistEventId": "36b688dc-960c-41ec-a85e-afa993024b6d", "WaitlistTicketTypeId": "421b7bad-1188-4cfa-95e4-499194b3ee10", "CartId": "f8c27862-f948-4741-9953-c249ac25520e", "ElectionId": "ecb99e45-46b4-47ef-8e08-1b19e690d6ca", "PropertyId": "1d8fa4d0-a73a-4949-a454-e0be8b820f77", "BookingId": "4220ddae-9a92-4f46-933f-1bceb503109b", "EntityId": "45a6ffd6-a95e-4131-85b2-a7848a852b4d", "EntityType": "sample string 4", "UserFullName": "sample string 5", "WorkflowName": "sample string 6", "CreatedDate": "2025-07-01T17:27:02.5643888+10:00", "CreatedDateTick": 8, "CreatedById": "986da2aa-10ca-402a-9512-9d978e57666b", "LastModifiedDate": "2025-07-01T17:27:02.5643888+10:00", "LastModifiedById": "391bb05d-e731-4029-bf95-16ac50d65055", "IsArchived": true, "CommitStepId": "854c9a7f-fe3f-490f-ae22-cc5cee46c14f", "Archived": "2025-07-01T17:27:02.5643888+10:00", "ArchivedById": "486a4bc2-8b02-4230-81dd-ab6a877a4520", "AssignedTo": "a12cfee1-3030-429d-844c-fafc2d8c7f40", "AssignedDate": "2025-07-01T17:27:02.5643888+10:00", "PaymentSuccessful": true, "PaymentGatewayTransactionRef": "sample string 11", "CrossCheckApplicationTypeSuccesful": true, "PreviousStepIds": [ "9f2bba71-ff33-492b-b057-a3a8732d8b8d", "ad301423-7da5-4470-8a82-99fdb9357e71" ], "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": "13683019-8216-432f-ba14-04807b9ab877", "StepName": "sample string 2", "SubmittedTime": "2025-07-01T17:27:02.5643888+10:00", "SubmittedById": "c39375db-5a4b-4174-afb2-cc46d4dab936", "SubmittedBy": "sample string 5" }, { "StepId": "13683019-8216-432f-ba14-04807b9ab877", "StepName": "sample string 2", "SubmittedTime": "2025-07-01T17:27:02.5643888+10:00", "SubmittedById": "c39375db-5a4b-4174-afb2-cc46d4dab936", "SubmittedBy": "sample string 5" } ], "InitHistory": [ { "StepId": "c0ccf248-5b26-4b53-b81b-933bd055ce30", "StepName": "sample string 2", "InitTime": "2025-07-01T17:27:02.5643888+10:00", "InitById": "9101f416-55c4-409a-8af7-46dba3d976cb", "InitBy": "sample string 5" }, { "StepId": "c0ccf248-5b26-4b53-b81b-933bd055ce30", "StepName": "sample string 2", "InitTime": "2025-07-01T17:27:02.5643888+10:00", "InitById": "9101f416-55c4-409a-8af7-46dba3d976cb", "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-01T07:27:02.5643888Z</d2p1:DateTime> <d2p1:OffsetMinutes>600</d2p1:OffsetMinutes> </ApplicableFrom> <ApplicableTo xmlns:d2p1="http://schemas.datacontract.org/2004/07/System"> <d2p1:DateTime>2025-07-01T07:27:02.5643888Z</d2p1:DateTime> <d2p1:OffsetMinutes>600</d2p1:OffsetMinutes> </ApplicableTo> <Archived>2025-07-01T17:27:02.5643888+10:00</Archived> <ArchivedById>486a4bc2-8b02-4230-81dd-ab6a877a4520</ArchivedById> <AssignedDate>2025-07-01T17:27:02.5643888+10:00</AssignedDate> <AssignedTo>a12cfee1-3030-429d-844c-fafc2d8c7f40</AssignedTo> <BookingId>4220ddae-9a92-4f46-933f-1bceb503109b</BookingId> <CPDId>f1baadd3-193e-4a52-ab64-09acaef1efa4</CPDId> <CPDPeriodId>8214fec0-25e9-4865-a2a5-ad072bb52a74</CPDPeriodId> <CPDReductionId>c6dbb420-221d-476d-a21c-b60c72498140</CPDReductionId> <CartId>f8c27862-f948-4741-9953-c249ac25520e</CartId> <CommitStepId>854c9a7f-fe3f-490f-ae22-cc5cee46c14f</CommitStepId> <CreatedById>986da2aa-10ca-402a-9512-9d978e57666b</CreatedById> <CreatedDate>2025-07-01T17:27:02.5643888+10:00</CreatedDate> <CreatedDateTick>8</CreatedDateTick> <CrossCheckApplicationTypeSuccesful>true</CrossCheckApplicationTypeSuccesful> <CurrentStepId>3103f8eb-92f9-471f-b1a2-4a31bbe1350f</CurrentStepId> <ElectionId>ecb99e45-46b4-47ef-8e08-1b19e690d6ca</ElectionId> <EntityId>45a6ffd6-a95e-4131-85b2-a7848a852b4d</EntityId> <EntityType>sample string 4</EntityType> <Id>8d73d9e5-d812-457c-ab0a-b2b9310992cb</Id> <InitHistory> <FieldValueInitTime> <InitBy>sample string 5</InitBy> <InitById>9101f416-55c4-409a-8af7-46dba3d976cb</InitById> <InitTime>2025-07-01T17:27:02.5643888+10:00</InitTime> <StepId>c0ccf248-5b26-4b53-b81b-933bd055ce30</StepId> <StepName>sample string 2</StepName> </FieldValueInitTime> <FieldValueInitTime> <InitBy>sample string 5</InitBy> <InitById>9101f416-55c4-409a-8af7-46dba3d976cb</InitById> <InitTime>2025-07-01T17:27:02.5643888+10:00</InitTime> <StepId>c0ccf248-5b26-4b53-b81b-933bd055ce30</StepId> <StepName>sample string 2</StepName> </FieldValueInitTime> </InitHistory> <InvoiceId>3e76b591-10ff-4adb-b2ec-b22a12881c5f</InvoiceId> <IsArchived>true</IsArchived> <IsFinalised>true</IsFinalised> <LastModifiedById>391bb05d-e731-4029-bf95-16ac50d65055</LastModifiedById> <LastModifiedDate>2025-07-01T17:27:02.5643888+10:00</LastModifiedDate> <PaymentGatewayTransactionRef>sample string 11</PaymentGatewayTransactionRef> <PaymentSuccessful>true</PaymentSuccessful> <PreviousStepIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:guid>9f2bba71-ff33-492b-b057-a3a8732d8b8d</d2p1:guid> <d2p1:guid>ad301423-7da5-4470-8a82-99fdb9357e71</d2p1:guid> </PreviousStepIds> <PropertyId>1d8fa4d0-a73a-4949-a454-e0be8b820f77</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>13683019-8216-432f-ba14-04807b9ab877</StepId> <StepName>sample string 2</StepName> <SubmittedBy>sample string 5</SubmittedBy> <SubmittedById>c39375db-5a4b-4174-afb2-cc46d4dab936</SubmittedById> <SubmittedTime>2025-07-01T17:27:02.5643888+10:00</SubmittedTime> </WorkflowStepSubmitTime> <WorkflowStepSubmitTime> <StepId>13683019-8216-432f-ba14-04807b9ab877</StepId> <StepName>sample string 2</StepName> <SubmittedBy>sample string 5</SubmittedBy> <SubmittedById>c39375db-5a4b-4174-afb2-cc46d4dab936</SubmittedById> <SubmittedTime>2025-07-01T17:27:02.5643888+10:00</SubmittedTime> </WorkflowStepSubmitTime> </SubmitTimes> <UserFullName>sample string 5</UserFullName> <UserId>2eb7917e-ef97-498b-b8b3-3c3900407ef2</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>36b688dc-960c-41ec-a85e-afa993024b6d</WaitlistEventId> <WaitlistTicketTypeId>421b7bad-1188-4cfa-95e4-499194b3ee10</WaitlistTicketTypeId> <WorkflowId>e7a4fe35-c688-4892-86da-a0c9ef66b2d1</WorkflowId> <WorkflowName>sample string 6</WorkflowName> </WorkflowFieldValue>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.