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": "c68dfdee-62d3-4ea1-81c9-64603eb73b71",
"WorkflowId": "1a2b1f42-39b5-459f-98f8-24756801d1b1",
"CurrentStepId": "a3e746d9-604b-4cbb-864f-e907f4009b8c",
"UserId": "69c81d90-9be3-417c-93b5-53c5d28ec213",
"CPDId": "5d66c4d9-de25-4d29-b87c-e9612ace16df",
"CPDPeriodId": "bd0cd73b-dfe7-4e61-a482-f902504ed7d3",
"WaitlistEventId": "65b2b96d-ce1a-4be6-8169-6c0cfa6e1c53",
"WaitlistTicketTypeId": "f7309c09-2bdb-4451-a5bb-58d0ffc4451b",
"CPDReductionId": "f46e3596-a824-49de-8b5a-0d897f6b2843",
"CartId": "340b6649-3951-4e47-902d-16739bea1ca1",
"InvoiceId": "731172ad-1d77-470a-9b67-822ee6e63c83",
"EntityId": "73734baa-151d-4636-8c6c-5e585955e998",
"EntityType": "sample string 4",
"Created": "2026-02-05T00:58:18.288157+00:00",
"LastModifiedDate": "2026-02-05T00:58:18.288157+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": [
"96fa1806-f8fd-41f9-9790-81196dc25df8",
"baaa23ad-6ebb-449b-9dec-ef79d6fc50ef"
],
"SubmitTimes": [
{
"StepId": "cb44c925-509b-4c6b-ad32-e8d499fd1a19",
"StepName": "sample string 2",
"SubmittedTime": "2026-02-05T00:58:18.288157+00:00",
"SubmittedById": "cc7350be-7e0a-410f-b33d-2c21561e4bc2",
"SubmittedBy": "sample string 5"
},
{
"StepId": "cb44c925-509b-4c6b-ad32-e8d499fd1a19",
"StepName": "sample string 2",
"SubmittedTime": "2026-02-05T00:58:18.288157+00:00",
"SubmittedById": "cc7350be-7e0a-410f-b33d-2c21561e4bc2",
"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>5d66c4d9-de25-4d29-b87c-e9612ace16df</CPDId>
<CPDPeriodId>bd0cd73b-dfe7-4e61-a482-f902504ed7d3</CPDPeriodId>
<CPDReductionId>f46e3596-a824-49de-8b5a-0d897f6b2843</CPDReductionId>
<CartId>340b6649-3951-4e47-902d-16739bea1ca1</CartId>
<Created>2026-02-05T00:58:18.288157+00:00</Created>
<CurrentStepId>a3e746d9-604b-4cbb-864f-e907f4009b8c</CurrentStepId>
<EntityId>73734baa-151d-4636-8c6c-5e585955e998</EntityId>
<EntityType>sample string 4</EntityType>
<Id>c68dfdee-62d3-4ea1-81c9-64603eb73b71</Id>
<InvoiceId>731172ad-1d77-470a-9b67-822ee6e63c83</InvoiceId>
<LastModifiedById>sample string 7</LastModifiedById>
<LastModifiedDate>2026-02-05T00:58:18.288157+00:00</LastModifiedDate>
<PaymentGatewayTransactionRef>sample string 9</PaymentGatewayTransactionRef>
<PaymentSuccessful>true</PaymentSuccessful>
<PreviousStepIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>96fa1806-f8fd-41f9-9790-81196dc25df8</d2p1:guid>
<d2p1:guid>baaa23ad-6ebb-449b-9dec-ef79d6fc50ef</d2p1:guid>
</PreviousStepIds>
<SubmitTimes>
<WorkflowPostedStepSubmitTime>
<StepId>cb44c925-509b-4c6b-ad32-e8d499fd1a19</StepId>
<StepName>sample string 2</StepName>
<SubmittedBy>sample string 5</SubmittedBy>
<SubmittedById>cc7350be-7e0a-410f-b33d-2c21561e4bc2</SubmittedById>
<SubmittedTime>2026-02-05T00:58:18.288157+00:00</SubmittedTime>
</WorkflowPostedStepSubmitTime>
<WorkflowPostedStepSubmitTime>
<StepId>cb44c925-509b-4c6b-ad32-e8d499fd1a19</StepId>
<StepName>sample string 2</StepName>
<SubmittedBy>sample string 5</SubmittedBy>
<SubmittedById>cc7350be-7e0a-410f-b33d-2c21561e4bc2</SubmittedById>
<SubmittedTime>2026-02-05T00:58:18.288157+00:00</SubmittedTime>
</WorkflowPostedStepSubmitTime>
</SubmitTimes>
<UserId>69c81d90-9be3-417c-93b5-53c5d28ec213</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>65b2b96d-ce1a-4be6-8169-6c0cfa6e1c53</WaitlistEventId>
<WaitlistTicketTypeId>f7309c09-2bdb-4451-a5bb-58d0ffc4451b</WaitlistTicketTypeId>
<WorkflowId>1a2b1f42-39b5-459f-98f8-24756801d1b1</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": "000cba69-359e-462f-ad20-87d33381a269",
"InvoiceId": "afb4c884-3410-4204-b8ef-20248c6ddb19",
"ClassifiedItemId": "be0c7da9-38f9-43ee-b730-133ff271d4b5",
"ClassifiedApplicationId": "cf156267-055f-4f4c-b40a-c6ff2ffd389c",
"PaymentSuccessful": true,
"PaymentGatewayTransactionRef": "sample string 2",
"ProductId": "5d674a14-df6d-4db5-b43a-fbb2ae4eb671",
"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>cf156267-055f-4f4c-b40a-c6ff2ffd389c</ClassifiedApplicationId>
<ClassifiedItemId>be0c7da9-38f9-43ee-b730-133ff271d4b5</ClassifiedItemId>
<InvoiceId>afb4c884-3410-4204-b8ef-20248c6ddb19</InvoiceId>
<MemberId>sample string 1</MemberId>
<PaymentGatewayTransactionRef>sample string 2</PaymentGatewayTransactionRef>
<PaymentSuccessful>true</PaymentSuccessful>
<ProductId>5d674a14-df6d-4db5-b43a-fbb2ae4eb671</ProductId>
<SubscriptionId>000cba69-359e-462f-ad20-87d33381a269</SubscriptionId>
</WorkflowSaveResponseModel>