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": "f7568f00-f5b0-45ba-bfc7-c8130c816763",
"WorkflowId": "b3567204-0e60-4c4f-8f45-1ba615370426",
"CurrentStepId": "b27137e9-e160-4dbb-a286-11e49c0abec4",
"UserId": "3f240b20-a34d-434e-a1a8-70b058bbb45d",
"CPDId": "f0bf0ca4-3e9e-4a40-912a-ab42108c203a",
"CPDPeriodId": "d3973a05-2641-4634-97be-1d1a5eb24866",
"WaitlistEventId": "9eee1b8d-6fe4-4362-a128-f55ff0849dd5",
"WaitlistTicketTypeId": "64e809c3-bfce-4f70-aad0-d59c7f763ed4",
"CPDReductionId": "e58ccf1a-71e2-48c1-bb34-7d1fd1e0d840",
"CartId": "c518f2e6-98fd-4e5a-8af0-a0143ad3fc14",
"InvoiceId": "e703b8f7-2c2f-48df-bcc6-65fde3937475",
"EntityId": "84e12c15-4c69-4148-813b-583ec6d9c8e5",
"EntityType": "sample string 4",
"Created": "2026-08-19T10:17:59.394784+00:00",
"LastModifiedDate": "2026-08-19T10:17:59.394784+00: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": [
"60dbde93-1593-4a48-83e2-3bad0a7ca5bc",
"998e7c23-293f-43e6-9956-70e7467f762c"
],
"SubmitTimes": [
{
"StepId": "2bcb8850-91a2-43ff-bad9-5480b6f55bc3",
"StepName": "sample string 2",
"SubmittedTime": "2026-08-19T10:17:59.394784+00:00",
"SubmittedById": "d98a8681-11e7-41c6-a9a8-504ab3b04e55",
"SubmittedBy": "sample string 5"
},
{
"StepId": "2bcb8850-91a2-43ff-bad9-5480b6f55bc3",
"StepName": "sample string 2",
"SubmittedTime": "2026-08-19T10:17:59.394784+00:00",
"SubmittedById": "d98a8681-11e7-41c6-a9a8-504ab3b04e55",
"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>f0bf0ca4-3e9e-4a40-912a-ab42108c203a</CPDId>
<CPDPeriodId>d3973a05-2641-4634-97be-1d1a5eb24866</CPDPeriodId>
<CPDReductionId>e58ccf1a-71e2-48c1-bb34-7d1fd1e0d840</CPDReductionId>
<CartId>c518f2e6-98fd-4e5a-8af0-a0143ad3fc14</CartId>
<Created>2026-08-19T10:17:59.394784+00:00</Created>
<CurrentStepId>b27137e9-e160-4dbb-a286-11e49c0abec4</CurrentStepId>
<EntityId>84e12c15-4c69-4148-813b-583ec6d9c8e5</EntityId>
<EntityType>sample string 4</EntityType>
<Id>f7568f00-f5b0-45ba-bfc7-c8130c816763</Id>
<InvoiceId>e703b8f7-2c2f-48df-bcc6-65fde3937475</InvoiceId>
<LastModifiedById>sample string 7</LastModifiedById>
<LastModifiedDate>2026-08-19T10:17:59.394784+00:00</LastModifiedDate>
<PaymentGatewayTransactionRef>sample string 9</PaymentGatewayTransactionRef>
<PaymentSuccessful>true</PaymentSuccessful>
<PreviousStepIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>60dbde93-1593-4a48-83e2-3bad0a7ca5bc</d2p1:guid>
<d2p1:guid>998e7c23-293f-43e6-9956-70e7467f762c</d2p1:guid>
</PreviousStepIds>
<SubmitTimes>
<WorkflowPostedStepSubmitTime>
<StepId>2bcb8850-91a2-43ff-bad9-5480b6f55bc3</StepId>
<StepName>sample string 2</StepName>
<SubmittedBy>sample string 5</SubmittedBy>
<SubmittedById>d98a8681-11e7-41c6-a9a8-504ab3b04e55</SubmittedById>
<SubmittedTime>2026-08-19T10:17:59.394784+00:00</SubmittedTime>
</WorkflowPostedStepSubmitTime>
<WorkflowPostedStepSubmitTime>
<StepId>2bcb8850-91a2-43ff-bad9-5480b6f55bc3</StepId>
<StepName>sample string 2</StepName>
<SubmittedBy>sample string 5</SubmittedBy>
<SubmittedById>d98a8681-11e7-41c6-a9a8-504ab3b04e55</SubmittedById>
<SubmittedTime>2026-08-19T10:17:59.394784+00:00</SubmittedTime>
</WorkflowPostedStepSubmitTime>
</SubmitTimes>
<UserId>3f240b20-a34d-434e-a1a8-70b058bbb45d</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>9eee1b8d-6fe4-4362-a128-f55ff0849dd5</WaitlistEventId>
<WaitlistTicketTypeId>64e809c3-bfce-4f70-aad0-d59c7f763ed4</WaitlistTicketTypeId>
<WorkflowId>b3567204-0e60-4c4f-8f45-1ba615370426</WorkflowId>
<WorkflowName>sample string 8</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. |
|
| 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": "2535cebf-ef3a-4e32-bcee-8e5ca12b7331",
"InvoiceId": "7137a802-27db-493d-8fef-a9b129cf9b11",
"ClassifiedItemId": "22f42ff2-14ac-4e5e-a97c-29e0ff042f83",
"ClassifiedApplicationId": "a87fa053-b922-43b8-8844-8787eefec492",
"PaymentSuccessful": true,
"PaymentGatewayTransactionRef": "sample string 2",
"ProductId": "89f27aff-44c6-4971-a9c9-3a77d8d605f9",
"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>a87fa053-b922-43b8-8844-8787eefec492</ClassifiedApplicationId>
<ClassifiedItemId>22f42ff2-14ac-4e5e-a97c-29e0ff042f83</ClassifiedItemId>
<InvoiceId>7137a802-27db-493d-8fef-a9b129cf9b11</InvoiceId>
<MemberId>sample string 1</MemberId>
<PaymentGatewayTransactionRef>sample string 2</PaymentGatewayTransactionRef>
<PaymentSuccessful>true</PaymentSuccessful>
<ProductId>89f27aff-44c6-4971-a9c9-3a77d8d605f9</ProductId>
<SubscriptionId>2535cebf-ef3a-4e32-bcee-8e5ca12b7331</SubscriptionId>
</WorkflowSaveResponseModel>