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": "ff84dbcf-07d2-434b-ac78-fb2aa79a0107", "WorkflowId": "f0edbf36-b0a1-4d10-96a2-3342e7f95fd2", "CurrentStepId": "b8e3722b-faf0-42f3-b993-34dfa34ba726", "UserId": "4a8802e5-44b0-4c3b-a768-3f414b4ca504", "CPDId": "5c73b07a-7b8b-462c-ae11-753c378cc132", "CPDPeriodId": "d8bbe555-1ee5-4817-9a07-63e303c2b82e", "WaitlistEventId": "75e0b136-ebf6-4697-a677-5b355a10039e", "WaitlistTicketTypeId": "2ad070e9-ff03-4ebd-8c94-028b717da6a1", "CPDReductionId": "6d010d8c-9a00-4708-85d7-5816ea7b124c", "CartId": "212a23be-ee3f-4e6f-b1cd-69ddc666bc77", "EntityId": "62bad67b-41f1-43a8-9f93-c4ba7562ee96", "EntityType": "sample string 4", "Created": "2025-09-16T12:27:34.4234684+10:00", "LastModified": "2025-09-16T12:27:34.4234684+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": [ "61458b05-c4d4-41f1-971b-22751745c309", "705882f5-386a-415f-a0b7-9d4d252788f9" ] }
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>5c73b07a-7b8b-462c-ae11-753c378cc132</CPDId> <CPDPeriodId>d8bbe555-1ee5-4817-9a07-63e303c2b82e</CPDPeriodId> <CPDReductionId>6d010d8c-9a00-4708-85d7-5816ea7b124c</CPDReductionId> <CartId>212a23be-ee3f-4e6f-b1cd-69ddc666bc77</CartId> <Created>2025-09-16T12:27:34.4234684+10:00</Created> <CurrentStepId>b8e3722b-faf0-42f3-b993-34dfa34ba726</CurrentStepId> <EntityId>62bad67b-41f1-43a8-9f93-c4ba7562ee96</EntityId> <EntityType>sample string 4</EntityType> <Id>ff84dbcf-07d2-434b-ac78-fb2aa79a0107</Id> <LastModified>2025-09-16T12:27:34.4234684+10:00</LastModified> <PaymentGatewayTransactionRef>sample string 8</PaymentGatewayTransactionRef> <PaymentSuccessful>true</PaymentSuccessful> <PreviousStepIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:guid>61458b05-c4d4-41f1-971b-22751745c309</d2p1:guid> <d2p1:guid>705882f5-386a-415f-a0b7-9d4d252788f9</d2p1:guid> </PreviousStepIds> <UserId>4a8802e5-44b0-4c3b-a768-3f414b4ca504</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>75e0b136-ebf6-4697-a677-5b355a10039e</WaitlistEventId> <WaitlistTicketTypeId>2ad070e9-ff03-4ebd-8c94-028b717da6a1</WaitlistTicketTypeId> <WorkflowId>f0edbf36-b0a1-4d10-96a2-3342e7f95fd2</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": "43ff8c58-6591-42f0-8249-9d28a053361f", "InvoiceId": "969cb750-a666-4beb-973b-ffc648c3a615", "ClassifiedItemId": "627db36a-77de-4a92-97bb-36e46a32ce73", "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>627db36a-77de-4a92-97bb-36e46a32ce73</ClassifiedItemId> <InvoiceId>969cb750-a666-4beb-973b-ffc648c3a615</InvoiceId> <MemberId>sample string 1</MemberId> <PaymentGatewayTransactionRef>sample string 2</PaymentGatewayTransactionRef> <PaymentSuccessful>true</PaymentSuccessful> <SubscriptionId>43ff8c58-6591-42f0-8249-9d28a053361f</SubscriptionId> </WorkflowSaveResponseModel>