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": "087ec0a8-2a68-4d10-911e-95c97021aaa7", "WorkflowId": "faf303bf-e296-4156-b4ff-5a06431c33ad", "CurrentStepId": "c54895c6-08f1-4db1-9fd9-3aff2594fe3c", "UserId": "fb30d827-4f51-49d4-90e6-ceead778897d", "CPDId": "fec1bba5-d695-4286-b134-318cf03af69a", "CPDPeriodId": "482454e9-7670-4939-830c-5125423dd786", "InvoiceId": "68081142-7468-4f37-9263-3d8a0e058dc8", "CPDReductionId": "bbf29e3a-cbf8-4cbc-b071-cdf4f232178a", "ApplicableFrom": "2025-07-06T23:59:54.1406013+10:00", "ApplicableTo": "2025-07-06T23:59:54.1406013+10:00", "WaitlistEventId": "f7c30364-b80a-4553-a76f-1f02e4b16064", "WaitlistTicketTypeId": "49023ac2-93f6-471d-a6d7-4a61cd48bc98", "CartId": "d4539822-359e-4ded-89ca-9201abef5a3d", "ElectionId": "937c32b6-9ebd-4ed0-b792-b4f6de55ca8a", "PropertyId": "655f5e5a-97ed-448d-ad2e-34b0dfa89c41", "BookingId": "50b459dc-aa95-4944-b6f8-ff1f8cdce773", "EntityId": "165cf47f-7cd7-4d0f-9d94-da926fccce2a", "EntityType": "sample string 4", "UserFullName": "sample string 5", "WorkflowName": "sample string 6", "CreatedDate": "2025-07-06T23:59:54.1406013+10:00", "CreatedDateTick": 8, "CreatedById": "de43bd49-b541-494c-a5ee-357e63607e06", "LastModifiedDate": "2025-07-06T23:59:54.1406013+10:00", "LastModifiedById": "72b7b3ab-5606-4577-b42c-b0201b18785c", "IsArchived": true, "CommitStepId": "9731dea3-6148-4dd0-8fab-9185a6bec284", "Archived": "2025-07-06T23:59:54.1406013+10:00", "ArchivedById": "c686f11d-79b9-46ca-80fb-678607dcb70d", "AssignedTo": "bbea47f0-aaee-41a4-a2b7-a9be7f6cff05", "AssignedDate": "2025-07-06T23:59:54.1406013+10:00", "PaymentSuccessful": true, "PaymentGatewayTransactionRef": "sample string 11", "CrossCheckApplicationTypeSuccesful": true, "PreviousStepIds": [ "0162ba31-6ba8-4a65-bab3-779a7f7fa56a", "18afd955-e781-4fd9-b86a-e2add0e46918" ], "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": "b295564e-c1fa-42a9-9dd3-fdb11893c122", "StepName": "sample string 2", "SubmittedTime": "2025-07-06T23:59:54.1406013+10:00", "SubmittedById": "445d27a9-ffc9-4d45-a71e-073025a0b748", "SubmittedBy": "sample string 5" }, { "StepId": "b295564e-c1fa-42a9-9dd3-fdb11893c122", "StepName": "sample string 2", "SubmittedTime": "2025-07-06T23:59:54.1406013+10:00", "SubmittedById": "445d27a9-ffc9-4d45-a71e-073025a0b748", "SubmittedBy": "sample string 5" } ], "InitHistory": [ { "StepId": "a28c7a13-0f8b-4eb5-b406-7590ef4ecffe", "StepName": "sample string 2", "InitTime": "2025-07-06T23:59:54.1406013+10:00", "InitById": "43bf573a-ba32-4b45-8154-20e45484075a", "InitBy": "sample string 5" }, { "StepId": "a28c7a13-0f8b-4eb5-b406-7590ef4ecffe", "StepName": "sample string 2", "InitTime": "2025-07-06T23:59:54.1406013+10:00", "InitById": "43bf573a-ba32-4b45-8154-20e45484075a", "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:59:54.1406013Z</d2p1:DateTime> <d2p1:OffsetMinutes>600</d2p1:OffsetMinutes> </ApplicableFrom> <ApplicableTo xmlns:d2p1="http://schemas.datacontract.org/2004/07/System"> <d2p1:DateTime>2025-07-06T13:59:54.1406013Z</d2p1:DateTime> <d2p1:OffsetMinutes>600</d2p1:OffsetMinutes> </ApplicableTo> <Archived>2025-07-06T23:59:54.1406013+10:00</Archived> <ArchivedById>c686f11d-79b9-46ca-80fb-678607dcb70d</ArchivedById> <AssignedDate>2025-07-06T23:59:54.1406013+10:00</AssignedDate> <AssignedTo>bbea47f0-aaee-41a4-a2b7-a9be7f6cff05</AssignedTo> <BookingId>50b459dc-aa95-4944-b6f8-ff1f8cdce773</BookingId> <CPDId>fec1bba5-d695-4286-b134-318cf03af69a</CPDId> <CPDPeriodId>482454e9-7670-4939-830c-5125423dd786</CPDPeriodId> <CPDReductionId>bbf29e3a-cbf8-4cbc-b071-cdf4f232178a</CPDReductionId> <CartId>d4539822-359e-4ded-89ca-9201abef5a3d</CartId> <CommitStepId>9731dea3-6148-4dd0-8fab-9185a6bec284</CommitStepId> <CreatedById>de43bd49-b541-494c-a5ee-357e63607e06</CreatedById> <CreatedDate>2025-07-06T23:59:54.1406013+10:00</CreatedDate> <CreatedDateTick>8</CreatedDateTick> <CrossCheckApplicationTypeSuccesful>true</CrossCheckApplicationTypeSuccesful> <CurrentStepId>c54895c6-08f1-4db1-9fd9-3aff2594fe3c</CurrentStepId> <ElectionId>937c32b6-9ebd-4ed0-b792-b4f6de55ca8a</ElectionId> <EntityId>165cf47f-7cd7-4d0f-9d94-da926fccce2a</EntityId> <EntityType>sample string 4</EntityType> <Id>087ec0a8-2a68-4d10-911e-95c97021aaa7</Id> <InitHistory> <FieldValueInitTime> <InitBy>sample string 5</InitBy> <InitById>43bf573a-ba32-4b45-8154-20e45484075a</InitById> <InitTime>2025-07-06T23:59:54.1406013+10:00</InitTime> <StepId>a28c7a13-0f8b-4eb5-b406-7590ef4ecffe</StepId> <StepName>sample string 2</StepName> </FieldValueInitTime> <FieldValueInitTime> <InitBy>sample string 5</InitBy> <InitById>43bf573a-ba32-4b45-8154-20e45484075a</InitById> <InitTime>2025-07-06T23:59:54.1406013+10:00</InitTime> <StepId>a28c7a13-0f8b-4eb5-b406-7590ef4ecffe</StepId> <StepName>sample string 2</StepName> </FieldValueInitTime> </InitHistory> <InvoiceId>68081142-7468-4f37-9263-3d8a0e058dc8</InvoiceId> <IsArchived>true</IsArchived> <IsFinalised>true</IsFinalised> <LastModifiedById>72b7b3ab-5606-4577-b42c-b0201b18785c</LastModifiedById> <LastModifiedDate>2025-07-06T23:59:54.1406013+10:00</LastModifiedDate> <PaymentGatewayTransactionRef>sample string 11</PaymentGatewayTransactionRef> <PaymentSuccessful>true</PaymentSuccessful> <PreviousStepIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:guid>0162ba31-6ba8-4a65-bab3-779a7f7fa56a</d2p1:guid> <d2p1:guid>18afd955-e781-4fd9-b86a-e2add0e46918</d2p1:guid> </PreviousStepIds> <PropertyId>655f5e5a-97ed-448d-ad2e-34b0dfa89c41</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>b295564e-c1fa-42a9-9dd3-fdb11893c122</StepId> <StepName>sample string 2</StepName> <SubmittedBy>sample string 5</SubmittedBy> <SubmittedById>445d27a9-ffc9-4d45-a71e-073025a0b748</SubmittedById> <SubmittedTime>2025-07-06T23:59:54.1406013+10:00</SubmittedTime> </WorkflowStepSubmitTime> <WorkflowStepSubmitTime> <StepId>b295564e-c1fa-42a9-9dd3-fdb11893c122</StepId> <StepName>sample string 2</StepName> <SubmittedBy>sample string 5</SubmittedBy> <SubmittedById>445d27a9-ffc9-4d45-a71e-073025a0b748</SubmittedById> <SubmittedTime>2025-07-06T23:59:54.1406013+10:00</SubmittedTime> </WorkflowStepSubmitTime> </SubmitTimes> <UserFullName>sample string 5</UserFullName> <UserId>fb30d827-4f51-49d4-90e6-ceead778897d</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>f7c30364-b80a-4553-a76f-1f02e4b16064</WaitlistEventId> <WaitlistTicketTypeId>49023ac2-93f6-471d-a6d7-4a61cd48bc98</WaitlistTicketTypeId> <WorkflowId>faf303bf-e296-4156-b4ff-5a06431c33ad</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.