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. |
|
EntityId | globally unique identifier |
None. |
|
EntityType | string |
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": "e1f7aff3-5027-4267-b368-322f56c0fe7d", "WorkflowId": "66704a0a-2e7d-47e4-b729-d56bf3432c1d", "CurrentStepId": "0600a014-c603-42ca-a51a-118ecaa3980a", "UserId": "add95e41-0c09-48e8-bccb-7b437d007fe8", "CPDId": "a2294f69-44ed-4103-9c55-026eef998d94", "CPDPeriodId": "c8fdf4a4-fc15-4a61-965f-910d669bdeac", "WaitlistEventId": "b6afe093-c63e-4ed1-8409-b15ad641a6fb", "WaitlistTicketTypeId": "f34fab4a-e8cc-47d3-a7f5-045af61a60cc", "CPDReductionId": "3bf72107-c72f-4814-a159-eec6475899dd", "CartId": "7f97dd68-a627-4e0e-9038-d9966fe67120", "EntityId": "124b9840-24a8-4b6a-bb98-a0e97b755dc0", "EntityType": "sample string 4", "Created": "2025-07-01T19:41:48.3214007+10:00", "LastModified": "2025-07-01T19:41:48.3214007+10:00", "WorkflowName": "sample string 7", "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 8", "PreviousStepIds": [ "334f9c3e-6fdd-4626-88ab-cb9fbc58298e", "dce7cbe2-d89b-4a6e-8dba-36b8d7d6c479" ] }
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>a2294f69-44ed-4103-9c55-026eef998d94</CPDId> <CPDPeriodId>c8fdf4a4-fc15-4a61-965f-910d669bdeac</CPDPeriodId> <CPDReductionId>3bf72107-c72f-4814-a159-eec6475899dd</CPDReductionId> <CartId>7f97dd68-a627-4e0e-9038-d9966fe67120</CartId> <Created>2025-07-01T19:41:48.3214007+10:00</Created> <CurrentStepId>0600a014-c603-42ca-a51a-118ecaa3980a</CurrentStepId> <EntityId>124b9840-24a8-4b6a-bb98-a0e97b755dc0</EntityId> <EntityType>sample string 4</EntityType> <Id>e1f7aff3-5027-4267-b368-322f56c0fe7d</Id> <LastModified>2025-07-01T19:41:48.3214007+10:00</LastModified> <PaymentGatewayTransactionRef>sample string 8</PaymentGatewayTransactionRef> <PaymentSuccessful>true</PaymentSuccessful> <PreviousStepIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:guid>334f9c3e-6fdd-4626-88ab-cb9fbc58298e</d2p1:guid> <d2p1:guid>dce7cbe2-d89b-4a6e-8dba-36b8d7d6c479</d2p1:guid> </PreviousStepIds> <UserId>add95e41-0c09-48e8-bccb-7b437d007fe8</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>b6afe093-c63e-4ed1-8409-b15ad641a6fb</WaitlistEventId> <WaitlistTicketTypeId>f34fab4a-e8cc-47d3-a7f5-045af61a60cc</WaitlistTicketTypeId> <WorkflowId>66704a0a-2e7d-47e4-b729-d56bf3432c1d</WorkflowId> <WorkflowName>sample string 7</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. |
|
PaymentSuccessful | boolean |
None. |
|
PaymentGatewayTransactionRef | string |
None. |
|
Result | ResponseResult |
None. |
Response Formats
application/json, text/json
Sample:
{ "MemberId": "sample string 1", "SubscriptionId": "f94d02df-e169-4701-bf02-19111bef21b2", "InvoiceId": "78a53b18-12f1-4c27-9363-7408ff8916d3", "ClassifiedItemId": "05342ec1-dc6f-43e6-9b14-cd84495cf7ac", "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> <ClassifiedItemId>05342ec1-dc6f-43e6-9b14-cd84495cf7ac</ClassifiedItemId> <InvoiceId>78a53b18-12f1-4c27-9363-7408ff8916d3</InvoiceId> <MemberId>sample string 1</MemberId> <PaymentGatewayTransactionRef>sample string 2</PaymentGatewayTransactionRef> <PaymentSuccessful>true</PaymentSuccessful> <SubscriptionId>f94d02df-e169-4701-bf02-19111bef21b2</SubscriptionId> </WorkflowSaveResponseModel>