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": "465e86b7-f608-46b9-9f87-83471ae8f389", "WorkflowId": "78121e1a-13d0-4575-a941-79c7ae0529ef", "CurrentStepId": "e465b114-c05f-4275-8285-733ec2051072", "UserId": "b8267e55-6e94-4335-9618-3fffd170d710", "CPDId": "c98f8460-8617-484c-94ec-8ea9a5178221", "CPDPeriodId": "9b758886-ac70-4526-832e-92566fe0d94d", "WaitlistEventId": "dfac2e7a-724e-4ae9-a85e-a822d23d9393", "WaitlistTicketTypeId": "5d6870ec-66ec-4875-9f30-44c784a37248", "CPDReductionId": "284685b2-fe3a-43a0-98b7-8cabcad49b5f", "CartId": "69fb2f0e-4dcb-45df-ab9a-f672f40a1df9", "EntityId": "89a7ed94-f428-49c9-bf52-a3ad9c171732", "EntityType": "sample string 4", "Created": "2025-09-17T11:42:29.8473786+10:00", "LastModified": "2025-09-17T11:42:29.8473786+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": [ "64347144-6005-4f59-9615-15ce3afbf1af", "14b1d70c-1043-43c8-bf60-935268b4b7d7" ] }
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>c98f8460-8617-484c-94ec-8ea9a5178221</CPDId> <CPDPeriodId>9b758886-ac70-4526-832e-92566fe0d94d</CPDPeriodId> <CPDReductionId>284685b2-fe3a-43a0-98b7-8cabcad49b5f</CPDReductionId> <CartId>69fb2f0e-4dcb-45df-ab9a-f672f40a1df9</CartId> <Created>2025-09-17T11:42:29.8473786+10:00</Created> <CurrentStepId>e465b114-c05f-4275-8285-733ec2051072</CurrentStepId> <EntityId>89a7ed94-f428-49c9-bf52-a3ad9c171732</EntityId> <EntityType>sample string 4</EntityType> <Id>465e86b7-f608-46b9-9f87-83471ae8f389</Id> <LastModified>2025-09-17T11:42:29.8473786+10:00</LastModified> <PaymentGatewayTransactionRef>sample string 8</PaymentGatewayTransactionRef> <PaymentSuccessful>true</PaymentSuccessful> <PreviousStepIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:guid>64347144-6005-4f59-9615-15ce3afbf1af</d2p1:guid> <d2p1:guid>14b1d70c-1043-43c8-bf60-935268b4b7d7</d2p1:guid> </PreviousStepIds> <UserId>b8267e55-6e94-4335-9618-3fffd170d710</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>dfac2e7a-724e-4ae9-a85e-a822d23d9393</WaitlistEventId> <WaitlistTicketTypeId>5d6870ec-66ec-4875-9f30-44c784a37248</WaitlistTicketTypeId> <WorkflowId>78121e1a-13d0-4575-a941-79c7ae0529ef</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": "917d61ce-b784-49e5-a683-9fa646b55b37", "InvoiceId": "9663d5cf-9d32-48fb-a1d0-b8c47d11d9d0", "ClassifiedItemId": "a92a2f88-05a9-45b4-bb1d-f91c252acf60", "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>a92a2f88-05a9-45b4-bb1d-f91c252acf60</ClassifiedItemId> <InvoiceId>9663d5cf-9d32-48fb-a1d0-b8c47d11d9d0</InvoiceId> <MemberId>sample string 1</MemberId> <PaymentGatewayTransactionRef>sample string 2</PaymentGatewayTransactionRef> <PaymentSuccessful>true</PaymentSuccessful> <SubscriptionId>917d61ce-b784-49e5-a683-9fa646b55b37</SubscriptionId> </WorkflowSaveResponseModel>