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": "93bbd76b-0e94-4b3d-9af9-8e3b4338bb35",
"WorkflowId": "d09b1902-9162-4ff0-a85b-52a220eddbf1",
"CurrentStepId": "afb0ad52-57f9-4917-bf4a-19da17ee671b",
"UserId": "f668bef9-027f-4f1d-bfa2-7de9615e0aea",
"CPDId": "e0e80d5d-b03c-4f03-a774-07f948d81c5a",
"CPDPeriodId": "080f05b4-6840-471f-82c3-f9c020413a19",
"WaitlistEventId": "cd2c6cc0-fb18-4fcd-b6f5-234681aafbcd",
"WaitlistTicketTypeId": "1e183a45-2dac-4aed-a5e9-ad4f8799283a",
"CPDReductionId": "8824cc0f-2629-4bf3-8b64-f3b832ce2a0e",
"CartId": "2bff33b3-1565-4597-b973-329414d15fab",
"EntityId": "061f7490-4d87-46b8-86d2-93212e45a5c1",
"EntityType": "sample string 4",
"Created": "2025-11-08T09:03:40.9427547+11:00",
"LastModified": "2025-11-08T09:03:40.9427547+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": [
"1ebb72c4-da0b-4972-a6b5-ad03a0339f0a",
"27747572-88e1-4c78-b646-3d72877ed57b"
]
}
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>e0e80d5d-b03c-4f03-a774-07f948d81c5a</CPDId>
<CPDPeriodId>080f05b4-6840-471f-82c3-f9c020413a19</CPDPeriodId>
<CPDReductionId>8824cc0f-2629-4bf3-8b64-f3b832ce2a0e</CPDReductionId>
<CartId>2bff33b3-1565-4597-b973-329414d15fab</CartId>
<Created>2025-11-08T09:03:40.9427547+11:00</Created>
<CurrentStepId>afb0ad52-57f9-4917-bf4a-19da17ee671b</CurrentStepId>
<EntityId>061f7490-4d87-46b8-86d2-93212e45a5c1</EntityId>
<EntityType>sample string 4</EntityType>
<Id>93bbd76b-0e94-4b3d-9af9-8e3b4338bb35</Id>
<LastModified>2025-11-08T09:03:40.9427547+11:00</LastModified>
<PaymentGatewayTransactionRef>sample string 8</PaymentGatewayTransactionRef>
<PaymentSuccessful>true</PaymentSuccessful>
<PreviousStepIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>1ebb72c4-da0b-4972-a6b5-ad03a0339f0a</d2p1:guid>
<d2p1:guid>27747572-88e1-4c78-b646-3d72877ed57b</d2p1:guid>
</PreviousStepIds>
<UserId>f668bef9-027f-4f1d-bfa2-7de9615e0aea</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>cd2c6cc0-fb18-4fcd-b6f5-234681aafbcd</WaitlistEventId>
<WaitlistTicketTypeId>1e183a45-2dac-4aed-a5e9-ad4f8799283a</WaitlistTicketTypeId>
<WorkflowId>d09b1902-9162-4ff0-a85b-52a220eddbf1</WorkflowId>
<WorkflowName>sample string 7</WorkflowName>
</WorkflowPostedFieldsRequestModel>
application/x-www-form-urlencoded
Sample:
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": "a58a5148-fd15-4b9e-99d8-bbbc08de98e8",
"InvoiceId": "d85c38f4-2de6-4392-b6bc-6fbdf80b8097",
"ClassifiedItemId": "b662bb31-7e70-4045-a673-7bd61404d6f7",
"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>b662bb31-7e70-4045-a673-7bd61404d6f7</ClassifiedItemId>
<InvoiceId>d85c38f4-2de6-4392-b6bc-6fbdf80b8097</InvoiceId>
<MemberId>sample string 1</MemberId>
<PaymentGatewayTransactionRef>sample string 2</PaymentGatewayTransactionRef>
<PaymentSuccessful>true</PaymentSuccessful>
<SubscriptionId>a58a5148-fd15-4b9e-99d8-bbbc08de98e8</SubscriptionId>
</WorkflowSaveResponseModel>