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": "9c28f95b-9724-43d6-a44a-83f6dac062e0",
"WorkflowId": "40aeca6b-ee00-42da-96d4-3f396d9a8efc",
"CurrentStepId": "5773db37-05b4-4b05-aa54-282bf403acd0",
"UserId": "c11d5a79-3fca-445d-bc45-10c1367ed62c",
"CPDId": "80b81eea-9cd9-4aed-8e24-75b92cdcb65d",
"CPDPeriodId": "2e814187-fc14-4520-ab57-fa2e32030375",
"WaitlistEventId": "69d96b73-2338-4745-aaac-58e81d3d2201",
"WaitlistTicketTypeId": "1553f7c8-650a-4c78-8de7-84dd1fb33588",
"CPDReductionId": "12bed9b8-4001-4ad8-939b-1bb4ae19ca01",
"CartId": "dff279b4-621d-4432-b763-8a75f8762c6b",
"EntityId": "51813731-7fda-4e5e-a44f-f767208500f6",
"EntityType": "sample string 4",
"Created": "2026-02-09T15:59:24.2149723+11:00",
"LastModified": "2026-02-09T15:59:24.2149723+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": [
"b5da90be-f3fc-4c65-92aa-d490fe4740a0",
"9ba972ae-8202-49a7-955d-a86d5ad4415e"
]
}
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>80b81eea-9cd9-4aed-8e24-75b92cdcb65d</CPDId>
<CPDPeriodId>2e814187-fc14-4520-ab57-fa2e32030375</CPDPeriodId>
<CPDReductionId>12bed9b8-4001-4ad8-939b-1bb4ae19ca01</CPDReductionId>
<CartId>dff279b4-621d-4432-b763-8a75f8762c6b</CartId>
<Created>2026-02-09T15:59:24.2149723+11:00</Created>
<CurrentStepId>5773db37-05b4-4b05-aa54-282bf403acd0</CurrentStepId>
<EntityId>51813731-7fda-4e5e-a44f-f767208500f6</EntityId>
<EntityType>sample string 4</EntityType>
<Id>9c28f95b-9724-43d6-a44a-83f6dac062e0</Id>
<LastModified>2026-02-09T15:59:24.2149723+11:00</LastModified>
<PaymentGatewayTransactionRef>sample string 8</PaymentGatewayTransactionRef>
<PaymentSuccessful>true</PaymentSuccessful>
<PreviousStepIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>b5da90be-f3fc-4c65-92aa-d490fe4740a0</d2p1:guid>
<d2p1:guid>9ba972ae-8202-49a7-955d-a86d5ad4415e</d2p1:guid>
</PreviousStepIds>
<UserId>c11d5a79-3fca-445d-bc45-10c1367ed62c</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>69d96b73-2338-4745-aaac-58e81d3d2201</WaitlistEventId>
<WaitlistTicketTypeId>1553f7c8-650a-4c78-8de7-84dd1fb33588</WaitlistTicketTypeId>
<WorkflowId>40aeca6b-ee00-42da-96d4-3f396d9a8efc</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": "2c4322fa-bc76-4503-9e12-07bea1d4cc68",
"InvoiceId": "44ed4ade-d447-47b8-a312-d29e94e8f680",
"ClassifiedItemId": "7b849fbb-f4ce-46b0-9abb-921262518b29",
"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>7b849fbb-f4ce-46b0-9abb-921262518b29</ClassifiedItemId>
<InvoiceId>44ed4ade-d447-47b8-a312-d29e94e8f680</InvoiceId>
<MemberId>sample string 1</MemberId>
<PaymentGatewayTransactionRef>sample string 2</PaymentGatewayTransactionRef>
<PaymentSuccessful>true</PaymentSuccessful>
<SubscriptionId>2c4322fa-bc76-4503-9e12-07bea1d4cc68</SubscriptionId>
</WorkflowSaveResponseModel>