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": "9f94acde-af0e-47e7-b5c7-715d539d0afc", "WorkflowId": "fac0d6a5-9bde-4c3e-ac53-1dc7f42b8c77", "CurrentStepId": "e03700cb-046d-49cf-90bb-21c578f9caee", "UserId": "9893deee-0ee2-45a4-88cd-bbd255e4b9a4", "CPDId": "5bf6214f-1ccc-4aa2-a065-1e114ffb06c7", "CPDPeriodId": "86d20626-f22d-4abf-b48e-265ef20dbc08", "WaitlistEventId": "ce854465-87d0-4ed2-be4e-3b12fbf56154", "WaitlistTicketTypeId": "eb1fffbe-a576-402f-bd1e-b22249651509", "CPDReductionId": "9acc27aa-ab96-47f0-aa2a-41063d88feca", "CartId": "8729c75a-0107-48ef-839f-459a325232f5", "InvoiceId": "d9034762-c8dd-4eb0-89eb-6e5df6a1918c", "EntityId": "82fc68ea-e989-4a35-a047-0007461a5b81", "EntityType": "sample string 4", "Created": "2025-07-03T22:06:20.6754443+00:00", "LastModifiedDate": "2025-07-03T22:06:20.6754443+00: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": [ "dd1b2e35-a69b-4c81-9886-0692aaf385d2", "f1124d1f-98c2-4f3f-b7a6-3cd4fb31df43" ], "SubmitTimes": [ { "StepId": "be69d7a5-2b5f-449c-9845-f3412eaa43f5", "StepName": "sample string 2", "SubmittedTime": "2025-07-03T22:06:20.6754443+00:00", "SubmittedById": "422b00fa-d768-424c-869b-c080b77a983a", "SubmittedBy": "sample string 5" }, { "StepId": "be69d7a5-2b5f-449c-9845-f3412eaa43f5", "StepName": "sample string 2", "SubmittedTime": "2025-07-03T22:06:20.6754443+00:00", "SubmittedById": "422b00fa-d768-424c-869b-c080b77a983a", "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>5bf6214f-1ccc-4aa2-a065-1e114ffb06c7</CPDId> <CPDPeriodId>86d20626-f22d-4abf-b48e-265ef20dbc08</CPDPeriodId> <CPDReductionId>9acc27aa-ab96-47f0-aa2a-41063d88feca</CPDReductionId> <CartId>8729c75a-0107-48ef-839f-459a325232f5</CartId> <Created>2025-07-03T22:06:20.6754443+00:00</Created> <CurrentStepId>e03700cb-046d-49cf-90bb-21c578f9caee</CurrentStepId> <EntityId>82fc68ea-e989-4a35-a047-0007461a5b81</EntityId> <EntityType>sample string 4</EntityType> <Id>9f94acde-af0e-47e7-b5c7-715d539d0afc</Id> <InvoiceId>d9034762-c8dd-4eb0-89eb-6e5df6a1918c</InvoiceId> <LastModifiedById>sample string 7</LastModifiedById> <LastModifiedDate>2025-07-03T22:06:20.6754443+00:00</LastModifiedDate> <PaymentGatewayTransactionRef>sample string 9</PaymentGatewayTransactionRef> <PaymentSuccessful>true</PaymentSuccessful> <PreviousStepIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:guid>dd1b2e35-a69b-4c81-9886-0692aaf385d2</d2p1:guid> <d2p1:guid>f1124d1f-98c2-4f3f-b7a6-3cd4fb31df43</d2p1:guid> </PreviousStepIds> <SubmitTimes> <WorkflowPostedStepSubmitTime> <StepId>be69d7a5-2b5f-449c-9845-f3412eaa43f5</StepId> <StepName>sample string 2</StepName> <SubmittedBy>sample string 5</SubmittedBy> <SubmittedById>422b00fa-d768-424c-869b-c080b77a983a</SubmittedById> <SubmittedTime>2025-07-03T22:06:20.6754443+00:00</SubmittedTime> </WorkflowPostedStepSubmitTime> <WorkflowPostedStepSubmitTime> <StepId>be69d7a5-2b5f-449c-9845-f3412eaa43f5</StepId> <StepName>sample string 2</StepName> <SubmittedBy>sample string 5</SubmittedBy> <SubmittedById>422b00fa-d768-424c-869b-c080b77a983a</SubmittedById> <SubmittedTime>2025-07-03T22:06:20.6754443+00:00</SubmittedTime> </WorkflowPostedStepSubmitTime> </SubmitTimes> <UserId>9893deee-0ee2-45a4-88cd-bbd255e4b9a4</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>ce854465-87d0-4ed2-be4e-3b12fbf56154</WaitlistEventId> <WaitlistTicketTypeId>eb1fffbe-a576-402f-bd1e-b22249651509</WaitlistTicketTypeId> <WorkflowId>fac0d6a5-9bde-4c3e-ac53-1dc7f42b8c77</WorkflowId> <WorkflowName>sample string 8</WorkflowName> </WorkflowPostedFieldsRequestModel>
application/x-www-form-urlencoded
Sample:
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": "9b4127e0-cc0f-4718-9293-77f9283364e5", "InvoiceId": "9ae31961-64c3-4347-aa55-5f39474802a2", "ClassifiedItemId": "1d9a47bd-5d36-4862-aa14-92ecdd3de2d3", "ClassifiedApplicationId": "69e4b68b-d6ef-4514-a046-fdadcea1e980", "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>69e4b68b-d6ef-4514-a046-fdadcea1e980</ClassifiedApplicationId> <ClassifiedItemId>1d9a47bd-5d36-4862-aa14-92ecdd3de2d3</ClassifiedItemId> <InvoiceId>9ae31961-64c3-4347-aa55-5f39474802a2</InvoiceId> <MemberId>sample string 1</MemberId> <PaymentGatewayTransactionRef>sample string 2</PaymentGatewayTransactionRef> <PaymentSuccessful>true</PaymentSuccessful> <SubscriptionId>9b4127e0-cc0f-4718-9293-77f9283364e5</SubscriptionId> </WorkflowSaveResponseModel>