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": "27a909e7-f3fa-47cb-a05e-a8e1140325da",
"WorkflowId": "b2fe4db9-bd02-4f5d-a501-d7f8dfce58cd",
"CurrentStepId": "d7e59a01-d948-43a2-9578-9ab07cb77c07",
"UserId": "69dd0e88-dad9-49a3-81d5-bf88bc7cc853",
"CPDId": "f4452527-6d39-46e6-bcf3-3ab2b5ad4d41",
"CPDPeriodId": "89a9a094-954e-46c7-92c6-1fd9f2bb6d7a",
"WaitlistEventId": "81174a73-9b61-4592-b24c-43c6b08a1bfb",
"WaitlistTicketTypeId": "97808d35-ebc8-4cb3-80ef-f53e0614c976",
"CPDReductionId": "a620c110-ddc1-4504-8586-5702e8d3d56a",
"CartId": "3f050ce6-e148-4bc2-92a3-e0769030bd61",
"EntityId": "57eb0de4-a883-4d24-94ad-28f0258c300b",
"EntityType": "sample string 4",
"Created": "2026-05-30T14:45:08.1897509+10:00",
"LastModified": "2026-05-30T14:45:08.1897509+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": [
"ee00caa5-ae73-4f37-b044-feeaf2f3be4d",
"2525b716-0e54-4262-a998-e5993e301991"
]
}
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>f4452527-6d39-46e6-bcf3-3ab2b5ad4d41</CPDId>
<CPDPeriodId>89a9a094-954e-46c7-92c6-1fd9f2bb6d7a</CPDPeriodId>
<CPDReductionId>a620c110-ddc1-4504-8586-5702e8d3d56a</CPDReductionId>
<CartId>3f050ce6-e148-4bc2-92a3-e0769030bd61</CartId>
<Created>2026-05-30T14:45:08.1897509+10:00</Created>
<CurrentStepId>d7e59a01-d948-43a2-9578-9ab07cb77c07</CurrentStepId>
<EntityId>57eb0de4-a883-4d24-94ad-28f0258c300b</EntityId>
<EntityType>sample string 4</EntityType>
<Id>27a909e7-f3fa-47cb-a05e-a8e1140325da</Id>
<LastModified>2026-05-30T14:45:08.1897509+10:00</LastModified>
<PaymentGatewayTransactionRef>sample string 8</PaymentGatewayTransactionRef>
<PaymentSuccessful>true</PaymentSuccessful>
<PreviousStepIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>ee00caa5-ae73-4f37-b044-feeaf2f3be4d</d2p1:guid>
<d2p1:guid>2525b716-0e54-4262-a998-e5993e301991</d2p1:guid>
</PreviousStepIds>
<UserId>69dd0e88-dad9-49a3-81d5-bf88bc7cc853</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>81174a73-9b61-4592-b24c-43c6b08a1bfb</WaitlistEventId>
<WaitlistTicketTypeId>97808d35-ebc8-4cb3-80ef-f53e0614c976</WaitlistTicketTypeId>
<WorkflowId>b2fe4db9-bd02-4f5d-a501-d7f8dfce58cd</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": "d23b4baa-f8d2-46fb-8048-14a62b4ee78b",
"InvoiceId": "86d980fd-04d1-43e0-9d76-b42d06c8ea0b",
"ClassifiedItemId": "9a1d104a-fcc6-4efc-9d81-cedfa9e2436d",
"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>9a1d104a-fcc6-4efc-9d81-cedfa9e2436d</ClassifiedItemId>
<InvoiceId>86d980fd-04d1-43e0-9d76-b42d06c8ea0b</InvoiceId>
<MemberId>sample string 1</MemberId>
<PaymentGatewayTransactionRef>sample string 2</PaymentGatewayTransactionRef>
<PaymentSuccessful>true</PaymentSuccessful>
<SubscriptionId>d23b4baa-f8d2-46fb-8048-14a62b4ee78b</SubscriptionId>
</WorkflowSaveResponseModel>