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. |
|
Created | date |
None. |
|
LastModified | date |
None. |
|
WorkflowName | string |
None. |
|
Values | Collection of WorkflowPostedField |
None. |
|
PaymentSuccessful | boolean |
None. |
|
PaymentGatewayTransactionRef | string |
None. |
|
PreviousStepIds | Collection of globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "Id": "b8e505c5-c939-4688-8089-6a0712de0e7a", "WorkflowId": "89d5bcd4-36f8-4fd8-9aad-b9618d8fed22", "CurrentStepId": "623afeb0-4a51-4344-9be5-119a2ca4bd83", "UserId": "0710f91e-83e2-4e51-82fb-3e36a9f884c7", "CPDId": "37fb863c-5156-4c3e-a0dc-3d0558d9e0be", "CPDPeriodId": "c76cce1f-3d88-498b-8e96-ea64b50d2770", "WaitlistEventId": "60ee599d-7a23-4ceb-8bb9-5184b0a4b264", "WaitlistTicketTypeId": "3f1e0b5a-37b3-4b26-91f5-f5473c1bb7fd", "CPDReductionId": "2827a7e5-a4b7-4cd1-81e9-e91086d66099", "CartId": "921df344-df70-4631-8930-1358ed9a623b", "Created": "2025-09-14T16:07:11.8917845+10:00", "LastModified": "2025-09-14T16:07:11.8917845+10:00", "WorkflowName": "sample string 6", "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 7", "PreviousStepIds": [ "8c1c3c66-b698-4ed6-9559-6ca101e9a94a", "a670fd42-79de-4225-b15e-83ac8acf877e" ] }
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>37fb863c-5156-4c3e-a0dc-3d0558d9e0be</CPDId> <CPDPeriodId>c76cce1f-3d88-498b-8e96-ea64b50d2770</CPDPeriodId> <CPDReductionId>2827a7e5-a4b7-4cd1-81e9-e91086d66099</CPDReductionId> <CartId>921df344-df70-4631-8930-1358ed9a623b</CartId> <Created>2025-09-14T16:07:11.8917845+10:00</Created> <CurrentStepId>623afeb0-4a51-4344-9be5-119a2ca4bd83</CurrentStepId> <Id>b8e505c5-c939-4688-8089-6a0712de0e7a</Id> <LastModified>2025-09-14T16:07:11.8917845+10:00</LastModified> <PaymentGatewayTransactionRef>sample string 7</PaymentGatewayTransactionRef> <PaymentSuccessful>true</PaymentSuccessful> <PreviousStepIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:guid>8c1c3c66-b698-4ed6-9559-6ca101e9a94a</d2p1:guid> <d2p1:guid>a670fd42-79de-4225-b15e-83ac8acf877e</d2p1:guid> </PreviousStepIds> <UserId>0710f91e-83e2-4e51-82fb-3e36a9f884c7</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>60ee599d-7a23-4ceb-8bb9-5184b0a4b264</WaitlistEventId> <WaitlistTicketTypeId>3f1e0b5a-37b3-4b26-91f5-f5473c1bb7fd</WaitlistTicketTypeId> <WorkflowId>89d5bcd4-36f8-4fd8-9aad-b9618d8fed22</WorkflowId> <WorkflowName>sample string 6</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. |
|
PaymentSuccessful | boolean |
None. |
|
PaymentGatewayTransactionRef | string |
None. |
|
Result | ResponseResult |
None. |
Response Formats
application/json, text/json
Sample:
{ "MemberId": "sample string 1", "SubscriptionId": "fe88a643-0c58-4a42-b5f3-b3efbdca74e5", "InvoiceId": "f9ea0ea2-be1c-4c69-a51b-f8e7b43d2d5e", "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> <InvoiceId>f9ea0ea2-be1c-4c69-a51b-f8e7b43d2d5e</InvoiceId> <MemberId>sample string 1</MemberId> <PaymentGatewayTransactionRef>sample string 2</PaymentGatewayTransactionRef> <PaymentSuccessful>true</PaymentSuccessful> <SubscriptionId>fe88a643-0c58-4a42-b5f3-b3efbdca74e5</SubscriptionId> </WorkflowSaveResponseModel>