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": "0d9d0fba-a7b6-4961-940d-ed9330caef8f", "WorkflowId": "189cb9e6-b0b5-4677-b6aa-a02518583a03", "CurrentStepId": "dfabcc3e-0722-4511-99f3-f82785fc333d", "UserId": "7d8bfb47-25f3-4a5a-be82-72a7ba15ae14", "CPDId": "993c557e-b055-422e-83ea-98254bdf0fe9", "CPDPeriodId": "0dc7eb29-0061-4b0c-9b7a-a02d79619a79", "WaitlistEventId": "34c63715-13b1-4cfe-8f6a-763065a5fb89", "WaitlistTicketTypeId": "bfa67b8f-75c7-428b-b0a2-5e0b03577a59", "CPDReductionId": "96536e04-721b-43fa-8aed-0fdb8cfb6f5e", "CartId": "ce2e6bd1-90c7-4606-907e-def7c4116afa", "EntityId": "33fd1bf1-18e8-45f0-8a00-84f322423251", "EntityType": "sample string 4", "Created": "2025-04-04T13:48:24.36372+11:00", "LastModified": "2025-04-04T13:48:24.36372+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": [ "98a72f8c-c843-4e1a-bd3c-ce8a6fe621ca", "f4d5a44d-e341-4064-afb9-0d93a30ff4b7" ] }
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>993c557e-b055-422e-83ea-98254bdf0fe9</CPDId> <CPDPeriodId>0dc7eb29-0061-4b0c-9b7a-a02d79619a79</CPDPeriodId> <CPDReductionId>96536e04-721b-43fa-8aed-0fdb8cfb6f5e</CPDReductionId> <CartId>ce2e6bd1-90c7-4606-907e-def7c4116afa</CartId> <Created>2025-04-04T13:48:24.36372+11:00</Created> <CurrentStepId>dfabcc3e-0722-4511-99f3-f82785fc333d</CurrentStepId> <EntityId>33fd1bf1-18e8-45f0-8a00-84f322423251</EntityId> <EntityType>sample string 4</EntityType> <Id>0d9d0fba-a7b6-4961-940d-ed9330caef8f</Id> <LastModified>2025-04-04T13:48:24.36372+11:00</LastModified> <PaymentGatewayTransactionRef>sample string 8</PaymentGatewayTransactionRef> <PaymentSuccessful>true</PaymentSuccessful> <PreviousStepIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:guid>98a72f8c-c843-4e1a-bd3c-ce8a6fe621ca</d2p1:guid> <d2p1:guid>f4d5a44d-e341-4064-afb9-0d93a30ff4b7</d2p1:guid> </PreviousStepIds> <UserId>7d8bfb47-25f3-4a5a-be82-72a7ba15ae14</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>34c63715-13b1-4cfe-8f6a-763065a5fb89</WaitlistEventId> <WaitlistTicketTypeId>bfa67b8f-75c7-428b-b0a2-5e0b03577a59</WaitlistTicketTypeId> <WorkflowId>189cb9e6-b0b5-4677-b6aa-a02518583a03</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": "a5bde75e-1189-402f-8bdd-28c8546acab3", "InvoiceId": "6642891e-6213-4157-8b90-c3e9c6a558a9", "ClassifiedItemId": "d361ae51-f1f7-4a5d-86f3-4f01e6695d6a", "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>d361ae51-f1f7-4a5d-86f3-4f01e6695d6a</ClassifiedItemId> <InvoiceId>6642891e-6213-4157-8b90-c3e9c6a558a9</InvoiceId> <MemberId>sample string 1</MemberId> <PaymentGatewayTransactionRef>sample string 2</PaymentGatewayTransactionRef> <PaymentSuccessful>true</PaymentSuccessful> <SubscriptionId>a5bde75e-1189-402f-8bdd-28c8546acab3</SubscriptionId> </WorkflowSaveResponseModel>