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": "b3672ffa-b158-4726-82eb-9f47415158f3",
"WorkflowId": "43925b84-181d-4f78-a30d-421305f77462",
"CurrentStepId": "022f5a6f-d12c-4020-84ae-e4478600719a",
"UserId": "8ca46bbc-0ff8-4f21-bcd6-4a672495b7a6",
"CPDId": "d620ed6f-fbb8-45ab-8752-a38da05e0e9c",
"CPDPeriodId": "6e73df4e-7f1b-4da5-aaad-65d10598270f",
"WaitlistEventId": "56f9f4fd-ecbc-4416-93a8-5acc8dae2d84",
"WaitlistTicketTypeId": "40ea2bc2-13c2-43ad-a399-07fb6a76a26e",
"CPDReductionId": "0bff2c4b-122f-4f51-a1f6-2e8a1211a688",
"CartId": "91e6e471-1ceb-440c-bc98-3cb97ddfd4d6",
"Created": "2025-12-16T13:02:21.8290872+11:00",
"LastModified": "2025-12-16T13:02:21.8290872+11: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": [
"576ee902-95bd-4e5e-8196-1a53e6e96f81",
"d1e7be30-f1c7-44de-a97f-1ae47cc0faaa"
]
}
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>d620ed6f-fbb8-45ab-8752-a38da05e0e9c</CPDId>
<CPDPeriodId>6e73df4e-7f1b-4da5-aaad-65d10598270f</CPDPeriodId>
<CPDReductionId>0bff2c4b-122f-4f51-a1f6-2e8a1211a688</CPDReductionId>
<CartId>91e6e471-1ceb-440c-bc98-3cb97ddfd4d6</CartId>
<Created>2025-12-16T13:02:21.8290872+11:00</Created>
<CurrentStepId>022f5a6f-d12c-4020-84ae-e4478600719a</CurrentStepId>
<Id>b3672ffa-b158-4726-82eb-9f47415158f3</Id>
<LastModified>2025-12-16T13:02:21.8290872+11:00</LastModified>
<PaymentGatewayTransactionRef>sample string 7</PaymentGatewayTransactionRef>
<PaymentSuccessful>true</PaymentSuccessful>
<PreviousStepIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>576ee902-95bd-4e5e-8196-1a53e6e96f81</d2p1:guid>
<d2p1:guid>d1e7be30-f1c7-44de-a97f-1ae47cc0faaa</d2p1:guid>
</PreviousStepIds>
<UserId>8ca46bbc-0ff8-4f21-bcd6-4a672495b7a6</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>56f9f4fd-ecbc-4416-93a8-5acc8dae2d84</WaitlistEventId>
<WaitlistTicketTypeId>40ea2bc2-13c2-43ad-a399-07fb6a76a26e</WaitlistTicketTypeId>
<WorkflowId>43925b84-181d-4f78-a30d-421305f77462</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": "3ead3b6f-9f2c-4bec-966b-2aedf40aa9fb",
"InvoiceId": "55dafdd6-0731-4848-93b1-18ed0c6f0adf",
"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>55dafdd6-0731-4848-93b1-18ed0c6f0adf</InvoiceId>
<MemberId>sample string 1</MemberId>
<PaymentGatewayTransactionRef>sample string 2</PaymentGatewayTransactionRef>
<PaymentSuccessful>true</PaymentSuccessful>
<SubscriptionId>3ead3b6f-9f2c-4bec-966b-2aedf40aa9fb</SubscriptionId>
</WorkflowSaveResponseModel>