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. |
|
| 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": "e011f0b1-ca29-4af5-affe-73cf4c3fffd5",
"WorkflowId": "ec979dd5-2894-4c33-9ec6-1b7a01e84b5e",
"CurrentStepId": "80959266-819a-4d25-b46d-3ca13ec048f8",
"UserId": "a506d3e2-c5b1-4efa-bef3-ac4cbed8e62d",
"CPDId": "751823e7-0e76-465b-8833-dd465c381dbe",
"CPDPeriodId": "510ee440-33e4-411d-a8f3-58a307557bc5",
"WaitlistEventId": "1e680ec7-5491-4dd8-9809-88794a966d15",
"WaitlistTicketTypeId": "dbc0c1a0-73fe-445c-873a-851c8bfeb876",
"CPDReductionId": "a3155bc1-b096-4d57-a762-36da21386b0c",
"CartId": "f45b1932-cab3-4690-8e72-ee50daea8152",
"Created": "2026-06-07T13:32:50.372614+10:00",
"LastModified": "2026-06-07T13:32:50.372614+10:00",
"WorkflowName": "sample string 6",
"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 7",
"PreviousStepIds": [
"b52961bb-34df-4daf-b0b9-069bb53df70f",
"92c6b1dd-b20b-4df5-8085-80d56794d673"
]
}
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>751823e7-0e76-465b-8833-dd465c381dbe</CPDId>
<CPDPeriodId>510ee440-33e4-411d-a8f3-58a307557bc5</CPDPeriodId>
<CPDReductionId>a3155bc1-b096-4d57-a762-36da21386b0c</CPDReductionId>
<CartId>f45b1932-cab3-4690-8e72-ee50daea8152</CartId>
<Created>2026-06-07T13:32:50.372614+10:00</Created>
<CurrentStepId>80959266-819a-4d25-b46d-3ca13ec048f8</CurrentStepId>
<Id>e011f0b1-ca29-4af5-affe-73cf4c3fffd5</Id>
<LastModified>2026-06-07T13:32:50.372614+10:00</LastModified>
<PaymentGatewayTransactionRef>sample string 7</PaymentGatewayTransactionRef>
<PaymentSuccessful>true</PaymentSuccessful>
<PreviousStepIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>b52961bb-34df-4daf-b0b9-069bb53df70f</d2p1:guid>
<d2p1:guid>92c6b1dd-b20b-4df5-8085-80d56794d673</d2p1:guid>
</PreviousStepIds>
<UserId>a506d3e2-c5b1-4efa-bef3-ac4cbed8e62d</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>1e680ec7-5491-4dd8-9809-88794a966d15</WaitlistEventId>
<WaitlistTicketTypeId>dbc0c1a0-73fe-445c-873a-851c8bfeb876</WaitlistTicketTypeId>
<WorkflowId>ec979dd5-2894-4c33-9ec6-1b7a01e84b5e</WorkflowId>
<WorkflowName>sample string 6</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. |
|
| PaymentSuccessful | boolean |
None. |
|
| PaymentGatewayTransactionRef | string |
None. |
|
| Result | ResponseResult |
None. |
Response Formats
application/json, text/json
Sample:
{
"MemberId": "sample string 1",
"SubscriptionId": "d6a06d1c-84e6-46f3-975c-c7b2112a5d9f",
"InvoiceId": "df67d1be-0b54-4899-861c-fa06168846d7",
"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>
<InvoiceId>df67d1be-0b54-4899-861c-fa06168846d7</InvoiceId>
<MemberId>sample string 1</MemberId>
<PaymentGatewayTransactionRef>sample string 2</PaymentGatewayTransactionRef>
<PaymentSuccessful>true</PaymentSuccessful>
<SubscriptionId>d6a06d1c-84e6-46f3-975c-c7b2112a5d9f</SubscriptionId>
</WorkflowSaveResponseModel>