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": "3ec275bd-bbcf-49e7-9091-7df3fb38ba70", "WorkflowId": "c1f3d79f-b982-4ea5-8442-f26ec63cccad", "CurrentStepId": "4b78d2d3-ecaa-42a7-b1bf-9c46481b1f70", "UserId": "12030286-e8d3-40ec-9ce8-bcd4817e1b54", "CPDId": "3b467aae-a080-4926-82c0-72ece50a74af", "CPDPeriodId": "cc8d2c38-ad7b-4723-aa49-2b71595b1142", "WaitlistEventId": "23aef801-bb32-4ae6-97db-9e7bb392ee68", "WaitlistTicketTypeId": "ba05fd3d-78e2-4b22-aec0-30728499416d", "CPDReductionId": "3cf826b4-4fe5-4b30-92a6-d72be7bfaaa6", "CartId": "b35c1556-eb87-4b72-a658-df5639280839", "EntityId": "b0eca8ac-d98c-40c2-a5c8-be6cafd1397c", "EntityType": "sample string 4", "Created": "2025-09-16T19:18:11.7454149+10:00", "LastModified": "2025-09-16T19:18:11.7454149+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": [ "05cb3fe1-8a96-43bb-9f73-9701b4c53b86", "8dcd7f1e-be8b-4de1-b5cf-b5bb5a031755" ] }
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>3b467aae-a080-4926-82c0-72ece50a74af</CPDId> <CPDPeriodId>cc8d2c38-ad7b-4723-aa49-2b71595b1142</CPDPeriodId> <CPDReductionId>3cf826b4-4fe5-4b30-92a6-d72be7bfaaa6</CPDReductionId> <CartId>b35c1556-eb87-4b72-a658-df5639280839</CartId> <Created>2025-09-16T19:18:11.7454149+10:00</Created> <CurrentStepId>4b78d2d3-ecaa-42a7-b1bf-9c46481b1f70</CurrentStepId> <EntityId>b0eca8ac-d98c-40c2-a5c8-be6cafd1397c</EntityId> <EntityType>sample string 4</EntityType> <Id>3ec275bd-bbcf-49e7-9091-7df3fb38ba70</Id> <LastModified>2025-09-16T19:18:11.7454149+10:00</LastModified> <PaymentGatewayTransactionRef>sample string 8</PaymentGatewayTransactionRef> <PaymentSuccessful>true</PaymentSuccessful> <PreviousStepIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:guid>05cb3fe1-8a96-43bb-9f73-9701b4c53b86</d2p1:guid> <d2p1:guid>8dcd7f1e-be8b-4de1-b5cf-b5bb5a031755</d2p1:guid> </PreviousStepIds> <UserId>12030286-e8d3-40ec-9ce8-bcd4817e1b54</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>23aef801-bb32-4ae6-97db-9e7bb392ee68</WaitlistEventId> <WaitlistTicketTypeId>ba05fd3d-78e2-4b22-aec0-30728499416d</WaitlistTicketTypeId> <WorkflowId>c1f3d79f-b982-4ea5-8442-f26ec63cccad</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": "97320506-30fd-4187-a57b-589a9fe1966b", "InvoiceId": "592fe855-80fd-49cc-ba52-a5eeee4f0d82", "ClassifiedItemId": "48942487-15b3-4afa-b842-94513b9df1fb", "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>48942487-15b3-4afa-b842-94513b9df1fb</ClassifiedItemId> <InvoiceId>592fe855-80fd-49cc-ba52-a5eeee4f0d82</InvoiceId> <MemberId>sample string 1</MemberId> <PaymentGatewayTransactionRef>sample string 2</PaymentGatewayTransactionRef> <PaymentSuccessful>true</PaymentSuccessful> <SubscriptionId>97320506-30fd-4187-a57b-589a9fe1966b</SubscriptionId> </WorkflowSaveResponseModel>