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": "96a341d1-ed2b-478d-a77b-17a0e0430554",
"WorkflowId": "a9de7e47-df0e-4f10-854d-7b14b570a8dd",
"CurrentStepId": "cee8a5d8-5b94-4be8-8294-f331b77e9bf5",
"UserId": "c28fb564-7a8e-4cab-9972-c29a6553766d",
"CPDId": "58a8f054-2ea2-430f-ac1a-fd22e484984a",
"CPDPeriodId": "639e9f51-d499-4272-96c7-3e3637573d29",
"WaitlistEventId": "fdf81d1c-e324-470c-8b6e-80e3e33d33fb",
"WaitlistTicketTypeId": "f6954719-4280-4acd-be30-f28463f28abf",
"CPDReductionId": "961f15e5-9a36-49e7-96d6-9e11a3ae2c7f",
"CartId": "6e4e0dc3-5af9-4c19-99fa-dbcff4a656b6",
"EntityId": "93e3e6ad-f787-4e22-aa3f-5920b24755f0",
"EntityType": "sample string 4",
"Created": "2025-12-17T19:44:51.5619894+11:00",
"LastModified": "2025-12-17T19:44:51.5619894+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": [
"f1816d84-2770-4d9e-a42b-7a7a09550ba3",
"80e98de1-3a0f-49b9-8dde-2216b4d55352"
]
}
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>58a8f054-2ea2-430f-ac1a-fd22e484984a</CPDId>
<CPDPeriodId>639e9f51-d499-4272-96c7-3e3637573d29</CPDPeriodId>
<CPDReductionId>961f15e5-9a36-49e7-96d6-9e11a3ae2c7f</CPDReductionId>
<CartId>6e4e0dc3-5af9-4c19-99fa-dbcff4a656b6</CartId>
<Created>2025-12-17T19:44:51.5619894+11:00</Created>
<CurrentStepId>cee8a5d8-5b94-4be8-8294-f331b77e9bf5</CurrentStepId>
<EntityId>93e3e6ad-f787-4e22-aa3f-5920b24755f0</EntityId>
<EntityType>sample string 4</EntityType>
<Id>96a341d1-ed2b-478d-a77b-17a0e0430554</Id>
<LastModified>2025-12-17T19:44:51.5619894+11:00</LastModified>
<PaymentGatewayTransactionRef>sample string 8</PaymentGatewayTransactionRef>
<PaymentSuccessful>true</PaymentSuccessful>
<PreviousStepIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>f1816d84-2770-4d9e-a42b-7a7a09550ba3</d2p1:guid>
<d2p1:guid>80e98de1-3a0f-49b9-8dde-2216b4d55352</d2p1:guid>
</PreviousStepIds>
<UserId>c28fb564-7a8e-4cab-9972-c29a6553766d</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>fdf81d1c-e324-470c-8b6e-80e3e33d33fb</WaitlistEventId>
<WaitlistTicketTypeId>f6954719-4280-4acd-be30-f28463f28abf</WaitlistTicketTypeId>
<WorkflowId>a9de7e47-df0e-4f10-854d-7b14b570a8dd</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": "24ea86dd-0aab-4ad8-b656-0cee6aa98cf1",
"InvoiceId": "40297d15-409f-4008-862a-8f9f5627e92e",
"ClassifiedItemId": "1b5f1fa3-7109-41d6-9952-1f93163db727",
"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>1b5f1fa3-7109-41d6-9952-1f93163db727</ClassifiedItemId>
<InvoiceId>40297d15-409f-4008-862a-8f9f5627e92e</InvoiceId>
<MemberId>sample string 1</MemberId>
<PaymentGatewayTransactionRef>sample string 2</PaymentGatewayTransactionRef>
<PaymentSuccessful>true</PaymentSuccessful>
<SubscriptionId>24ea86dd-0aab-4ad8-b656-0cee6aa98cf1</SubscriptionId>
</WorkflowSaveResponseModel>