GET 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": "be4334b6-12e2-4fbf-b5b8-9243c7cf48e4", "WorkflowId": "73ca8de3-6545-41d1-9953-a72649b67811", "CurrentStepId": "52a0389d-f794-4f0d-a1ae-a5a4ceab5663", "UserId": "0d6b7acd-ef59-497b-9d21-0137aac0815b", "CPDId": "762a6cc9-f3e5-46a6-b1d7-e1d57e93873d", "CPDPeriodId": "cdb21b0d-5237-4f7e-a14c-96c6234f35fc", "WaitlistEventId": "f5e1ec9a-f1c1-496e-8742-48d0d696d9b9", "WaitlistTicketTypeId": "5fddfa50-eae3-480e-b387-07bd0a1e07c4", "CPDReductionId": "79535bc4-33f2-414f-9899-2be92e85e6e2", "CartId": "65aecbcb-68df-4b0a-a949-2906478270dd", "InvoiceId": "6ccc0ab1-8e14-496f-b30b-55c8aff60967", "EntityId": "72cc2137-34d4-4e55-9e0c-a719f57b646b", "EntityType": "sample string 4", "Created": "2025-09-07T09:23:34.7256632+00:00", "LastModifiedDate": "2025-09-07T09:23:34.7256632+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": [ "075e4c49-d36c-44a5-b36a-fe590601d8d8", "cc139918-3e00-46bb-a40b-619995d40527" ], "SubmitTimes": [ { "StepId": "e924b880-f34c-4b6c-83f6-ca8a285d98ec", "StepName": "sample string 2", "SubmittedTime": "2025-09-07T09:23:34.7256632+00:00", "SubmittedById": "83f1492c-7984-4d51-ba14-b79084570248", "SubmittedBy": "sample string 5" }, { "StepId": "e924b880-f34c-4b6c-83f6-ca8a285d98ec", "StepName": "sample string 2", "SubmittedTime": "2025-09-07T09:23:34.7256632+00:00", "SubmittedById": "83f1492c-7984-4d51-ba14-b79084570248", "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>762a6cc9-f3e5-46a6-b1d7-e1d57e93873d</CPDId> <CPDPeriodId>cdb21b0d-5237-4f7e-a14c-96c6234f35fc</CPDPeriodId> <CPDReductionId>79535bc4-33f2-414f-9899-2be92e85e6e2</CPDReductionId> <CartId>65aecbcb-68df-4b0a-a949-2906478270dd</CartId> <Created>2025-09-07T09:23:34.7256632+00:00</Created> <CurrentStepId>52a0389d-f794-4f0d-a1ae-a5a4ceab5663</CurrentStepId> <EntityId>72cc2137-34d4-4e55-9e0c-a719f57b646b</EntityId> <EntityType>sample string 4</EntityType> <Id>be4334b6-12e2-4fbf-b5b8-9243c7cf48e4</Id> <InvoiceId>6ccc0ab1-8e14-496f-b30b-55c8aff60967</InvoiceId> <LastModifiedById>sample string 7</LastModifiedById> <LastModifiedDate>2025-09-07T09:23:34.7256632+00:00</LastModifiedDate> <PaymentGatewayTransactionRef>sample string 9</PaymentGatewayTransactionRef> <PaymentSuccessful>true</PaymentSuccessful> <PreviousStepIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:guid>075e4c49-d36c-44a5-b36a-fe590601d8d8</d2p1:guid> <d2p1:guid>cc139918-3e00-46bb-a40b-619995d40527</d2p1:guid> </PreviousStepIds> <SubmitTimes> <WorkflowPostedStepSubmitTime> <StepId>e924b880-f34c-4b6c-83f6-ca8a285d98ec</StepId> <StepName>sample string 2</StepName> <SubmittedBy>sample string 5</SubmittedBy> <SubmittedById>83f1492c-7984-4d51-ba14-b79084570248</SubmittedById> <SubmittedTime>2025-09-07T09:23:34.7256632+00:00</SubmittedTime> </WorkflowPostedStepSubmitTime> <WorkflowPostedStepSubmitTime> <StepId>e924b880-f34c-4b6c-83f6-ca8a285d98ec</StepId> <StepName>sample string 2</StepName> <SubmittedBy>sample string 5</SubmittedBy> <SubmittedById>83f1492c-7984-4d51-ba14-b79084570248</SubmittedById> <SubmittedTime>2025-09-07T09:23:34.7256632+00:00</SubmittedTime> </WorkflowPostedStepSubmitTime> </SubmitTimes> <UserId>0d6b7acd-ef59-497b-9d21-0137aac0815b</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>f5e1ec9a-f1c1-496e-8742-48d0d696d9b9</WaitlistEventId> <WaitlistTicketTypeId>5fddfa50-eae3-480e-b387-07bd0a1e07c4</WaitlistTicketTypeId> <WorkflowId>73ca8de3-6545-41d1-9953-a72649b67811</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": "5cba1179-a224-42ca-8d43-e705a5e9f4e2", "InvoiceId": "24a97891-e899-4acd-be49-fabbbd620008", "ClassifiedItemId": "ae8ec43f-e4e5-4598-92b5-7c8f75af91c1", "ClassifiedApplicationId": "fba07c93-eb09-4242-9c0e-9e1d6e609a82", "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>fba07c93-eb09-4242-9c0e-9e1d6e609a82</ClassifiedApplicationId> <ClassifiedItemId>ae8ec43f-e4e5-4598-92b5-7c8f75af91c1</ClassifiedItemId> <InvoiceId>24a97891-e899-4acd-be49-fabbbd620008</InvoiceId> <MemberId>sample string 1</MemberId> <PaymentGatewayTransactionRef>sample string 2</PaymentGatewayTransactionRef> <PaymentSuccessful>true</PaymentSuccessful> <SubscriptionId>5cba1179-a224-42ca-8d43-e705a5e9f4e2</SubscriptionId> </WorkflowSaveResponseModel>