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": "365e3e06-abca-48da-b8a6-876c94d1eff6",
"WorkflowId": "46966a48-11a6-418e-aeee-44c06b959f78",
"CurrentStepId": "61711f7a-3061-4768-b044-965020b77e81",
"UserId": "46a15c20-5b59-4957-b74f-2fa6ed602aa7",
"CPDId": "f0c92417-9e2c-4d3b-84cc-5901cf153cb5",
"CPDPeriodId": "21aa0bab-c2fc-4114-be13-3820e368680c",
"WaitlistEventId": "a7d18b12-be30-4238-8e9f-eccb14d119b0",
"WaitlistTicketTypeId": "595040be-1f2e-4e4b-ba32-c6528b8cf05b",
"CPDReductionId": "82b1530b-91eb-412c-b4ff-d8239f538b39",
"CartId": "9aae849f-144b-44b6-9b83-50cbd3af7678",
"EntityId": "937735fc-0dcb-4940-b9e5-1ea10b5e339c",
"EntityType": "sample string 4",
"Created": "2026-05-31T16:03:27.4681081+10:00",
"LastModified": "2026-05-31T16:03:27.4681081+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": [
"6b6bd1c5-98df-40b5-a066-4e03621afb22",
"851cfcee-f251-4e4a-a392-ce6c9b2ed73b"
]
}
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>f0c92417-9e2c-4d3b-84cc-5901cf153cb5</CPDId>
<CPDPeriodId>21aa0bab-c2fc-4114-be13-3820e368680c</CPDPeriodId>
<CPDReductionId>82b1530b-91eb-412c-b4ff-d8239f538b39</CPDReductionId>
<CartId>9aae849f-144b-44b6-9b83-50cbd3af7678</CartId>
<Created>2026-05-31T16:03:27.4681081+10:00</Created>
<CurrentStepId>61711f7a-3061-4768-b044-965020b77e81</CurrentStepId>
<EntityId>937735fc-0dcb-4940-b9e5-1ea10b5e339c</EntityId>
<EntityType>sample string 4</EntityType>
<Id>365e3e06-abca-48da-b8a6-876c94d1eff6</Id>
<LastModified>2026-05-31T16:03:27.4681081+10:00</LastModified>
<PaymentGatewayTransactionRef>sample string 8</PaymentGatewayTransactionRef>
<PaymentSuccessful>true</PaymentSuccessful>
<PreviousStepIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>6b6bd1c5-98df-40b5-a066-4e03621afb22</d2p1:guid>
<d2p1:guid>851cfcee-f251-4e4a-a392-ce6c9b2ed73b</d2p1:guid>
</PreviousStepIds>
<UserId>46a15c20-5b59-4957-b74f-2fa6ed602aa7</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>a7d18b12-be30-4238-8e9f-eccb14d119b0</WaitlistEventId>
<WaitlistTicketTypeId>595040be-1f2e-4e4b-ba32-c6528b8cf05b</WaitlistTicketTypeId>
<WorkflowId>46966a48-11a6-418e-aeee-44c06b959f78</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": "7347d023-eb54-4cea-a523-2073c516546a",
"InvoiceId": "4207d072-dd84-4802-a428-28ab574ccadd",
"ClassifiedItemId": "81cca7b7-e7dc-4ac8-8338-ef8991a0f795",
"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>81cca7b7-e7dc-4ac8-8338-ef8991a0f795</ClassifiedItemId>
<InvoiceId>4207d072-dd84-4802-a428-28ab574ccadd</InvoiceId>
<MemberId>sample string 1</MemberId>
<PaymentGatewayTransactionRef>sample string 2</PaymentGatewayTransactionRef>
<PaymentSuccessful>true</PaymentSuccessful>
<SubscriptionId>7347d023-eb54-4cea-a523-2073c516546a</SubscriptionId>
</WorkflowSaveResponseModel>