POST api/WorkflowFieldValues/InsertOrUpdateFieldValues
Request Information
URI Parameters
None.
Body Parameters
WorkflowFieldValue| Name | 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": "e2075ec6-c2cc-4293-afb0-fdc70783a9cb",
"WorkflowId": "1a996bdd-c988-46e6-8fc8-356e04f77a6e",
"CurrentStepId": "24eff8ad-d7fd-4adf-8ca9-09ff5e3f66b3",
"UserId": "72f32039-e442-41bd-ba56-06a23fc765c8",
"CPDId": "c96ceabe-7592-4011-96e7-135d1151a0bc",
"CPDPeriodId": "f2d1b62d-5f19-415b-a313-5ff260881da3",
"InvoiceId": "25306f62-256e-410d-98c3-0a75b105c38f",
"CPDReductionId": "25757239-af04-4d1d-930f-932fcc169ce2",
"ApplicableFrom": "2025-12-12T12:37:29.8724379+11:00",
"ApplicableTo": "2025-12-12T12:37:29.8724379+11:00",
"WaitlistEventId": "ebdb7581-d8fd-4292-9054-427d8852eafe",
"WaitlistTicketTypeId": "a1cd7cab-bba1-451c-9c6b-48bed24d2b3d",
"CartId": "eee4a4f0-5069-4292-8ecd-5f2b6ac376b2",
"ElectionId": "544b1d78-10bb-483f-92c2-b4a052b7dbef",
"PropertyId": "db82cfca-48e7-4653-8358-a265958f302b",
"BookingId": "e43ccda0-0c13-470c-9539-c6541dc4e3b1",
"EntityId": "87609d5e-6faf-455f-8a24-82bb074c553b",
"EntityType": "sample string 4",
"UserFullName": "sample string 5",
"WorkflowName": "sample string 6",
"CreatedDate": "2025-12-12T12:37:29.8734393+11:00",
"CreatedDateTick": 8,
"CreatedById": "611cd84a-46be-4b77-8587-848aa0c47565",
"LastModifiedDate": "2025-12-12T12:37:29.8734393+11:00",
"LastModifiedById": "2acafe58-22e4-4476-914b-192662bddab7",
"IsArchived": true,
"CommitStepId": "49502f31-662f-49f0-bd17-31e1ae77236f",
"Archived": "2025-12-12T12:37:29.8734393+11:00",
"ArchivedById": "70e2552d-1e1c-4b4d-aaa8-81c13135bef9",
"AssignedTo": "0e9618a0-ca0a-48b4-89d9-c88ff7eee2c7",
"AssignedDate": "2025-12-12T12:37:29.8734393+11:00",
"PaymentSuccessful": true,
"PaymentGatewayTransactionRef": "sample string 11",
"CrossCheckApplicationTypeSuccesful": true,
"PreviousStepIds": [
"6730c6c4-8a2e-4d3a-8661-3783129aed99",
"fc800270-36cd-44f6-8a25-6b6d6f780332"
],
"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": "135da2fe-0297-48ab-bb44-a991fff7d953",
"StepName": "sample string 2",
"SubmittedTime": "2025-12-12T12:37:29.8754456+11:00",
"SubmittedById": "3b2f9292-8157-4315-9cf4-dd18e75b0a32",
"SubmittedBy": "sample string 5"
},
{
"StepId": "135da2fe-0297-48ab-bb44-a991fff7d953",
"StepName": "sample string 2",
"SubmittedTime": "2025-12-12T12:37:29.8754456+11:00",
"SubmittedById": "3b2f9292-8157-4315-9cf4-dd18e75b0a32",
"SubmittedBy": "sample string 5"
}
],
"InitHistory": [
{
"StepId": "604c6e70-39c8-4557-8bfc-eb641ac3104c",
"StepName": "sample string 2",
"InitTime": "2025-12-12T12:37:29.8754456+11:00",
"InitById": "73c5910e-db2a-46f0-95f6-1ad6ec343279",
"InitBy": "sample string 5"
},
{
"StepId": "604c6e70-39c8-4557-8bfc-eb641ac3104c",
"StepName": "sample string 2",
"InitTime": "2025-12-12T12:37:29.8754456+11:00",
"InitById": "73c5910e-db2a-46f0-95f6-1ad6ec343279",
"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-12-12T01:37:29.8724379Z</d2p1:DateTime>
<d2p1:OffsetMinutes>660</d2p1:OffsetMinutes>
</ApplicableFrom>
<ApplicableTo xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
<d2p1:DateTime>2025-12-12T01:37:29.8724379Z</d2p1:DateTime>
<d2p1:OffsetMinutes>660</d2p1:OffsetMinutes>
</ApplicableTo>
<Archived>2025-12-12T12:37:29.8734393+11:00</Archived>
<ArchivedById>70e2552d-1e1c-4b4d-aaa8-81c13135bef9</ArchivedById>
<AssignedDate>2025-12-12T12:37:29.8734393+11:00</AssignedDate>
<AssignedTo>0e9618a0-ca0a-48b4-89d9-c88ff7eee2c7</AssignedTo>
<BookingId>e43ccda0-0c13-470c-9539-c6541dc4e3b1</BookingId>
<CPDId>c96ceabe-7592-4011-96e7-135d1151a0bc</CPDId>
<CPDPeriodId>f2d1b62d-5f19-415b-a313-5ff260881da3</CPDPeriodId>
<CPDReductionId>25757239-af04-4d1d-930f-932fcc169ce2</CPDReductionId>
<CartId>eee4a4f0-5069-4292-8ecd-5f2b6ac376b2</CartId>
<CommitStepId>49502f31-662f-49f0-bd17-31e1ae77236f</CommitStepId>
<CreatedById>611cd84a-46be-4b77-8587-848aa0c47565</CreatedById>
<CreatedDate>2025-12-12T12:37:29.8734393+11:00</CreatedDate>
<CreatedDateTick>8</CreatedDateTick>
<CrossCheckApplicationTypeSuccesful>true</CrossCheckApplicationTypeSuccesful>
<CurrentStepId>24eff8ad-d7fd-4adf-8ca9-09ff5e3f66b3</CurrentStepId>
<ElectionId>544b1d78-10bb-483f-92c2-b4a052b7dbef</ElectionId>
<EntityId>87609d5e-6faf-455f-8a24-82bb074c553b</EntityId>
<EntityType>sample string 4</EntityType>
<Id>e2075ec6-c2cc-4293-afb0-fdc70783a9cb</Id>
<InitHistory>
<FieldValueInitTime>
<InitBy>sample string 5</InitBy>
<InitById>73c5910e-db2a-46f0-95f6-1ad6ec343279</InitById>
<InitTime>2025-12-12T12:37:29.8754456+11:00</InitTime>
<StepId>604c6e70-39c8-4557-8bfc-eb641ac3104c</StepId>
<StepName>sample string 2</StepName>
</FieldValueInitTime>
<FieldValueInitTime>
<InitBy>sample string 5</InitBy>
<InitById>73c5910e-db2a-46f0-95f6-1ad6ec343279</InitById>
<InitTime>2025-12-12T12:37:29.8754456+11:00</InitTime>
<StepId>604c6e70-39c8-4557-8bfc-eb641ac3104c</StepId>
<StepName>sample string 2</StepName>
</FieldValueInitTime>
</InitHistory>
<InvoiceId>25306f62-256e-410d-98c3-0a75b105c38f</InvoiceId>
<IsArchived>true</IsArchived>
<IsFinalised>true</IsFinalised>
<LastModifiedById>2acafe58-22e4-4476-914b-192662bddab7</LastModifiedById>
<LastModifiedDate>2025-12-12T12:37:29.8734393+11:00</LastModifiedDate>
<PaymentGatewayTransactionRef>sample string 11</PaymentGatewayTransactionRef>
<PaymentSuccessful>true</PaymentSuccessful>
<PreviousStepIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>6730c6c4-8a2e-4d3a-8661-3783129aed99</d2p1:guid>
<d2p1:guid>fc800270-36cd-44f6-8a25-6b6d6f780332</d2p1:guid>
</PreviousStepIds>
<PropertyId>db82cfca-48e7-4653-8358-a265958f302b</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>135da2fe-0297-48ab-bb44-a991fff7d953</StepId>
<StepName>sample string 2</StepName>
<SubmittedBy>sample string 5</SubmittedBy>
<SubmittedById>3b2f9292-8157-4315-9cf4-dd18e75b0a32</SubmittedById>
<SubmittedTime>2025-12-12T12:37:29.8754456+11:00</SubmittedTime>
</WorkflowStepSubmitTime>
<WorkflowStepSubmitTime>
<StepId>135da2fe-0297-48ab-bb44-a991fff7d953</StepId>
<StepName>sample string 2</StepName>
<SubmittedBy>sample string 5</SubmittedBy>
<SubmittedById>3b2f9292-8157-4315-9cf4-dd18e75b0a32</SubmittedById>
<SubmittedTime>2025-12-12T12:37:29.8754456+11:00</SubmittedTime>
</WorkflowStepSubmitTime>
</SubmitTimes>
<UserFullName>sample string 5</UserFullName>
<UserId>72f32039-e442-41bd-ba56-06a23fc765c8</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>ebdb7581-d8fd-4292-9054-427d8852eafe</WaitlistEventId>
<WaitlistTicketTypeId>a1cd7cab-bba1-451c-9c6b-48bed24d2b3d</WaitlistTicketTypeId>
<WorkflowId>1a996bdd-c988-46e6-8fc8-356e04f77a6e</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.