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": "21a144fa-52dc-4fa2-afbe-76dfb249d6c4",
"WorkflowId": "096afd68-7236-4041-9c3d-d48180b2227d",
"CurrentStepId": "0d96fe1f-48bb-43dc-ac03-76955670bcf5",
"UserId": "24f98c93-c851-40d6-ad7a-ac91d7a4fef0",
"CPDId": "1d20c948-bf7b-44af-9412-4891cfa6dcbb",
"CPDPeriodId": "a71d9808-da81-4fbe-aacd-f3fe83fa2c2a",
"WaitlistEventId": "2bbc2716-0943-44d2-8b02-cfa7735992fc",
"WaitlistTicketTypeId": "dae27a06-b4b7-401d-b09b-c7fcea4c9c78",
"CPDReductionId": "ee415e67-982b-44d9-abf9-c3bbef0f021d",
"CartId": "fb95da99-0d1b-417c-9ad4-84734cd76c8b",
"EntityId": "cbcac628-74d7-42bf-a0d3-ea4df66d599a",
"EntityType": "sample string 4",
"Created": "2025-12-23T15:34:04.151069+11:00",
"LastModified": "2025-12-23T15:34:04.151069+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": [
"b2bf29a9-9563-427f-af8a-ef5f66cb017e",
"e5522014-9b90-4cf9-9e4d-dc9a7f32bccc"
]
}
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>1d20c948-bf7b-44af-9412-4891cfa6dcbb</CPDId>
<CPDPeriodId>a71d9808-da81-4fbe-aacd-f3fe83fa2c2a</CPDPeriodId>
<CPDReductionId>ee415e67-982b-44d9-abf9-c3bbef0f021d</CPDReductionId>
<CartId>fb95da99-0d1b-417c-9ad4-84734cd76c8b</CartId>
<Created>2025-12-23T15:34:04.151069+11:00</Created>
<CurrentStepId>0d96fe1f-48bb-43dc-ac03-76955670bcf5</CurrentStepId>
<EntityId>cbcac628-74d7-42bf-a0d3-ea4df66d599a</EntityId>
<EntityType>sample string 4</EntityType>
<Id>21a144fa-52dc-4fa2-afbe-76dfb249d6c4</Id>
<LastModified>2025-12-23T15:34:04.151069+11:00</LastModified>
<PaymentGatewayTransactionRef>sample string 8</PaymentGatewayTransactionRef>
<PaymentSuccessful>true</PaymentSuccessful>
<PreviousStepIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>b2bf29a9-9563-427f-af8a-ef5f66cb017e</d2p1:guid>
<d2p1:guid>e5522014-9b90-4cf9-9e4d-dc9a7f32bccc</d2p1:guid>
</PreviousStepIds>
<UserId>24f98c93-c851-40d6-ad7a-ac91d7a4fef0</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>2bbc2716-0943-44d2-8b02-cfa7735992fc</WaitlistEventId>
<WaitlistTicketTypeId>dae27a06-b4b7-401d-b09b-c7fcea4c9c78</WaitlistTicketTypeId>
<WorkflowId>096afd68-7236-4041-9c3d-d48180b2227d</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": "498640b0-4cdf-4d41-90c0-8d4252f7fdfc",
"InvoiceId": "2315b0d3-affb-4490-b103-05f97ea308d0",
"ClassifiedItemId": "7a7f799c-d262-4e27-934a-c0df0eb03602",
"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>7a7f799c-d262-4e27-934a-c0df0eb03602</ClassifiedItemId>
<InvoiceId>2315b0d3-affb-4490-b103-05f97ea308d0</InvoiceId>
<MemberId>sample string 1</MemberId>
<PaymentGatewayTransactionRef>sample string 2</PaymentGatewayTransactionRef>
<PaymentSuccessful>true</PaymentSuccessful>
<SubscriptionId>498640b0-4cdf-4d41-90c0-8d4252f7fdfc</SubscriptionId>
</WorkflowSaveResponseModel>