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": "3fc70469-1c69-4b2a-867a-9f89075b352d",
"WorkflowId": "abc92046-3c3c-427e-9148-55b46fb72c5a",
"CurrentStepId": "e39377c2-7af6-40f8-a942-5c30711f45d4",
"UserId": "5a0d407b-64b9-46b1-8230-41164ab92dac",
"CPDId": "c4a9c914-23d4-4f3b-9269-e2aab3772a75",
"CPDPeriodId": "b1b83f6c-11f6-459c-a8c3-6ab773e8b52c",
"WaitlistEventId": "bc7710d5-ba11-426a-82de-47c550cf90d1",
"WaitlistTicketTypeId": "ffd9d342-2e2c-47f9-93de-8d8afc7f299a",
"CPDReductionId": "03291888-c906-4ca1-90bb-1314b7d02a61",
"CartId": "10d97088-7d9e-48b0-ae03-098285a05ee1",
"EntityId": "37c04636-0c2a-4f1b-8a0a-1b9687693c18",
"EntityType": "sample string 4",
"Created": "2025-11-02T14:16:19.1207212+11:00",
"LastModified": "2025-11-02T14:16:19.1217226+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": [
"66f38a5f-967f-46a6-8c22-2945a8d8aec8",
"82305878-543d-4342-8d2b-04d28f74b5f4"
]
}
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>c4a9c914-23d4-4f3b-9269-e2aab3772a75</CPDId>
<CPDPeriodId>b1b83f6c-11f6-459c-a8c3-6ab773e8b52c</CPDPeriodId>
<CPDReductionId>03291888-c906-4ca1-90bb-1314b7d02a61</CPDReductionId>
<CartId>10d97088-7d9e-48b0-ae03-098285a05ee1</CartId>
<Created>2025-11-02T14:16:19.1207212+11:00</Created>
<CurrentStepId>e39377c2-7af6-40f8-a942-5c30711f45d4</CurrentStepId>
<EntityId>37c04636-0c2a-4f1b-8a0a-1b9687693c18</EntityId>
<EntityType>sample string 4</EntityType>
<Id>3fc70469-1c69-4b2a-867a-9f89075b352d</Id>
<LastModified>2025-11-02T14:16:19.1217226+11:00</LastModified>
<PaymentGatewayTransactionRef>sample string 8</PaymentGatewayTransactionRef>
<PaymentSuccessful>true</PaymentSuccessful>
<PreviousStepIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>66f38a5f-967f-46a6-8c22-2945a8d8aec8</d2p1:guid>
<d2p1:guid>82305878-543d-4342-8d2b-04d28f74b5f4</d2p1:guid>
</PreviousStepIds>
<UserId>5a0d407b-64b9-46b1-8230-41164ab92dac</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>bc7710d5-ba11-426a-82de-47c550cf90d1</WaitlistEventId>
<WaitlistTicketTypeId>ffd9d342-2e2c-47f9-93de-8d8afc7f299a</WaitlistTicketTypeId>
<WorkflowId>abc92046-3c3c-427e-9148-55b46fb72c5a</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": "0d832064-f94a-4969-9e5a-87fc3db7653a",
"InvoiceId": "3332e807-9f9e-41a5-99a6-910109e0be17",
"ClassifiedItemId": "e675835a-5aef-4dea-a11e-f4bce89d7a1a",
"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>e675835a-5aef-4dea-a11e-f4bce89d7a1a</ClassifiedItemId>
<InvoiceId>3332e807-9f9e-41a5-99a6-910109e0be17</InvoiceId>
<MemberId>sample string 1</MemberId>
<PaymentGatewayTransactionRef>sample string 2</PaymentGatewayTransactionRef>
<PaymentSuccessful>true</PaymentSuccessful>
<SubscriptionId>0d832064-f94a-4969-9e5a-87fc3db7653a</SubscriptionId>
</WorkflowSaveResponseModel>