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": "840d6bae-d787-4455-80f3-8b6125298a62",
"WorkflowId": "5fd682f4-73ad-4965-9dda-51fc43697117",
"CurrentStepId": "d4f3cb49-9432-4824-a23e-e9823d2c3044",
"UserId": "a20efaa9-fd87-4036-b23c-1716ce67cf69",
"CPDId": "29d4c1c8-86ab-451d-813e-d1667b9601d7",
"CPDPeriodId": "70a98437-b724-433e-8a4b-75b4519ac1ef",
"WaitlistEventId": "6d694ae8-b71f-4fe8-9a4d-3ff0c520e61c",
"WaitlistTicketTypeId": "fbf5ca92-5567-4f99-aa25-5ff36348e1dc",
"CPDReductionId": "2914c7a3-c35a-4fef-a093-71d4cc6fff91",
"CartId": "a9892ebc-a61c-4169-ab66-9ab5034ee52f",
"EntityId": "70dc08f6-26cb-4be2-b13e-efb5141902f8",
"EntityType": "sample string 4",
"Created": "2026-07-21T17:33:45.0844836+10:00",
"LastModified": "2026-07-21T17:33:45.0844836+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": [
"7369b661-6f6a-44d9-bf97-40255b7d3c70",
"2076b7f4-7ff3-4a4e-8d26-ba5ea4826bfa"
]
}
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>29d4c1c8-86ab-451d-813e-d1667b9601d7</CPDId>
<CPDPeriodId>70a98437-b724-433e-8a4b-75b4519ac1ef</CPDPeriodId>
<CPDReductionId>2914c7a3-c35a-4fef-a093-71d4cc6fff91</CPDReductionId>
<CartId>a9892ebc-a61c-4169-ab66-9ab5034ee52f</CartId>
<Created>2026-07-21T17:33:45.0844836+10:00</Created>
<CurrentStepId>d4f3cb49-9432-4824-a23e-e9823d2c3044</CurrentStepId>
<EntityId>70dc08f6-26cb-4be2-b13e-efb5141902f8</EntityId>
<EntityType>sample string 4</EntityType>
<Id>840d6bae-d787-4455-80f3-8b6125298a62</Id>
<LastModified>2026-07-21T17:33:45.0844836+10:00</LastModified>
<PaymentGatewayTransactionRef>sample string 8</PaymentGatewayTransactionRef>
<PaymentSuccessful>true</PaymentSuccessful>
<PreviousStepIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>7369b661-6f6a-44d9-bf97-40255b7d3c70</d2p1:guid>
<d2p1:guid>2076b7f4-7ff3-4a4e-8d26-ba5ea4826bfa</d2p1:guid>
</PreviousStepIds>
<UserId>a20efaa9-fd87-4036-b23c-1716ce67cf69</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>6d694ae8-b71f-4fe8-9a4d-3ff0c520e61c</WaitlistEventId>
<WaitlistTicketTypeId>fbf5ca92-5567-4f99-aa25-5ff36348e1dc</WaitlistTicketTypeId>
<WorkflowId>5fd682f4-73ad-4965-9dda-51fc43697117</WorkflowId>
<WorkflowName>sample string 7</WorkflowName>
</WorkflowPostedFieldsRequestModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
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": "e9b2e316-222a-4ad7-bb1c-af43129bc98f",
"InvoiceId": "f50a2594-6dce-4dc6-9448-13a9298a4434",
"ClassifiedItemId": "b7ca70bf-df7e-433a-b737-cafe1462c81c",
"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>b7ca70bf-df7e-433a-b737-cafe1462c81c</ClassifiedItemId>
<InvoiceId>f50a2594-6dce-4dc6-9448-13a9298a4434</InvoiceId>
<MemberId>sample string 1</MemberId>
<PaymentGatewayTransactionRef>sample string 2</PaymentGatewayTransactionRef>
<PaymentSuccessful>true</PaymentSuccessful>
<SubscriptionId>e9b2e316-222a-4ad7-bb1c-af43129bc98f</SubscriptionId>
</WorkflowSaveResponseModel>