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": "4aea9b08-aebd-4e6d-a51c-667abe892ade",
"WorkflowId": "55db6b04-1d4e-4be9-bf64-e9ccc984c828",
"CurrentStepId": "18045d77-4c44-4304-9087-25584ba51a15",
"UserId": "49e61823-97f0-4229-8e25-8461d8907911",
"CPDId": "8665abe8-1efd-4cb1-a9b4-42a5ee398bd7",
"CPDPeriodId": "5ad93e7e-6129-4449-8143-5a36b4b1d43d",
"WaitlistEventId": "867bcb4a-4839-4a38-88bd-fc1c6eb7a34b",
"WaitlistTicketTypeId": "13e9e2ed-e0a9-4526-8e5f-82f0ed0b1493",
"CPDReductionId": "13e5ec2f-b7c9-4293-8213-f3f492a6e9db",
"CartId": "ac49e316-7971-4c95-a6a3-1543145cc380",
"EntityId": "51b5b616-24ba-4470-aca2-6ca25bed5c69",
"EntityType": "sample string 4",
"Created": "2026-02-04T14:19:37.220884+11:00",
"LastModified": "2026-02-04T14:19:37.220884+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": [
"8d681445-2cdd-4c12-bebd-2a4af24944b5",
"f8fe1ba4-ca0d-4d12-b355-ff51c4fba986"
]
}
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>8665abe8-1efd-4cb1-a9b4-42a5ee398bd7</CPDId>
<CPDPeriodId>5ad93e7e-6129-4449-8143-5a36b4b1d43d</CPDPeriodId>
<CPDReductionId>13e5ec2f-b7c9-4293-8213-f3f492a6e9db</CPDReductionId>
<CartId>ac49e316-7971-4c95-a6a3-1543145cc380</CartId>
<Created>2026-02-04T14:19:37.220884+11:00</Created>
<CurrentStepId>18045d77-4c44-4304-9087-25584ba51a15</CurrentStepId>
<EntityId>51b5b616-24ba-4470-aca2-6ca25bed5c69</EntityId>
<EntityType>sample string 4</EntityType>
<Id>4aea9b08-aebd-4e6d-a51c-667abe892ade</Id>
<LastModified>2026-02-04T14:19:37.220884+11:00</LastModified>
<PaymentGatewayTransactionRef>sample string 8</PaymentGatewayTransactionRef>
<PaymentSuccessful>true</PaymentSuccessful>
<PreviousStepIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>8d681445-2cdd-4c12-bebd-2a4af24944b5</d2p1:guid>
<d2p1:guid>f8fe1ba4-ca0d-4d12-b355-ff51c4fba986</d2p1:guid>
</PreviousStepIds>
<UserId>49e61823-97f0-4229-8e25-8461d8907911</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>867bcb4a-4839-4a38-88bd-fc1c6eb7a34b</WaitlistEventId>
<WaitlistTicketTypeId>13e9e2ed-e0a9-4526-8e5f-82f0ed0b1493</WaitlistTicketTypeId>
<WorkflowId>55db6b04-1d4e-4be9-bf64-e9ccc984c828</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": "9a236600-9071-4afb-9925-cf8a9a48dad8",
"InvoiceId": "8344251e-9937-4180-9499-4358a601acc9",
"ClassifiedItemId": "4e643f0d-5850-498a-9d92-b5bce2bcacb6",
"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>4e643f0d-5850-498a-9d92-b5bce2bcacb6</ClassifiedItemId>
<InvoiceId>8344251e-9937-4180-9499-4358a601acc9</InvoiceId>
<MemberId>sample string 1</MemberId>
<PaymentGatewayTransactionRef>sample string 2</PaymentGatewayTransactionRef>
<PaymentSuccessful>true</PaymentSuccessful>
<SubscriptionId>9a236600-9071-4afb-9925-cf8a9a48dad8</SubscriptionId>
</WorkflowSaveResponseModel>