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": "e5d51941-e506-4d8e-ae52-dbaf602b1758", "WorkflowId": "ebcbae1a-1c5b-49f4-8bd1-0e7e05546004", "CurrentStepId": "407bbe78-9b17-4cc5-b851-94dea2c6b48e", "UserId": "907b26bc-2d39-4c76-85d3-12160a0547d2", "CPDId": "a17a9604-5c93-42b1-b814-8279be689a3e", "CPDPeriodId": "11119ba3-b54b-424d-a01f-a69eda946e16", "WaitlistEventId": "5fadec0e-1e5d-4325-8c11-99b021d96cf8", "WaitlistTicketTypeId": "bb24af55-fe18-4b5b-a65e-92f18027ece4", "CPDReductionId": "a1a5d268-c5e1-4d6f-88ef-6949b8099584", "CartId": "6514834b-e440-4b22-aa0e-1d1df21f7ff4", "EntityId": "53d4e899-9271-44ce-8e6c-1b072379980b", "EntityType": "sample string 4", "Created": "2025-04-05T02:59:18.2276379+11:00", "LastModified": "2025-04-05T02:59:18.2276379+11: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": [ "71b43ef5-1592-4cf3-8410-4bc1e23ef5e7", "aed90501-bbe3-4285-ae09-d282cfe23a12" ] }
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>a17a9604-5c93-42b1-b814-8279be689a3e</CPDId> <CPDPeriodId>11119ba3-b54b-424d-a01f-a69eda946e16</CPDPeriodId> <CPDReductionId>a1a5d268-c5e1-4d6f-88ef-6949b8099584</CPDReductionId> <CartId>6514834b-e440-4b22-aa0e-1d1df21f7ff4</CartId> <Created>2025-04-05T02:59:18.2276379+11:00</Created> <CurrentStepId>407bbe78-9b17-4cc5-b851-94dea2c6b48e</CurrentStepId> <EntityId>53d4e899-9271-44ce-8e6c-1b072379980b</EntityId> <EntityType>sample string 4</EntityType> <Id>e5d51941-e506-4d8e-ae52-dbaf602b1758</Id> <LastModified>2025-04-05T02:59:18.2276379+11:00</LastModified> <PaymentGatewayTransactionRef>sample string 8</PaymentGatewayTransactionRef> <PaymentSuccessful>true</PaymentSuccessful> <PreviousStepIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:guid>71b43ef5-1592-4cf3-8410-4bc1e23ef5e7</d2p1:guid> <d2p1:guid>aed90501-bbe3-4285-ae09-d282cfe23a12</d2p1:guid> </PreviousStepIds> <UserId>907b26bc-2d39-4c76-85d3-12160a0547d2</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>5fadec0e-1e5d-4325-8c11-99b021d96cf8</WaitlistEventId> <WaitlistTicketTypeId>bb24af55-fe18-4b5b-a65e-92f18027ece4</WaitlistTicketTypeId> <WorkflowId>ebcbae1a-1c5b-49f4-8bd1-0e7e05546004</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": "57b19a1d-b775-47d1-9e2e-cc294374a22b", "InvoiceId": "c06cb81f-c932-4c87-97cf-30985a519c2b", "ClassifiedItemId": "0adcc548-ad7d-4efc-a1ee-a6aff4731f64", "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>0adcc548-ad7d-4efc-a1ee-a6aff4731f64</ClassifiedItemId> <InvoiceId>c06cb81f-c932-4c87-97cf-30985a519c2b</InvoiceId> <MemberId>sample string 1</MemberId> <PaymentGatewayTransactionRef>sample string 2</PaymentGatewayTransactionRef> <PaymentSuccessful>true</PaymentSuccessful> <SubscriptionId>57b19a1d-b775-47d1-9e2e-cc294374a22b</SubscriptionId> </WorkflowSaveResponseModel>