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": "a8560887-a00e-41db-addd-6f453168a4b5",
"WorkflowId": "6ce56019-692e-47a4-b86a-d5038e6d6982",
"CurrentStepId": "f70889c2-aa64-49ff-9bcc-31f71cc403b6",
"UserId": "d407d7b6-739f-47e9-bbfd-ee9f7a0582e5",
"CPDId": "df7e7178-9f56-4829-ba8d-22bda064c197",
"CPDPeriodId": "dd266b18-5dcd-4c44-be90-13dec54ca0a4",
"WaitlistEventId": "b00457fb-0edb-4fe6-8e59-dbf48ae45264",
"WaitlistTicketTypeId": "c1c456a6-b6f5-493c-8034-14f4b6eb9c0b",
"CPDReductionId": "a1d40b47-dc0c-4d10-8b36-544cc89b8415",
"CartId": "da639b68-afac-46f7-8660-36424d5f276b",
"EntityId": "a73d46a1-11df-4324-8130-3fec25920228",
"EntityType": "sample string 4",
"Created": "2026-03-22T16:17:49.7955283+11:00",
"LastModified": "2026-03-22T16:17:49.7955283+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": [
"b79836ab-a964-4726-ae57-f8bfd348e9b2",
"08f03bc9-b885-4ca3-a5fc-a4ec73acb1c4"
]
}
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>df7e7178-9f56-4829-ba8d-22bda064c197</CPDId>
<CPDPeriodId>dd266b18-5dcd-4c44-be90-13dec54ca0a4</CPDPeriodId>
<CPDReductionId>a1d40b47-dc0c-4d10-8b36-544cc89b8415</CPDReductionId>
<CartId>da639b68-afac-46f7-8660-36424d5f276b</CartId>
<Created>2026-03-22T16:17:49.7955283+11:00</Created>
<CurrentStepId>f70889c2-aa64-49ff-9bcc-31f71cc403b6</CurrentStepId>
<EntityId>a73d46a1-11df-4324-8130-3fec25920228</EntityId>
<EntityType>sample string 4</EntityType>
<Id>a8560887-a00e-41db-addd-6f453168a4b5</Id>
<LastModified>2026-03-22T16:17:49.7955283+11:00</LastModified>
<PaymentGatewayTransactionRef>sample string 8</PaymentGatewayTransactionRef>
<PaymentSuccessful>true</PaymentSuccessful>
<PreviousStepIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>b79836ab-a964-4726-ae57-f8bfd348e9b2</d2p1:guid>
<d2p1:guid>08f03bc9-b885-4ca3-a5fc-a4ec73acb1c4</d2p1:guid>
</PreviousStepIds>
<UserId>d407d7b6-739f-47e9-bbfd-ee9f7a0582e5</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>b00457fb-0edb-4fe6-8e59-dbf48ae45264</WaitlistEventId>
<WaitlistTicketTypeId>c1c456a6-b6f5-493c-8034-14f4b6eb9c0b</WaitlistTicketTypeId>
<WorkflowId>6ce56019-692e-47a4-b86a-d5038e6d6982</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": "fd047695-d25b-4356-a3cd-1997119f63d5",
"InvoiceId": "a13eb4cb-8f97-4693-b393-3093062b0a48",
"ClassifiedItemId": "9bb3fb9c-6836-453d-ab17-0e262ff5059a",
"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>9bb3fb9c-6836-453d-ab17-0e262ff5059a</ClassifiedItemId>
<InvoiceId>a13eb4cb-8f97-4693-b393-3093062b0a48</InvoiceId>
<MemberId>sample string 1</MemberId>
<PaymentGatewayTransactionRef>sample string 2</PaymentGatewayTransactionRef>
<PaymentSuccessful>true</PaymentSuccessful>
<SubscriptionId>fd047695-d25b-4356-a3cd-1997119f63d5</SubscriptionId>
</WorkflowSaveResponseModel>