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": "4e4213a0-b9f2-4929-ae7a-7c909401648c",
"WorkflowId": "9917660c-5fc1-4e96-a651-4d5c3d84ee98",
"CurrentStepId": "400fe452-9198-4810-a922-94e41a271a6f",
"UserId": "8498bb0b-b3eb-46b3-9f98-10aed217bb3b",
"CPDId": "108df416-3034-4553-acbb-dfa14ea1e6ac",
"CPDPeriodId": "3a8b22e9-253e-4410-9468-5aa3a9d2174a",
"WaitlistEventId": "17d57f54-11a5-4158-a74c-d679bcd5666a",
"WaitlistTicketTypeId": "38af74b7-8af1-4225-90bd-7275da69d7bf",
"CPDReductionId": "2bbc110d-0f3e-4940-bcea-9e2815ca5a57",
"CartId": "342b0ea7-44bb-4b4f-bdc3-10b08da9ece0",
"EntityId": "3fc8b89b-32db-42d5-837c-45f53f2531a8",
"EntityType": "sample string 4",
"Created": "2026-05-12T20:07:07.3300977+10:00",
"LastModified": "2026-05-12T20:07:07.3300977+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": [
"b73a6383-4d7c-4771-83cc-762b8042f455",
"0d32642c-c2dd-4e03-9b9c-a5495bc8a617"
]
}
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>108df416-3034-4553-acbb-dfa14ea1e6ac</CPDId>
<CPDPeriodId>3a8b22e9-253e-4410-9468-5aa3a9d2174a</CPDPeriodId>
<CPDReductionId>2bbc110d-0f3e-4940-bcea-9e2815ca5a57</CPDReductionId>
<CartId>342b0ea7-44bb-4b4f-bdc3-10b08da9ece0</CartId>
<Created>2026-05-12T20:07:07.3300977+10:00</Created>
<CurrentStepId>400fe452-9198-4810-a922-94e41a271a6f</CurrentStepId>
<EntityId>3fc8b89b-32db-42d5-837c-45f53f2531a8</EntityId>
<EntityType>sample string 4</EntityType>
<Id>4e4213a0-b9f2-4929-ae7a-7c909401648c</Id>
<LastModified>2026-05-12T20:07:07.3300977+10:00</LastModified>
<PaymentGatewayTransactionRef>sample string 8</PaymentGatewayTransactionRef>
<PaymentSuccessful>true</PaymentSuccessful>
<PreviousStepIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>b73a6383-4d7c-4771-83cc-762b8042f455</d2p1:guid>
<d2p1:guid>0d32642c-c2dd-4e03-9b9c-a5495bc8a617</d2p1:guid>
</PreviousStepIds>
<UserId>8498bb0b-b3eb-46b3-9f98-10aed217bb3b</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>17d57f54-11a5-4158-a74c-d679bcd5666a</WaitlistEventId>
<WaitlistTicketTypeId>38af74b7-8af1-4225-90bd-7275da69d7bf</WaitlistTicketTypeId>
<WorkflowId>9917660c-5fc1-4e96-a651-4d5c3d84ee98</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": "c9e0a72f-96a8-408b-a1dc-ebc0eb7f90d4",
"InvoiceId": "69176d96-6d1a-48ca-9d5d-c9a676549a17",
"ClassifiedItemId": "da6d7eb6-6687-48cc-8ca0-a4c3e58aaea4",
"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>da6d7eb6-6687-48cc-8ca0-a4c3e58aaea4</ClassifiedItemId>
<InvoiceId>69176d96-6d1a-48ca-9d5d-c9a676549a17</InvoiceId>
<MemberId>sample string 1</MemberId>
<PaymentGatewayTransactionRef>sample string 2</PaymentGatewayTransactionRef>
<PaymentSuccessful>true</PaymentSuccessful>
<SubscriptionId>c9e0a72f-96a8-408b-a1dc-ebc0eb7f90d4</SubscriptionId>
</WorkflowSaveResponseModel>