POST api/Workflow/Save
Request Information
URI Parameters
None.
Body Parameters
WorkflowPostedFieldsRequestModelName | 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. |
|
WaitlistEventId | globally unique identifier |
None. |
|
WaitlistTicketTypeId | globally unique identifier |
None. |
|
CPDReductionId | globally unique identifier |
None. |
|
CartId | globally unique identifier |
None. |
|
InvoiceId | globally unique identifier |
None. |
|
EntityId | globally unique identifier |
None. |
|
EntityType | string |
None. |
|
Created | date |
None. |
|
LastModifiedDate | date |
None. |
|
LastModifiedById | string |
None. |
|
WorkflowName | string |
None. |
|
Values | Collection of WorkflowPostedField |
None. |
|
PaymentSuccessful | boolean |
None. |
|
PaymentGatewayTransactionRef | string |
None. |
|
PreviousStepIds | Collection of globally unique identifier |
None. |
|
SubmitTimes | Collection of WorkflowPostedStepSubmitTime |
None. |
Request Formats
application/json, text/json
Sample:
{ "Id": "6eee83fc-5ac7-41f3-bbaf-c46bdbb29adf", "WorkflowId": "f4432d2a-5533-4a0f-b7d4-d9b3e4a3340b", "CurrentStepId": "09a5230e-1fda-4b45-ac8d-1b484e45e110", "UserId": "5bfb472c-1081-403f-8d33-488def3962df", "CPDId": "87f16275-fe5e-489d-b15b-4b81d4b32853", "CPDPeriodId": "5dfb5046-fb02-417f-9eef-71caba661625", "WaitlistEventId": "b66c0dcd-4002-4692-86d1-278e2e75b385", "WaitlistTicketTypeId": "91eb16b4-a7ab-463f-9630-7896af661939", "CPDReductionId": "82ab7b42-e098-4aa9-b0c5-23dd9e070155", "CartId": "028bf4c6-214b-4051-9e23-b43e1d8ca43d", "InvoiceId": "e13c1287-5b6e-46a4-8723-8f579661a8fa", "EntityId": "516ac024-f7b5-458c-9d1b-a4e75d68fe1d", "EntityType": "sample string 4", "Created": "2025-07-01T16:21:39.7585636+10:00", "LastModifiedDate": "2025-07-01T16:21:39.7585636+10:00", "LastModifiedById": "sample string 7", "WorkflowName": "sample string 8", "Values": [ { "Name": "sample string 1", "Value": "sample string 2", "FileValues": [ { "Name": "sample string 1", "NewName": "sample string 2", "Path": "sample string 3", "IsDeleted": true }, { "Name": "sample string 1", "NewName": "sample string 2", "Path": "sample string 3", "IsDeleted": true } ], "Mapping": "sample string 3", "FieldType": "sample string 4", "Text": "sample string 5", "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": [ { "Name": "sample string 1", "NewName": "sample string 2", "Path": "sample string 3", "IsDeleted": true }, { "Name": "sample string 1", "NewName": "sample string 2", "Path": "sample string 3", "IsDeleted": true } ], "Mapping": "sample string 3", "FieldType": "sample string 4", "Text": "sample string 5", "AdditionalRef": [ { "Key": "sample string 1", "Value": "sample string 2" }, { "Key": "sample string 1", "Value": "sample string 2" } ] } ], "PaymentSuccessful": true, "PaymentGatewayTransactionRef": "sample string 9", "PreviousStepIds": [ "4e7118fe-9d8b-44ed-b4ba-5458a9046029", "568b4e9d-5160-4ea7-9350-1a09e9eec1bf" ], "SubmitTimes": [ { "StepId": "852d43dc-39f8-4f79-b383-b4a6d09ace1b", "StepName": "sample string 2", "SubmittedTime": "2025-07-01T16:21:39.7585636+10:00", "SubmittedById": "fd1badff-fd86-4472-b4f0-20f295cbd100", "SubmittedBy": "sample string 5" }, { "StepId": "852d43dc-39f8-4f79-b383-b4a6d09ace1b", "StepName": "sample string 2", "SubmittedTime": "2025-07-01T16:21:39.7585636+10:00", "SubmittedById": "fd1badff-fd86-4472-b4f0-20f295cbd100", "SubmittedBy": "sample string 5" } ] }
application/xml, text/xml
Sample:
<WorkflowPostedFieldsRequestModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Bond.Core.API.Models.Request"> <CPDId>87f16275-fe5e-489d-b15b-4b81d4b32853</CPDId> <CPDPeriodId>5dfb5046-fb02-417f-9eef-71caba661625</CPDPeriodId> <CPDReductionId>82ab7b42-e098-4aa9-b0c5-23dd9e070155</CPDReductionId> <CartId>028bf4c6-214b-4051-9e23-b43e1d8ca43d</CartId> <Created>2025-07-01T16:21:39.7585636+10:00</Created> <CurrentStepId>09a5230e-1fda-4b45-ac8d-1b484e45e110</CurrentStepId> <EntityId>516ac024-f7b5-458c-9d1b-a4e75d68fe1d</EntityId> <EntityType>sample string 4</EntityType> <Id>6eee83fc-5ac7-41f3-bbaf-c46bdbb29adf</Id> <InvoiceId>e13c1287-5b6e-46a4-8723-8f579661a8fa</InvoiceId> <LastModifiedById>sample string 7</LastModifiedById> <LastModifiedDate>2025-07-01T16:21:39.7585636+10:00</LastModifiedDate> <PaymentGatewayTransactionRef>sample string 9</PaymentGatewayTransactionRef> <PaymentSuccessful>true</PaymentSuccessful> <PreviousStepIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:guid>4e7118fe-9d8b-44ed-b4ba-5458a9046029</d2p1:guid> <d2p1:guid>568b4e9d-5160-4ea7-9350-1a09e9eec1bf</d2p1:guid> </PreviousStepIds> <SubmitTimes> <WorkflowPostedStepSubmitTime> <StepId>852d43dc-39f8-4f79-b383-b4a6d09ace1b</StepId> <StepName>sample string 2</StepName> <SubmittedBy>sample string 5</SubmittedBy> <SubmittedById>fd1badff-fd86-4472-b4f0-20f295cbd100</SubmittedById> <SubmittedTime>2025-07-01T16:21:39.7585636+10:00</SubmittedTime> </WorkflowPostedStepSubmitTime> <WorkflowPostedStepSubmitTime> <StepId>852d43dc-39f8-4f79-b383-b4a6d09ace1b</StepId> <StepName>sample string 2</StepName> <SubmittedBy>sample string 5</SubmittedBy> <SubmittedById>fd1badff-fd86-4472-b4f0-20f295cbd100</SubmittedById> <SubmittedTime>2025-07-01T16:21:39.7585636+10:00</SubmittedTime> </WorkflowPostedStepSubmitTime> </SubmitTimes> <UserId>5bfb472c-1081-403f-8d33-488def3962df</UserId> <Values> <WorkflowPostedField> <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 4</FieldType> <FileValues> <DocumentValues> <IsDeleted>true</IsDeleted> <Name>sample string 1</Name> <NewName>sample string 2</NewName> <Path>sample string 3</Path> </DocumentValues> <DocumentValues> <IsDeleted>true</IsDeleted> <Name>sample string 1</Name> <NewName>sample string 2</NewName> <Path>sample string 3</Path> </DocumentValues> </FileValues> <Mapping>sample string 3</Mapping> <Name>sample string 1</Name> <Text>sample string 5</Text> <Value>sample string 2</Value> </WorkflowPostedField> <WorkflowPostedField> <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 4</FieldType> <FileValues> <DocumentValues> <IsDeleted>true</IsDeleted> <Name>sample string 1</Name> <NewName>sample string 2</NewName> <Path>sample string 3</Path> </DocumentValues> <DocumentValues> <IsDeleted>true</IsDeleted> <Name>sample string 1</Name> <NewName>sample string 2</NewName> <Path>sample string 3</Path> </DocumentValues> </FileValues> <Mapping>sample string 3</Mapping> <Name>sample string 1</Name> <Text>sample string 5</Text> <Value>sample string 2</Value> </WorkflowPostedField> </Values> <WaitlistEventId>b66c0dcd-4002-4692-86d1-278e2e75b385</WaitlistEventId> <WaitlistTicketTypeId>91eb16b4-a7ab-463f-9630-7896af661939</WaitlistTicketTypeId> <WorkflowId>f4432d2a-5533-4a0f-b7d4-d9b3e4a3340b</WorkflowId> <WorkflowName>sample string 8</WorkflowName> </WorkflowPostedFieldsRequestModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
WorkflowSaveResponseModelName | Description | Type | Additional information |
---|---|---|---|
MemberId | string |
None. |
|
SubscriptionId | globally unique identifier |
None. |
|
InvoiceId | globally unique identifier |
None. |
|
ClassifiedItemId | globally unique identifier |
None. |
|
ClassifiedApplicationId | globally unique identifier |
None. |
|
PaymentSuccessful | boolean |
None. |
|
PaymentGatewayTransactionRef | string |
None. |
|
Result | ResponseResult |
None. |
Response Formats
application/json, text/json
Sample:
{ "MemberId": "sample string 1", "SubscriptionId": "2c853717-9f4d-4699-8cf8-8428ac0ed459", "InvoiceId": "1bce8aef-2bce-4f86-b153-a543c5055386", "ClassifiedItemId": "d68cc20f-164e-402c-a165-c0c90e2b0435", "ClassifiedApplicationId": "61cd6bbf-42fe-4cee-8732-065a5ea0f9fc", "PaymentSuccessful": true, "PaymentGatewayTransactionRef": "sample string 2", "Result": { "Success": true, "Message": "sample string 2", "Errors": [ { "Message": "sample string 1" }, { "Message": "sample string 1" } ] } }
application/xml, text/xml
Sample:
<WorkflowSaveResponseModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Bond.Core.API.Models.Response"> <Result> <Errors> <ErrorMessage> <Message>sample string 1</Message> </ErrorMessage> <ErrorMessage> <Message>sample string 1</Message> </ErrorMessage> </Errors> <Message>sample string 2</Message> <Success>true</Success> </Result> <ClassifiedApplicationId>61cd6bbf-42fe-4cee-8732-065a5ea0f9fc</ClassifiedApplicationId> <ClassifiedItemId>d68cc20f-164e-402c-a165-c0c90e2b0435</ClassifiedItemId> <InvoiceId>1bce8aef-2bce-4f86-b153-a543c5055386</InvoiceId> <MemberId>sample string 1</MemberId> <PaymentGatewayTransactionRef>sample string 2</PaymentGatewayTransactionRef> <PaymentSuccessful>true</PaymentSuccessful> <SubscriptionId>2c853717-9f4d-4699-8cf8-8428ac0ed459</SubscriptionId> </WorkflowSaveResponseModel>