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": "4d5f8efd-002a-4e44-a894-ca693137ff08", "WorkflowId": "2798446f-e000-4530-b889-a82f759b14de", "CurrentStepId": "ff42890c-40c1-4440-b4b5-c44102bf2467", "UserId": "d0ac92e7-1454-4e17-85a7-81d1d6b916f6", "CPDId": "a76bd747-5196-4825-91ad-39c1e8f51f69", "CPDPeriodId": "e5bcf2ba-1af6-4e48-916d-43357f47a58c", "InvoiceId": "fb21d14a-d686-480e-a76e-dd25571f0523", "CPDReductionId": "5ad20831-1391-46a0-964c-f7875e6a32d6", "ApplicableFrom": "2025-07-31T05:08:10.441003+10:00", "ApplicableTo": "2025-07-31T05:08:10.441003+10:00", "WaitlistEventId": "753c27bd-5a82-4c3f-a0ad-d2cca9f89d4b", "WaitlistTicketTypeId": "35312117-5d5b-4ea9-ac69-eda219002f82", "CartId": "cd3dfcb6-63f9-4a10-bb5d-95cdb0d529c7", "ElectionId": "fea3bffd-b265-4cd1-a51b-c6f997591959", "PropertyId": "ad8a7527-48e0-4089-97e4-930a439c21a7", "BookingId": "539db009-e905-4a15-b653-86148b23876d", "EntityId": "d6c5b4ac-2349-4a1b-a977-c2a968741f21", "EntityType": "sample string 4", "UserFullName": "sample string 5", "WorkflowName": "sample string 6", "CreatedDate": "2025-07-31T05:08:10.441003+10:00", "CreatedDateTick": 8, "CreatedById": "8baec8c2-a4d1-4270-8bd9-b25a55a6cc23", "LastModifiedDate": "2025-07-31T05:08:10.441003+10:00", "LastModifiedById": "e78155db-afdd-428e-9fcd-ed9b722b4826", "IsArchived": true, "CommitStepId": "e5588e67-dba9-4edd-8976-60b3e52cc01b", "Archived": "2025-07-31T05:08:10.441003+10:00", "ArchivedById": "363b3d74-bd8d-40d1-8886-6328260f0c88", "AssignedTo": "3dac6e2e-1f61-4c6d-8327-fe4e5e733696", "AssignedDate": "2025-07-31T05:08:10.441003+10:00", "PaymentSuccessful": true, "PaymentGatewayTransactionRef": "sample string 11", "CrossCheckApplicationTypeSuccesful": true, "PreviousStepIds": [ "9bd942c5-7f3e-4631-a4a1-577a034374dd", "ec5c12e5-0d3b-410b-962d-5057e2f2e7be" ], "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": "310f20fe-0971-4276-8b9c-6c761f47fbeb", "StepName": "sample string 2", "SubmittedTime": "2025-07-31T05:08:10.441003+10:00", "SubmittedById": "877e34b4-4ee1-4a9b-8317-3b947b52a8f0", "SubmittedBy": "sample string 5" }, { "StepId": "310f20fe-0971-4276-8b9c-6c761f47fbeb", "StepName": "sample string 2", "SubmittedTime": "2025-07-31T05:08:10.441003+10:00", "SubmittedById": "877e34b4-4ee1-4a9b-8317-3b947b52a8f0", "SubmittedBy": "sample string 5" } ], "InitHistory": [ { "StepId": "b46a2cb0-194d-4492-9bc6-4065e9ebc30e", "StepName": "sample string 2", "InitTime": "2025-07-31T05:08:10.441003+10:00", "InitById": "70faae13-a422-4fd1-b666-4cbc01226abd", "InitBy": "sample string 5" }, { "StepId": "b46a2cb0-194d-4492-9bc6-4065e9ebc30e", "StepName": "sample string 2", "InitTime": "2025-07-31T05:08:10.441003+10:00", "InitById": "70faae13-a422-4fd1-b666-4cbc01226abd", "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-30T19:08:10.441003Z</d2p1:DateTime> <d2p1:OffsetMinutes>600</d2p1:OffsetMinutes> </ApplicableFrom> <ApplicableTo xmlns:d2p1="http://schemas.datacontract.org/2004/07/System"> <d2p1:DateTime>2025-07-30T19:08:10.441003Z</d2p1:DateTime> <d2p1:OffsetMinutes>600</d2p1:OffsetMinutes> </ApplicableTo> <Archived>2025-07-31T05:08:10.441003+10:00</Archived> <ArchivedById>363b3d74-bd8d-40d1-8886-6328260f0c88</ArchivedById> <AssignedDate>2025-07-31T05:08:10.441003+10:00</AssignedDate> <AssignedTo>3dac6e2e-1f61-4c6d-8327-fe4e5e733696</AssignedTo> <BookingId>539db009-e905-4a15-b653-86148b23876d</BookingId> <CPDId>a76bd747-5196-4825-91ad-39c1e8f51f69</CPDId> <CPDPeriodId>e5bcf2ba-1af6-4e48-916d-43357f47a58c</CPDPeriodId> <CPDReductionId>5ad20831-1391-46a0-964c-f7875e6a32d6</CPDReductionId> <CartId>cd3dfcb6-63f9-4a10-bb5d-95cdb0d529c7</CartId> <CommitStepId>e5588e67-dba9-4edd-8976-60b3e52cc01b</CommitStepId> <CreatedById>8baec8c2-a4d1-4270-8bd9-b25a55a6cc23</CreatedById> <CreatedDate>2025-07-31T05:08:10.441003+10:00</CreatedDate> <CreatedDateTick>8</CreatedDateTick> <CrossCheckApplicationTypeSuccesful>true</CrossCheckApplicationTypeSuccesful> <CurrentStepId>ff42890c-40c1-4440-b4b5-c44102bf2467</CurrentStepId> <ElectionId>fea3bffd-b265-4cd1-a51b-c6f997591959</ElectionId> <EntityId>d6c5b4ac-2349-4a1b-a977-c2a968741f21</EntityId> <EntityType>sample string 4</EntityType> <Id>4d5f8efd-002a-4e44-a894-ca693137ff08</Id> <InitHistory> <FieldValueInitTime> <InitBy>sample string 5</InitBy> <InitById>70faae13-a422-4fd1-b666-4cbc01226abd</InitById> <InitTime>2025-07-31T05:08:10.441003+10:00</InitTime> <StepId>b46a2cb0-194d-4492-9bc6-4065e9ebc30e</StepId> <StepName>sample string 2</StepName> </FieldValueInitTime> <FieldValueInitTime> <InitBy>sample string 5</InitBy> <InitById>70faae13-a422-4fd1-b666-4cbc01226abd</InitById> <InitTime>2025-07-31T05:08:10.441003+10:00</InitTime> <StepId>b46a2cb0-194d-4492-9bc6-4065e9ebc30e</StepId> <StepName>sample string 2</StepName> </FieldValueInitTime> </InitHistory> <InvoiceId>fb21d14a-d686-480e-a76e-dd25571f0523</InvoiceId> <IsArchived>true</IsArchived> <IsFinalised>true</IsFinalised> <LastModifiedById>e78155db-afdd-428e-9fcd-ed9b722b4826</LastModifiedById> <LastModifiedDate>2025-07-31T05:08:10.441003+10:00</LastModifiedDate> <PaymentGatewayTransactionRef>sample string 11</PaymentGatewayTransactionRef> <PaymentSuccessful>true</PaymentSuccessful> <PreviousStepIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:guid>9bd942c5-7f3e-4631-a4a1-577a034374dd</d2p1:guid> <d2p1:guid>ec5c12e5-0d3b-410b-962d-5057e2f2e7be</d2p1:guid> </PreviousStepIds> <PropertyId>ad8a7527-48e0-4089-97e4-930a439c21a7</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>310f20fe-0971-4276-8b9c-6c761f47fbeb</StepId> <StepName>sample string 2</StepName> <SubmittedBy>sample string 5</SubmittedBy> <SubmittedById>877e34b4-4ee1-4a9b-8317-3b947b52a8f0</SubmittedById> <SubmittedTime>2025-07-31T05:08:10.441003+10:00</SubmittedTime> </WorkflowStepSubmitTime> <WorkflowStepSubmitTime> <StepId>310f20fe-0971-4276-8b9c-6c761f47fbeb</StepId> <StepName>sample string 2</StepName> <SubmittedBy>sample string 5</SubmittedBy> <SubmittedById>877e34b4-4ee1-4a9b-8317-3b947b52a8f0</SubmittedById> <SubmittedTime>2025-07-31T05:08:10.441003+10:00</SubmittedTime> </WorkflowStepSubmitTime> </SubmitTimes> <UserFullName>sample string 5</UserFullName> <UserId>d0ac92e7-1454-4e17-85a7-81d1d6b916f6</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>753c27bd-5a82-4c3f-a0ad-d2cca9f89d4b</WaitlistEventId> <WaitlistTicketTypeId>35312117-5d5b-4ea9-ac69-eda219002f82</WaitlistTicketTypeId> <WorkflowId>2798446f-e000-4530-b889-a82f759b14de</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.