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": "582756c2-8316-4390-a45a-05ea1eb807ff", "WorkflowId": "a91542e1-a499-4c3c-bc6b-fe520eef9a0d", "CurrentStepId": "597f47df-367b-44fa-b025-e8ca5d90bb4c", "UserId": "af203b8e-c0fd-40ca-a711-b02dffb1a1b0", "CPDId": "f2fb3bd7-b937-4ea2-adbb-cac087fd7547", "CPDPeriodId": "a72c1e50-e407-4f86-8c48-ec2704e8f083", "InvoiceId": "daf2043a-e1c8-4466-b354-f47e25f67be0", "CPDReductionId": "bf50dc12-ca97-471e-8239-531bf1ee37fc", "ApplicableFrom": "2025-07-04T23:50:29.6067044+10:00", "ApplicableTo": "2025-07-04T23:50:29.6067044+10:00", "WaitlistEventId": "dfc75174-2ca0-441c-af87-dd63ffdffde9", "WaitlistTicketTypeId": "6dd23b07-e57b-4bf1-8be7-9759dc1487ab", "CartId": "098f0b9e-76ec-4018-9c25-3dfc148c1164", "ElectionId": "0c1456fe-fe4c-47a7-bbe1-60480ed63515", "PropertyId": "30204ae2-53c3-4726-86bc-613400928cda", "BookingId": "1f83e426-5f46-4d96-8356-3ed7a4c42653", "EntityId": "73a2d032-caa8-4689-b446-949573b26f43", "EntityType": "sample string 4", "UserFullName": "sample string 5", "WorkflowName": "sample string 6", "CreatedDate": "2025-07-04T23:50:29.6067044+10:00", "CreatedDateTick": 8, "CreatedById": "346c1261-49d0-4035-9070-0959ab25f5d4", "LastModifiedDate": "2025-07-04T23:50:29.6067044+10:00", "LastModifiedById": "b34a21c9-7269-44f8-a743-4ae7128f3585", "IsArchived": true, "CommitStepId": "605e255f-8346-4382-86fd-599d99ac08e6", "Archived": "2025-07-04T23:50:29.6067044+10:00", "ArchivedById": "26e9a05f-e422-460f-9c41-db5ffffa0907", "AssignedTo": "b58c5bff-53d8-4423-9b0d-9a06b57f8747", "AssignedDate": "2025-07-04T23:50:29.6067044+10:00", "PaymentSuccessful": true, "PaymentGatewayTransactionRef": "sample string 11", "CrossCheckApplicationTypeSuccesful": true, "PreviousStepIds": [ "e2d9291d-2ec1-422e-aeff-9aacbe139f0d", "b8269104-2414-40c3-be7a-f0ce32b705a5" ], "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": "f7d5d6c6-1b33-4c10-b5aa-aaa31c93073c", "StepName": "sample string 2", "SubmittedTime": "2025-07-04T23:50:29.6067044+10:00", "SubmittedById": "913c19f9-5d9d-4bac-8787-1517b1b4f292", "SubmittedBy": "sample string 5" }, { "StepId": "f7d5d6c6-1b33-4c10-b5aa-aaa31c93073c", "StepName": "sample string 2", "SubmittedTime": "2025-07-04T23:50:29.6067044+10:00", "SubmittedById": "913c19f9-5d9d-4bac-8787-1517b1b4f292", "SubmittedBy": "sample string 5" } ], "InitHistory": [ { "StepId": "bc673dbb-1259-44b4-9b95-e39d833e81ce", "StepName": "sample string 2", "InitTime": "2025-07-04T23:50:29.6067044+10:00", "InitById": "a379d269-b99a-426d-86b9-2c358545cf3a", "InitBy": "sample string 5" }, { "StepId": "bc673dbb-1259-44b4-9b95-e39d833e81ce", "StepName": "sample string 2", "InitTime": "2025-07-04T23:50:29.6067044+10:00", "InitById": "a379d269-b99a-426d-86b9-2c358545cf3a", "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-04T13:50:29.6067044Z</d2p1:DateTime> <d2p1:OffsetMinutes>600</d2p1:OffsetMinutes> </ApplicableFrom> <ApplicableTo xmlns:d2p1="http://schemas.datacontract.org/2004/07/System"> <d2p1:DateTime>2025-07-04T13:50:29.6067044Z</d2p1:DateTime> <d2p1:OffsetMinutes>600</d2p1:OffsetMinutes> </ApplicableTo> <Archived>2025-07-04T23:50:29.6067044+10:00</Archived> <ArchivedById>26e9a05f-e422-460f-9c41-db5ffffa0907</ArchivedById> <AssignedDate>2025-07-04T23:50:29.6067044+10:00</AssignedDate> <AssignedTo>b58c5bff-53d8-4423-9b0d-9a06b57f8747</AssignedTo> <BookingId>1f83e426-5f46-4d96-8356-3ed7a4c42653</BookingId> <CPDId>f2fb3bd7-b937-4ea2-adbb-cac087fd7547</CPDId> <CPDPeriodId>a72c1e50-e407-4f86-8c48-ec2704e8f083</CPDPeriodId> <CPDReductionId>bf50dc12-ca97-471e-8239-531bf1ee37fc</CPDReductionId> <CartId>098f0b9e-76ec-4018-9c25-3dfc148c1164</CartId> <CommitStepId>605e255f-8346-4382-86fd-599d99ac08e6</CommitStepId> <CreatedById>346c1261-49d0-4035-9070-0959ab25f5d4</CreatedById> <CreatedDate>2025-07-04T23:50:29.6067044+10:00</CreatedDate> <CreatedDateTick>8</CreatedDateTick> <CrossCheckApplicationTypeSuccesful>true</CrossCheckApplicationTypeSuccesful> <CurrentStepId>597f47df-367b-44fa-b025-e8ca5d90bb4c</CurrentStepId> <ElectionId>0c1456fe-fe4c-47a7-bbe1-60480ed63515</ElectionId> <EntityId>73a2d032-caa8-4689-b446-949573b26f43</EntityId> <EntityType>sample string 4</EntityType> <Id>582756c2-8316-4390-a45a-05ea1eb807ff</Id> <InitHistory> <FieldValueInitTime> <InitBy>sample string 5</InitBy> <InitById>a379d269-b99a-426d-86b9-2c358545cf3a</InitById> <InitTime>2025-07-04T23:50:29.6067044+10:00</InitTime> <StepId>bc673dbb-1259-44b4-9b95-e39d833e81ce</StepId> <StepName>sample string 2</StepName> </FieldValueInitTime> <FieldValueInitTime> <InitBy>sample string 5</InitBy> <InitById>a379d269-b99a-426d-86b9-2c358545cf3a</InitById> <InitTime>2025-07-04T23:50:29.6067044+10:00</InitTime> <StepId>bc673dbb-1259-44b4-9b95-e39d833e81ce</StepId> <StepName>sample string 2</StepName> </FieldValueInitTime> </InitHistory> <InvoiceId>daf2043a-e1c8-4466-b354-f47e25f67be0</InvoiceId> <IsArchived>true</IsArchived> <IsFinalised>true</IsFinalised> <LastModifiedById>b34a21c9-7269-44f8-a743-4ae7128f3585</LastModifiedById> <LastModifiedDate>2025-07-04T23:50:29.6067044+10:00</LastModifiedDate> <PaymentGatewayTransactionRef>sample string 11</PaymentGatewayTransactionRef> <PaymentSuccessful>true</PaymentSuccessful> <PreviousStepIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:guid>e2d9291d-2ec1-422e-aeff-9aacbe139f0d</d2p1:guid> <d2p1:guid>b8269104-2414-40c3-be7a-f0ce32b705a5</d2p1:guid> </PreviousStepIds> <PropertyId>30204ae2-53c3-4726-86bc-613400928cda</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>f7d5d6c6-1b33-4c10-b5aa-aaa31c93073c</StepId> <StepName>sample string 2</StepName> <SubmittedBy>sample string 5</SubmittedBy> <SubmittedById>913c19f9-5d9d-4bac-8787-1517b1b4f292</SubmittedById> <SubmittedTime>2025-07-04T23:50:29.6067044+10:00</SubmittedTime> </WorkflowStepSubmitTime> <WorkflowStepSubmitTime> <StepId>f7d5d6c6-1b33-4c10-b5aa-aaa31c93073c</StepId> <StepName>sample string 2</StepName> <SubmittedBy>sample string 5</SubmittedBy> <SubmittedById>913c19f9-5d9d-4bac-8787-1517b1b4f292</SubmittedById> <SubmittedTime>2025-07-04T23:50:29.6067044+10:00</SubmittedTime> </WorkflowStepSubmitTime> </SubmitTimes> <UserFullName>sample string 5</UserFullName> <UserId>af203b8e-c0fd-40ca-a711-b02dffb1a1b0</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>dfc75174-2ca0-441c-af87-dd63ffdffde9</WaitlistEventId> <WaitlistTicketTypeId>6dd23b07-e57b-4bf1-8be7-9759dc1487ab</WaitlistTicketTypeId> <WorkflowId>a91542e1-a499-4c3c-bc6b-fe520eef9a0d</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.