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": "ad0eb840-0859-4cb9-854a-a15bca5e5b57",
"WorkflowId": "80eab44b-0538-40a1-be8f-280469c11982",
"CurrentStepId": "9fd051d0-62fc-45da-9577-c9eb39c6e6cd",
"UserId": "30944ad8-e955-4e06-9684-cb24eb1d6b39",
"CPDId": "879f2b24-090a-44d2-803e-d30aa39e94ea",
"CPDPeriodId": "9f3baa7b-5ce5-42b9-a998-88e867756892",
"WaitlistEventId": "fc05d48a-7618-4b35-a038-9586034bb961",
"WaitlistTicketTypeId": "fc51f442-414b-4099-94ea-9e4bd403b573",
"CPDReductionId": "3ec264bd-3bca-4d12-bb30-ec69e4fb2dc5",
"CartId": "992543ad-6dfc-449c-96c5-693e883d823a",
"EntityId": "f9f24efd-69cf-47b0-9ac2-07c228f6979e",
"EntityType": "sample string 4",
"Created": "2026-07-24T12:43:52.3836643+10:00",
"LastModified": "2026-07-24T12:43:52.3836643+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": [
"e7f99aa4-e23b-44e6-8555-6dff97a40fd7",
"44609eb8-0be1-40b1-b7d8-c8b118f87aee"
]
}
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>879f2b24-090a-44d2-803e-d30aa39e94ea</CPDId>
<CPDPeriodId>9f3baa7b-5ce5-42b9-a998-88e867756892</CPDPeriodId>
<CPDReductionId>3ec264bd-3bca-4d12-bb30-ec69e4fb2dc5</CPDReductionId>
<CartId>992543ad-6dfc-449c-96c5-693e883d823a</CartId>
<Created>2026-07-24T12:43:52.3836643+10:00</Created>
<CurrentStepId>9fd051d0-62fc-45da-9577-c9eb39c6e6cd</CurrentStepId>
<EntityId>f9f24efd-69cf-47b0-9ac2-07c228f6979e</EntityId>
<EntityType>sample string 4</EntityType>
<Id>ad0eb840-0859-4cb9-854a-a15bca5e5b57</Id>
<LastModified>2026-07-24T12:43:52.3836643+10:00</LastModified>
<PaymentGatewayTransactionRef>sample string 8</PaymentGatewayTransactionRef>
<PaymentSuccessful>true</PaymentSuccessful>
<PreviousStepIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>e7f99aa4-e23b-44e6-8555-6dff97a40fd7</d2p1:guid>
<d2p1:guid>44609eb8-0be1-40b1-b7d8-c8b118f87aee</d2p1:guid>
</PreviousStepIds>
<UserId>30944ad8-e955-4e06-9684-cb24eb1d6b39</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>fc05d48a-7618-4b35-a038-9586034bb961</WaitlistEventId>
<WaitlistTicketTypeId>fc51f442-414b-4099-94ea-9e4bd403b573</WaitlistTicketTypeId>
<WorkflowId>80eab44b-0538-40a1-be8f-280469c11982</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": "e5fbc30f-2f16-4427-9c4e-18e0496c1b1d",
"InvoiceId": "e5b5ef83-3b02-44b3-ad76-54a300ee92b3",
"ClassifiedItemId": "90ad711b-a73a-4ad0-9352-ad37225d6139",
"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>90ad711b-a73a-4ad0-9352-ad37225d6139</ClassifiedItemId>
<InvoiceId>e5b5ef83-3b02-44b3-ad76-54a300ee92b3</InvoiceId>
<MemberId>sample string 1</MemberId>
<PaymentGatewayTransactionRef>sample string 2</PaymentGatewayTransactionRef>
<PaymentSuccessful>true</PaymentSuccessful>
<SubscriptionId>e5fbc30f-2f16-4427-9c4e-18e0496c1b1d</SubscriptionId>
</WorkflowSaveResponseModel>