GET 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": "3ee23485-37fc-4933-bd5b-82a4e2f90e9b",
"WorkflowId": "41eb389b-f55c-4139-be31-9d451be62936",
"CurrentStepId": "c3e1d1e1-e6e4-4fa7-a826-ebec8521acb3",
"UserId": "9a8a3c84-b354-46a6-816f-f903987efc85",
"CPDId": "81205e68-b535-4c5f-8ff9-ea0f7ba53153",
"CPDPeriodId": "4b740da4-3fb3-4d4e-b1a5-c667e4a6c76d",
"WaitlistEventId": "8c1d7a09-d99c-478f-86a8-4878c5dcc008",
"WaitlistTicketTypeId": "72144fcc-990c-4fcb-adbe-7512893a3a86",
"CPDReductionId": "46a194b5-5e43-4c63-95a6-73dc45b9f148",
"CartId": "be609e4d-e0ae-4320-b653-78755a4a4b07",
"InvoiceId": "c8252282-2abd-4b46-9d42-e65d94dc7c55",
"EntityId": "7ab10e97-df11-470e-b081-6a097450dcc0",
"EntityType": "sample string 4",
"Created": "2026-07-04T11:42:34.5825972+00:00",
"LastModifiedDate": "2026-07-04T11:42:34.5825972+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": [
"f507f594-a736-42c5-8043-5b2e16bca894",
"97ec3cb6-a19e-4890-b984-437fb4c140f9"
],
"SubmitTimes": [
{
"StepId": "ff6ed638-8549-4827-a038-490502c16df9",
"StepName": "sample string 2",
"SubmittedTime": "2026-07-04T11:42:34.5825972+00:00",
"SubmittedById": "70ad84fa-616d-4e2d-98d2-ddee5e0d4f18",
"SubmittedBy": "sample string 5"
},
{
"StepId": "ff6ed638-8549-4827-a038-490502c16df9",
"StepName": "sample string 2",
"SubmittedTime": "2026-07-04T11:42:34.5825972+00:00",
"SubmittedById": "70ad84fa-616d-4e2d-98d2-ddee5e0d4f18",
"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>81205e68-b535-4c5f-8ff9-ea0f7ba53153</CPDId>
<CPDPeriodId>4b740da4-3fb3-4d4e-b1a5-c667e4a6c76d</CPDPeriodId>
<CPDReductionId>46a194b5-5e43-4c63-95a6-73dc45b9f148</CPDReductionId>
<CartId>be609e4d-e0ae-4320-b653-78755a4a4b07</CartId>
<Created>2026-07-04T11:42:34.5825972+00:00</Created>
<CurrentStepId>c3e1d1e1-e6e4-4fa7-a826-ebec8521acb3</CurrentStepId>
<EntityId>7ab10e97-df11-470e-b081-6a097450dcc0</EntityId>
<EntityType>sample string 4</EntityType>
<Id>3ee23485-37fc-4933-bd5b-82a4e2f90e9b</Id>
<InvoiceId>c8252282-2abd-4b46-9d42-e65d94dc7c55</InvoiceId>
<LastModifiedById>sample string 7</LastModifiedById>
<LastModifiedDate>2026-07-04T11:42:34.5825972+00:00</LastModifiedDate>
<PaymentGatewayTransactionRef>sample string 9</PaymentGatewayTransactionRef>
<PaymentSuccessful>true</PaymentSuccessful>
<PreviousStepIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>f507f594-a736-42c5-8043-5b2e16bca894</d2p1:guid>
<d2p1:guid>97ec3cb6-a19e-4890-b984-437fb4c140f9</d2p1:guid>
</PreviousStepIds>
<SubmitTimes>
<WorkflowPostedStepSubmitTime>
<StepId>ff6ed638-8549-4827-a038-490502c16df9</StepId>
<StepName>sample string 2</StepName>
<SubmittedBy>sample string 5</SubmittedBy>
<SubmittedById>70ad84fa-616d-4e2d-98d2-ddee5e0d4f18</SubmittedById>
<SubmittedTime>2026-07-04T11:42:34.5825972+00:00</SubmittedTime>
</WorkflowPostedStepSubmitTime>
<WorkflowPostedStepSubmitTime>
<StepId>ff6ed638-8549-4827-a038-490502c16df9</StepId>
<StepName>sample string 2</StepName>
<SubmittedBy>sample string 5</SubmittedBy>
<SubmittedById>70ad84fa-616d-4e2d-98d2-ddee5e0d4f18</SubmittedById>
<SubmittedTime>2026-07-04T11:42:34.5825972+00:00</SubmittedTime>
</WorkflowPostedStepSubmitTime>
</SubmitTimes>
<UserId>9a8a3c84-b354-46a6-816f-f903987efc85</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>8c1d7a09-d99c-478f-86a8-4878c5dcc008</WaitlistEventId>
<WaitlistTicketTypeId>72144fcc-990c-4fcb-adbe-7512893a3a86</WaitlistTicketTypeId>
<WorkflowId>41eb389b-f55c-4139-be31-9d451be62936</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": "7acd8c16-0f7f-4be6-96b7-f7d6898460f0",
"InvoiceId": "f3ee612d-9640-43a9-8128-806778296469",
"ClassifiedItemId": "8d9a800a-be12-4cba-9922-0fb83054d33c",
"ClassifiedApplicationId": "820c3385-420a-4964-8954-7126e362d37b",
"PaymentSuccessful": true,
"PaymentGatewayTransactionRef": "sample string 2",
"ProductId": "d7d1c840-4052-426d-ab35-8b76aceafaa9",
"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>820c3385-420a-4964-8954-7126e362d37b</ClassifiedApplicationId>
<ClassifiedItemId>8d9a800a-be12-4cba-9922-0fb83054d33c</ClassifiedItemId>
<InvoiceId>f3ee612d-9640-43a9-8128-806778296469</InvoiceId>
<MemberId>sample string 1</MemberId>
<PaymentGatewayTransactionRef>sample string 2</PaymentGatewayTransactionRef>
<PaymentSuccessful>true</PaymentSuccessful>
<ProductId>d7d1c840-4052-426d-ab35-8b76aceafaa9</ProductId>
<SubscriptionId>7acd8c16-0f7f-4be6-96b7-f7d6898460f0</SubscriptionId>
</WorkflowSaveResponseModel>