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": "1e531187-26c0-4d80-abe2-d9126e580beb",
"WorkflowId": "147b1271-27db-4d5f-ae93-5618e0f7bea1",
"CurrentStepId": "771e93c5-e559-4935-8b06-dfa8f6ac8ba3",
"UserId": "56c1b8d4-aad4-4e9c-801d-4da036c52c89",
"CPDId": "6d3172be-b238-4e05-b08a-b13c8fe91918",
"CPDPeriodId": "7f596e84-9b5b-4949-8e54-4f87388607c6",
"WaitlistEventId": "be4e532d-a40b-4da4-90f3-b17d1df422d8",
"WaitlistTicketTypeId": "b56aadf1-208e-4ee2-b660-1bb09e267917",
"CPDReductionId": "301ee88c-caab-4a2e-a54c-bc14fe53ed1e",
"CartId": "ebe2f062-1af3-4f77-9d2e-918582357f85",
"EntityId": "229c2ea8-624a-419c-8ee5-07f35cfee1f6",
"EntityType": "sample string 4",
"Created": "2026-02-10T17:52:16.3591448+11:00",
"LastModified": "2026-02-10T17:52:16.3591448+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": [
"0bba4c07-c651-4bca-aa2e-10105f800759",
"9444d23f-8127-4224-8e5f-a1694bf1776c"
]
}
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>6d3172be-b238-4e05-b08a-b13c8fe91918</CPDId>
<CPDPeriodId>7f596e84-9b5b-4949-8e54-4f87388607c6</CPDPeriodId>
<CPDReductionId>301ee88c-caab-4a2e-a54c-bc14fe53ed1e</CPDReductionId>
<CartId>ebe2f062-1af3-4f77-9d2e-918582357f85</CartId>
<Created>2026-02-10T17:52:16.3591448+11:00</Created>
<CurrentStepId>771e93c5-e559-4935-8b06-dfa8f6ac8ba3</CurrentStepId>
<EntityId>229c2ea8-624a-419c-8ee5-07f35cfee1f6</EntityId>
<EntityType>sample string 4</EntityType>
<Id>1e531187-26c0-4d80-abe2-d9126e580beb</Id>
<LastModified>2026-02-10T17:52:16.3591448+11:00</LastModified>
<PaymentGatewayTransactionRef>sample string 8</PaymentGatewayTransactionRef>
<PaymentSuccessful>true</PaymentSuccessful>
<PreviousStepIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>0bba4c07-c651-4bca-aa2e-10105f800759</d2p1:guid>
<d2p1:guid>9444d23f-8127-4224-8e5f-a1694bf1776c</d2p1:guid>
</PreviousStepIds>
<UserId>56c1b8d4-aad4-4e9c-801d-4da036c52c89</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>be4e532d-a40b-4da4-90f3-b17d1df422d8</WaitlistEventId>
<WaitlistTicketTypeId>b56aadf1-208e-4ee2-b660-1bb09e267917</WaitlistTicketTypeId>
<WorkflowId>147b1271-27db-4d5f-ae93-5618e0f7bea1</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": "ea6a6f03-b721-49ab-a994-8ebccfbce36c",
"InvoiceId": "3e18e5d2-52db-412c-9895-bff7c69fc057",
"ClassifiedItemId": "8b10b2a4-8ce8-46ac-b43b-2c77cd66779c",
"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>8b10b2a4-8ce8-46ac-b43b-2c77cd66779c</ClassifiedItemId>
<InvoiceId>3e18e5d2-52db-412c-9895-bff7c69fc057</InvoiceId>
<MemberId>sample string 1</MemberId>
<PaymentGatewayTransactionRef>sample string 2</PaymentGatewayTransactionRef>
<PaymentSuccessful>true</PaymentSuccessful>
<SubscriptionId>ea6a6f03-b721-49ab-a994-8ebccfbce36c</SubscriptionId>
</WorkflowSaveResponseModel>