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": "74daf506-397d-4f0e-9b64-cedab74cb52a", "WorkflowId": "bc9ca752-4eca-469d-83e2-c1aa87a71124", "CurrentStepId": "4629ed55-9778-473d-a94e-ba030006d0d7", "UserId": "7c94a95e-b681-4dfa-a792-dc2d95ae16c0", "CPDId": "433c1714-ca02-4035-8e5e-7526f11f9a3b", "CPDPeriodId": "5a0a55da-9808-4911-a8e1-e9940d9551bd", "WaitlistEventId": "0b26b2d4-c5eb-4ffc-9f27-5fb82b6f2e22", "WaitlistTicketTypeId": "38425f9d-6f43-4cca-97f9-b6c3bd4228fb", "CPDReductionId": "9e8d60fb-5509-479e-9003-db925aea0394", "CartId": "230cc120-5ed3-4c19-af43-7458369230cb", "EntityId": "ae622389-4539-4b98-a9fc-46520a0804ba", "EntityType": "sample string 4", "Created": "2025-07-05T15:38:51.7814101+10:00", "LastModified": "2025-07-05T15:38:51.7824105+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": [ "75eceff1-0cd2-47ae-8c46-edd7e0ac16db", "4b45ecff-3be1-4b8a-aa1a-22f93bd8db6c" ] }
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>433c1714-ca02-4035-8e5e-7526f11f9a3b</CPDId> <CPDPeriodId>5a0a55da-9808-4911-a8e1-e9940d9551bd</CPDPeriodId> <CPDReductionId>9e8d60fb-5509-479e-9003-db925aea0394</CPDReductionId> <CartId>230cc120-5ed3-4c19-af43-7458369230cb</CartId> <Created>2025-07-05T15:38:51.7814101+10:00</Created> <CurrentStepId>4629ed55-9778-473d-a94e-ba030006d0d7</CurrentStepId> <EntityId>ae622389-4539-4b98-a9fc-46520a0804ba</EntityId> <EntityType>sample string 4</EntityType> <Id>74daf506-397d-4f0e-9b64-cedab74cb52a</Id> <LastModified>2025-07-05T15:38:51.7824105+10:00</LastModified> <PaymentGatewayTransactionRef>sample string 8</PaymentGatewayTransactionRef> <PaymentSuccessful>true</PaymentSuccessful> <PreviousStepIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:guid>75eceff1-0cd2-47ae-8c46-edd7e0ac16db</d2p1:guid> <d2p1:guid>4b45ecff-3be1-4b8a-aa1a-22f93bd8db6c</d2p1:guid> </PreviousStepIds> <UserId>7c94a95e-b681-4dfa-a792-dc2d95ae16c0</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>0b26b2d4-c5eb-4ffc-9f27-5fb82b6f2e22</WaitlistEventId> <WaitlistTicketTypeId>38425f9d-6f43-4cca-97f9-b6c3bd4228fb</WaitlistTicketTypeId> <WorkflowId>bc9ca752-4eca-469d-83e2-c1aa87a71124</WorkflowId> <WorkflowName>sample string 7</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. |
|
PaymentSuccessful | boolean |
None. |
|
PaymentGatewayTransactionRef | string |
None. |
|
Result | ResponseResult |
None. |
Response Formats
application/json, text/json
Sample:
{ "MemberId": "sample string 1", "SubscriptionId": "db51c1e6-5473-497b-a6ab-c77bdf31879d", "InvoiceId": "29761803-65c3-4344-900c-fa0af9511bb6", "ClassifiedItemId": "d95b31e8-830a-4550-b843-da47c6569255", "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>d95b31e8-830a-4550-b843-da47c6569255</ClassifiedItemId> <InvoiceId>29761803-65c3-4344-900c-fa0af9511bb6</InvoiceId> <MemberId>sample string 1</MemberId> <PaymentGatewayTransactionRef>sample string 2</PaymentGatewayTransactionRef> <PaymentSuccessful>true</PaymentSuccessful> <SubscriptionId>db51c1e6-5473-497b-a6ab-c77bdf31879d</SubscriptionId> </WorkflowSaveResponseModel>