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": "cbc7f725-9856-47f4-b22a-5b036152c1d4",
"WorkflowId": "9e4c975e-1801-4023-90e2-175de7c158ca",
"CurrentStepId": "e2753a93-7e01-4b5d-845b-1dd0057f3720",
"UserId": "e5525bd7-7d42-46c1-b306-385abf81b0b3",
"CPDId": "01417f54-f907-4ab4-b393-ba19e58ca321",
"CPDPeriodId": "ebef58e8-d6b1-445c-ac83-f1921c1c5211",
"WaitlistEventId": "b0b2d9b7-3e8d-4bd4-b8b8-ef5bad669ce2",
"WaitlistTicketTypeId": "6399ec9d-3823-4d05-a2fa-3ec244a71738",
"CPDReductionId": "5952529c-f969-40ac-b915-981472aab0ea",
"CartId": "535581e6-d8c9-4a4e-8c3c-597e3b5bb1a1",
"InvoiceId": "ea647855-11f7-4c79-b9a8-a25ee43ea36d",
"EntityId": "136bf78a-2b07-4fa0-9c05-825ed42032c9",
"EntityType": "sample string 4",
"Created": "2025-11-01T20:53:44.1048267+00:00",
"LastModifiedDate": "2025-11-01T20:53:44.1048267+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": [
"ad173ad0-7408-41c3-9f46-e9a6266c8a3c",
"e5f9e2f1-569c-4be9-9759-e1c204a7ef5d"
],
"SubmitTimes": [
{
"StepId": "595496cf-b777-48ec-85d6-bd56f9f155de",
"StepName": "sample string 2",
"SubmittedTime": "2025-11-01T20:53:44.1048267+00:00",
"SubmittedById": "3879ab9c-d672-4832-991b-09b4fa734699",
"SubmittedBy": "sample string 5"
},
{
"StepId": "595496cf-b777-48ec-85d6-bd56f9f155de",
"StepName": "sample string 2",
"SubmittedTime": "2025-11-01T20:53:44.1048267+00:00",
"SubmittedById": "3879ab9c-d672-4832-991b-09b4fa734699",
"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>01417f54-f907-4ab4-b393-ba19e58ca321</CPDId>
<CPDPeriodId>ebef58e8-d6b1-445c-ac83-f1921c1c5211</CPDPeriodId>
<CPDReductionId>5952529c-f969-40ac-b915-981472aab0ea</CPDReductionId>
<CartId>535581e6-d8c9-4a4e-8c3c-597e3b5bb1a1</CartId>
<Created>2025-11-01T20:53:44.1048267+00:00</Created>
<CurrentStepId>e2753a93-7e01-4b5d-845b-1dd0057f3720</CurrentStepId>
<EntityId>136bf78a-2b07-4fa0-9c05-825ed42032c9</EntityId>
<EntityType>sample string 4</EntityType>
<Id>cbc7f725-9856-47f4-b22a-5b036152c1d4</Id>
<InvoiceId>ea647855-11f7-4c79-b9a8-a25ee43ea36d</InvoiceId>
<LastModifiedById>sample string 7</LastModifiedById>
<LastModifiedDate>2025-11-01T20:53:44.1048267+00:00</LastModifiedDate>
<PaymentGatewayTransactionRef>sample string 9</PaymentGatewayTransactionRef>
<PaymentSuccessful>true</PaymentSuccessful>
<PreviousStepIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>ad173ad0-7408-41c3-9f46-e9a6266c8a3c</d2p1:guid>
<d2p1:guid>e5f9e2f1-569c-4be9-9759-e1c204a7ef5d</d2p1:guid>
</PreviousStepIds>
<SubmitTimes>
<WorkflowPostedStepSubmitTime>
<StepId>595496cf-b777-48ec-85d6-bd56f9f155de</StepId>
<StepName>sample string 2</StepName>
<SubmittedBy>sample string 5</SubmittedBy>
<SubmittedById>3879ab9c-d672-4832-991b-09b4fa734699</SubmittedById>
<SubmittedTime>2025-11-01T20:53:44.1048267+00:00</SubmittedTime>
</WorkflowPostedStepSubmitTime>
<WorkflowPostedStepSubmitTime>
<StepId>595496cf-b777-48ec-85d6-bd56f9f155de</StepId>
<StepName>sample string 2</StepName>
<SubmittedBy>sample string 5</SubmittedBy>
<SubmittedById>3879ab9c-d672-4832-991b-09b4fa734699</SubmittedById>
<SubmittedTime>2025-11-01T20:53:44.1048267+00:00</SubmittedTime>
</WorkflowPostedStepSubmitTime>
</SubmitTimes>
<UserId>e5525bd7-7d42-46c1-b306-385abf81b0b3</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>b0b2d9b7-3e8d-4bd4-b8b8-ef5bad669ce2</WaitlistEventId>
<WaitlistTicketTypeId>6399ec9d-3823-4d05-a2fa-3ec244a71738</WaitlistTicketTypeId>
<WorkflowId>9e4c975e-1801-4023-90e2-175de7c158ca</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. |
|
| Result | ResponseResult |
None. |
Response Formats
application/json, text/json
Sample:
{
"MemberId": "sample string 1",
"SubscriptionId": "c0bac2e0-9535-4a07-ad49-2e9def6a840e",
"InvoiceId": "ff66c310-16a8-480e-a2f9-f99ebd435b2b",
"ClassifiedItemId": "39a4eeaa-d6b3-4ea6-82ef-ea2ca2569375",
"ClassifiedApplicationId": "73c2eebe-b5d0-4fbc-9eb7-bf9ebcfac899",
"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>
<ClassifiedApplicationId>73c2eebe-b5d0-4fbc-9eb7-bf9ebcfac899</ClassifiedApplicationId>
<ClassifiedItemId>39a4eeaa-d6b3-4ea6-82ef-ea2ca2569375</ClassifiedItemId>
<InvoiceId>ff66c310-16a8-480e-a2f9-f99ebd435b2b</InvoiceId>
<MemberId>sample string 1</MemberId>
<PaymentGatewayTransactionRef>sample string 2</PaymentGatewayTransactionRef>
<PaymentSuccessful>true</PaymentSuccessful>
<SubscriptionId>c0bac2e0-9535-4a07-ad49-2e9def6a840e</SubscriptionId>
</WorkflowSaveResponseModel>