POST api/Workflow/Save
Request Information
URI Parameters
None.
Body Parameters
WorkflowPostedFieldsRequestModel| Name | 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": "44ac0162-364d-4cdf-affb-d3761a876810",
"WorkflowId": "03ad9882-3825-441b-bfff-5f1e1db0897a",
"CurrentStepId": "9f21ecbc-edb4-488d-996f-d6be59020bb3",
"UserId": "af09a61a-90c4-4be4-90b2-6fe288b92381",
"CPDId": "e92779a6-8e01-4e38-9a75-05488e004a3a",
"CPDPeriodId": "537b9d35-336d-4b5d-91a9-ae367be97c5d",
"WaitlistEventId": "36cc1c56-ee31-40e5-9745-027dd18bce34",
"WaitlistTicketTypeId": "81a77bcd-07a9-45a0-8109-98c4cb0504dc",
"CPDReductionId": "de06bd85-872e-41e5-8024-047878517182",
"CartId": "833e8785-56ad-4920-bfcc-c3bda966290e",
"EntityId": "ed106b55-ca84-465e-8a3e-4331613d555b",
"EntityType": "sample string 4",
"Created": "2026-02-27T22:12:24.5857581+11:00",
"LastModified": "2026-02-27T22:12:24.5857581+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": [
"614015ce-93d9-4233-9fef-d594875aefd7",
"618317d3-d196-4cce-87df-dbed796698fe"
]
}
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>e92779a6-8e01-4e38-9a75-05488e004a3a</CPDId>
<CPDPeriodId>537b9d35-336d-4b5d-91a9-ae367be97c5d</CPDPeriodId>
<CPDReductionId>de06bd85-872e-41e5-8024-047878517182</CPDReductionId>
<CartId>833e8785-56ad-4920-bfcc-c3bda966290e</CartId>
<Created>2026-02-27T22:12:24.5857581+11:00</Created>
<CurrentStepId>9f21ecbc-edb4-488d-996f-d6be59020bb3</CurrentStepId>
<EntityId>ed106b55-ca84-465e-8a3e-4331613d555b</EntityId>
<EntityType>sample string 4</EntityType>
<Id>44ac0162-364d-4cdf-affb-d3761a876810</Id>
<LastModified>2026-02-27T22:12:24.5857581+11:00</LastModified>
<PaymentGatewayTransactionRef>sample string 8</PaymentGatewayTransactionRef>
<PaymentSuccessful>true</PaymentSuccessful>
<PreviousStepIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>614015ce-93d9-4233-9fef-d594875aefd7</d2p1:guid>
<d2p1:guid>618317d3-d196-4cce-87df-dbed796698fe</d2p1:guid>
</PreviousStepIds>
<UserId>af09a61a-90c4-4be4-90b2-6fe288b92381</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>36cc1c56-ee31-40e5-9745-027dd18bce34</WaitlistEventId>
<WaitlistTicketTypeId>81a77bcd-07a9-45a0-8109-98c4cb0504dc</WaitlistTicketTypeId>
<WorkflowId>03ad9882-3825-441b-bfff-5f1e1db0897a</WorkflowId>
<WorkflowName>sample string 7</WorkflowName>
</WorkflowPostedFieldsRequestModel>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
WorkflowSaveResponseModel| Name | 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": "63371632-5c2c-4fee-866d-d0568a7028c3",
"InvoiceId": "7766d724-2271-4f25-8e50-03dd201808e6",
"ClassifiedItemId": "9734acdf-0d21-4267-abb6-2462e6fb81a0",
"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>9734acdf-0d21-4267-abb6-2462e6fb81a0</ClassifiedItemId>
<InvoiceId>7766d724-2271-4f25-8e50-03dd201808e6</InvoiceId>
<MemberId>sample string 1</MemberId>
<PaymentGatewayTransactionRef>sample string 2</PaymentGatewayTransactionRef>
<PaymentSuccessful>true</PaymentSuccessful>
<SubscriptionId>63371632-5c2c-4fee-866d-d0568a7028c3</SubscriptionId>
</WorkflowSaveResponseModel>