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": "999ccc0a-f6f1-444d-b4ca-3415097d7ab4",
"WorkflowId": "f1a36d16-8c72-43bd-ae65-0a47634f7d7c",
"CurrentStepId": "41b652e6-0e52-4a54-a244-dfc449f5ba2b",
"UserId": "9bf5fc39-e9af-4747-9873-3c90830717c6",
"CPDId": "74bac806-0777-41b1-a390-0a89bb8aab62",
"CPDPeriodId": "fe58686b-55e1-449e-b3e5-ab4753e05818",
"WaitlistEventId": "1ce41be8-9046-4dc1-be3e-f1e2fc7c747c",
"WaitlistTicketTypeId": "e7f2fb00-aa19-4cde-9608-149df09f4074",
"CPDReductionId": "fc0a88e9-114b-407b-a255-331fd7bf89b6",
"CartId": "bdbbf3a6-0902-4ce9-80c5-5e274a7d78b6",
"InvoiceId": "d2731a59-4bcc-4590-9959-052de0e5282e",
"EntityId": "39c4d421-ee40-4c52-9478-2fffee481d3a",
"EntityType": "sample string 4",
"Created": "2025-12-21T09:36:53.812933+00:00",
"LastModifiedDate": "2025-12-21T09:36:53.812933+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": [
"eee8a568-9721-4490-8a78-dff045d22b1b",
"cefd485d-7d65-4c4d-b7ec-01d63fa29b36"
],
"SubmitTimes": [
{
"StepId": "2cfd7b8d-2f32-43fc-bb48-4897f6d20b37",
"StepName": "sample string 2",
"SubmittedTime": "2025-12-21T09:36:53.812933+00:00",
"SubmittedById": "5203a6ca-8f4a-49d8-93de-716cb7aeb409",
"SubmittedBy": "sample string 5"
},
{
"StepId": "2cfd7b8d-2f32-43fc-bb48-4897f6d20b37",
"StepName": "sample string 2",
"SubmittedTime": "2025-12-21T09:36:53.812933+00:00",
"SubmittedById": "5203a6ca-8f4a-49d8-93de-716cb7aeb409",
"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>74bac806-0777-41b1-a390-0a89bb8aab62</CPDId>
<CPDPeriodId>fe58686b-55e1-449e-b3e5-ab4753e05818</CPDPeriodId>
<CPDReductionId>fc0a88e9-114b-407b-a255-331fd7bf89b6</CPDReductionId>
<CartId>bdbbf3a6-0902-4ce9-80c5-5e274a7d78b6</CartId>
<Created>2025-12-21T09:36:53.812933+00:00</Created>
<CurrentStepId>41b652e6-0e52-4a54-a244-dfc449f5ba2b</CurrentStepId>
<EntityId>39c4d421-ee40-4c52-9478-2fffee481d3a</EntityId>
<EntityType>sample string 4</EntityType>
<Id>999ccc0a-f6f1-444d-b4ca-3415097d7ab4</Id>
<InvoiceId>d2731a59-4bcc-4590-9959-052de0e5282e</InvoiceId>
<LastModifiedById>sample string 7</LastModifiedById>
<LastModifiedDate>2025-12-21T09:36:53.812933+00:00</LastModifiedDate>
<PaymentGatewayTransactionRef>sample string 9</PaymentGatewayTransactionRef>
<PaymentSuccessful>true</PaymentSuccessful>
<PreviousStepIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>eee8a568-9721-4490-8a78-dff045d22b1b</d2p1:guid>
<d2p1:guid>cefd485d-7d65-4c4d-b7ec-01d63fa29b36</d2p1:guid>
</PreviousStepIds>
<SubmitTimes>
<WorkflowPostedStepSubmitTime>
<StepId>2cfd7b8d-2f32-43fc-bb48-4897f6d20b37</StepId>
<StepName>sample string 2</StepName>
<SubmittedBy>sample string 5</SubmittedBy>
<SubmittedById>5203a6ca-8f4a-49d8-93de-716cb7aeb409</SubmittedById>
<SubmittedTime>2025-12-21T09:36:53.812933+00:00</SubmittedTime>
</WorkflowPostedStepSubmitTime>
<WorkflowPostedStepSubmitTime>
<StepId>2cfd7b8d-2f32-43fc-bb48-4897f6d20b37</StepId>
<StepName>sample string 2</StepName>
<SubmittedBy>sample string 5</SubmittedBy>
<SubmittedById>5203a6ca-8f4a-49d8-93de-716cb7aeb409</SubmittedById>
<SubmittedTime>2025-12-21T09:36:53.812933+00:00</SubmittedTime>
</WorkflowPostedStepSubmitTime>
</SubmitTimes>
<UserId>9bf5fc39-e9af-4747-9873-3c90830717c6</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>1ce41be8-9046-4dc1-be3e-f1e2fc7c747c</WaitlistEventId>
<WaitlistTicketTypeId>e7f2fb00-aa19-4cde-9608-149df09f4074</WaitlistTicketTypeId>
<WorkflowId>f1a36d16-8c72-43bd-ae65-0a47634f7d7c</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": "c92ccb2f-c4e8-4cca-b19d-b4e468e45f85",
"InvoiceId": "1d6d2f7c-8857-46cf-8fa6-6642a6489a0d",
"ClassifiedItemId": "8cd73fef-999c-4e6e-aca8-2469a3a1fa01",
"ClassifiedApplicationId": "e6ff4ef3-92f4-401b-b976-321098c7d698",
"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>e6ff4ef3-92f4-401b-b976-321098c7d698</ClassifiedApplicationId>
<ClassifiedItemId>8cd73fef-999c-4e6e-aca8-2469a3a1fa01</ClassifiedItemId>
<InvoiceId>1d6d2f7c-8857-46cf-8fa6-6642a6489a0d</InvoiceId>
<MemberId>sample string 1</MemberId>
<PaymentGatewayTransactionRef>sample string 2</PaymentGatewayTransactionRef>
<PaymentSuccessful>true</PaymentSuccessful>
<SubscriptionId>c92ccb2f-c4e8-4cca-b19d-b4e468e45f85</SubscriptionId>
</WorkflowSaveResponseModel>