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. |
|
| InvoiceId | globally unique identifier |
None. |
|
| EntityId | globally unique identifier |
None. |
|
| EntityType | string |
None. |
|
| Created | date |
None. |
|
| LastModifiedDate | date |
None. |
|
| LastModifiedById | string |
None. |
|
| WorkflowName | string |
None. |
|
| Values | Collection of WorkflowPostedField |
None. |
|
| PaymentSuccessful | boolean |
None. |
|
| PaymentGatewayTransactionRef | string |
None. |
|
| PreviousStepIds | Collection of globally unique identifier |
None. |
|
| SubmitTimes | Collection of WorkflowPostedStepSubmitTime |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": "10fe79e8-d991-4dd8-8759-ca8c098d602d",
"WorkflowId": "58bb2bba-488c-447e-b0cb-406ae388a6d8",
"CurrentStepId": "20e70e6c-e321-459a-a8c7-64c39991b480",
"UserId": "9dec95ac-7cb3-466a-b927-9ec85ce7f675",
"CPDId": "156a9c8a-3f83-4763-b157-06c33b755cb9",
"CPDPeriodId": "fde6c8fb-260f-46aa-9fab-b8f62697f877",
"WaitlistEventId": "04074e06-d08a-474d-ab46-1f7250613ad6",
"WaitlistTicketTypeId": "c225d185-5e42-4061-a3e9-46c79fd83604",
"CPDReductionId": "c6f66aa6-4167-43a9-9d12-4b6b4ceb9ccd",
"CartId": "9a686d5a-b2b0-4173-99a2-ce2ddf78bb8f",
"InvoiceId": "e040a01a-8e84-44a4-9fb9-f24d62bc0ac1",
"EntityId": "ac809448-86e9-42c6-ae16-4f5e4e5cfa17",
"EntityType": "sample string 4",
"Created": "2026-02-11T17:05:22.5071811+11:00",
"LastModifiedDate": "2026-02-11T17:05:22.5071811+11:00",
"LastModifiedById": "sample string 7",
"WorkflowName": "sample string 8",
"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 9",
"PreviousStepIds": [
"0c87df6f-8900-471c-b237-a706e82da4f6",
"2ca3e369-c323-430c-8df1-5a061b06fc2b"
],
"SubmitTimes": [
{
"StepId": "1409d5d0-108f-44eb-978d-2fdffe3d552d",
"StepName": "sample string 2",
"SubmittedTime": "2026-02-11T17:05:22.5091823+11:00",
"SubmittedById": "e9ae51ab-fd11-405b-9b03-3afef1ddd2ac",
"SubmittedBy": "sample string 5"
},
{
"StepId": "1409d5d0-108f-44eb-978d-2fdffe3d552d",
"StepName": "sample string 2",
"SubmittedTime": "2026-02-11T17:05:22.5091823+11:00",
"SubmittedById": "e9ae51ab-fd11-405b-9b03-3afef1ddd2ac",
"SubmittedBy": "sample string 5"
}
]
}
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>156a9c8a-3f83-4763-b157-06c33b755cb9</CPDId>
<CPDPeriodId>fde6c8fb-260f-46aa-9fab-b8f62697f877</CPDPeriodId>
<CPDReductionId>c6f66aa6-4167-43a9-9d12-4b6b4ceb9ccd</CPDReductionId>
<CartId>9a686d5a-b2b0-4173-99a2-ce2ddf78bb8f</CartId>
<Created>2026-02-11T17:05:22.5071811+11:00</Created>
<CurrentStepId>20e70e6c-e321-459a-a8c7-64c39991b480</CurrentStepId>
<EntityId>ac809448-86e9-42c6-ae16-4f5e4e5cfa17</EntityId>
<EntityType>sample string 4</EntityType>
<Id>10fe79e8-d991-4dd8-8759-ca8c098d602d</Id>
<InvoiceId>e040a01a-8e84-44a4-9fb9-f24d62bc0ac1</InvoiceId>
<LastModifiedById>sample string 7</LastModifiedById>
<LastModifiedDate>2026-02-11T17:05:22.5071811+11:00</LastModifiedDate>
<PaymentGatewayTransactionRef>sample string 9</PaymentGatewayTransactionRef>
<PaymentSuccessful>true</PaymentSuccessful>
<PreviousStepIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>0c87df6f-8900-471c-b237-a706e82da4f6</d2p1:guid>
<d2p1:guid>2ca3e369-c323-430c-8df1-5a061b06fc2b</d2p1:guid>
</PreviousStepIds>
<SubmitTimes>
<WorkflowPostedStepSubmitTime>
<StepId>1409d5d0-108f-44eb-978d-2fdffe3d552d</StepId>
<StepName>sample string 2</StepName>
<SubmittedBy>sample string 5</SubmittedBy>
<SubmittedById>e9ae51ab-fd11-405b-9b03-3afef1ddd2ac</SubmittedById>
<SubmittedTime>2026-02-11T17:05:22.5091823+11:00</SubmittedTime>
</WorkflowPostedStepSubmitTime>
<WorkflowPostedStepSubmitTime>
<StepId>1409d5d0-108f-44eb-978d-2fdffe3d552d</StepId>
<StepName>sample string 2</StepName>
<SubmittedBy>sample string 5</SubmittedBy>
<SubmittedById>e9ae51ab-fd11-405b-9b03-3afef1ddd2ac</SubmittedById>
<SubmittedTime>2026-02-11T17:05:22.5091823+11:00</SubmittedTime>
</WorkflowPostedStepSubmitTime>
</SubmitTimes>
<UserId>9dec95ac-7cb3-466a-b927-9ec85ce7f675</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>04074e06-d08a-474d-ab46-1f7250613ad6</WaitlistEventId>
<WaitlistTicketTypeId>c225d185-5e42-4061-a3e9-46c79fd83604</WaitlistTicketTypeId>
<WorkflowId>58bb2bba-488c-447e-b0cb-406ae388a6d8</WorkflowId>
<WorkflowName>sample string 8</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. |
|
| ClassifiedApplicationId | globally unique identifier |
None. |
|
| PaymentSuccessful | boolean |
None. |
|
| PaymentGatewayTransactionRef | string |
None. |
|
| ProductId | globally unique identifier |
None. |
|
| Result | ResponseResult |
None. |
Response Formats
application/json, text/json
Sample:
{
"MemberId": "sample string 1",
"SubscriptionId": "29fe084b-0ad4-4213-8749-13da10977c21",
"InvoiceId": "4ab4ac94-8284-4bd1-afae-5db421429eb9",
"ClassifiedItemId": "008146f5-0ff8-4145-8d81-ff108e5582ba",
"ClassifiedApplicationId": "abc61195-9987-43d7-9b7e-7b6bfd48014b",
"PaymentSuccessful": true,
"PaymentGatewayTransactionRef": "sample string 2",
"ProductId": "fcee2255-4066-456e-b4a6-b903ef8db892",
"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>
<ClassifiedApplicationId>abc61195-9987-43d7-9b7e-7b6bfd48014b</ClassifiedApplicationId>
<ClassifiedItemId>008146f5-0ff8-4145-8d81-ff108e5582ba</ClassifiedItemId>
<InvoiceId>4ab4ac94-8284-4bd1-afae-5db421429eb9</InvoiceId>
<MemberId>sample string 1</MemberId>
<PaymentGatewayTransactionRef>sample string 2</PaymentGatewayTransactionRef>
<PaymentSuccessful>true</PaymentSuccessful>
<ProductId>fcee2255-4066-456e-b4a6-b903ef8db892</ProductId>
<SubscriptionId>29fe084b-0ad4-4213-8749-13da10977c21</SubscriptionId>
</WorkflowSaveResponseModel>