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": "f577c71f-6a2a-42c4-bf1d-d9f0d0cf90ee",
"WorkflowId": "81123fc0-9e86-4d34-ad4d-c9231cff8c6c",
"CurrentStepId": "04fd78f4-de52-45c1-855f-26f523796d82",
"UserId": "35ed0987-b64a-4d2c-9650-0d91b46a3e9c",
"CPDId": "b2839f55-3daa-4d8e-b7d4-7be2edde1e45",
"CPDPeriodId": "6665ac10-1515-4274-bd3d-eac954204a97",
"WaitlistEventId": "31c91306-ea0e-47a5-8ae9-7df86f90e7d9",
"WaitlistTicketTypeId": "85e3cb93-4f44-4b64-9f00-fb69ec141891",
"CPDReductionId": "a633c58c-f01c-43a3-8e13-3be776832de3",
"CartId": "5dd6a408-05ea-4a5a-a308-c33daf9a92cc",
"InvoiceId": "257833b0-9612-4caa-8495-eea9358001a5",
"EntityId": "71f5b602-555e-4ff8-8329-e0b4ed57e850",
"EntityType": "sample string 4",
"Created": "2026-03-24T08:29:42.9945594+00:00",
"LastModifiedDate": "2026-03-24T08:29:42.9945594+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": [
"afe948db-4e64-4477-97bc-b137a697632e",
"1a989271-8766-436c-b15e-0f2316848388"
],
"SubmitTimes": [
{
"StepId": "87ae2d11-8b45-493a-86d6-166b365525cb",
"StepName": "sample string 2",
"SubmittedTime": "2026-03-24T08:29:42.9945594+00:00",
"SubmittedById": "53509528-37d5-4a0e-b2cb-d2a1c1d880af",
"SubmittedBy": "sample string 5"
},
{
"StepId": "87ae2d11-8b45-493a-86d6-166b365525cb",
"StepName": "sample string 2",
"SubmittedTime": "2026-03-24T08:29:42.9945594+00:00",
"SubmittedById": "53509528-37d5-4a0e-b2cb-d2a1c1d880af",
"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>b2839f55-3daa-4d8e-b7d4-7be2edde1e45</CPDId>
<CPDPeriodId>6665ac10-1515-4274-bd3d-eac954204a97</CPDPeriodId>
<CPDReductionId>a633c58c-f01c-43a3-8e13-3be776832de3</CPDReductionId>
<CartId>5dd6a408-05ea-4a5a-a308-c33daf9a92cc</CartId>
<Created>2026-03-24T08:29:42.9945594+00:00</Created>
<CurrentStepId>04fd78f4-de52-45c1-855f-26f523796d82</CurrentStepId>
<EntityId>71f5b602-555e-4ff8-8329-e0b4ed57e850</EntityId>
<EntityType>sample string 4</EntityType>
<Id>f577c71f-6a2a-42c4-bf1d-d9f0d0cf90ee</Id>
<InvoiceId>257833b0-9612-4caa-8495-eea9358001a5</InvoiceId>
<LastModifiedById>sample string 7</LastModifiedById>
<LastModifiedDate>2026-03-24T08:29:42.9945594+00:00</LastModifiedDate>
<PaymentGatewayTransactionRef>sample string 9</PaymentGatewayTransactionRef>
<PaymentSuccessful>true</PaymentSuccessful>
<PreviousStepIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>afe948db-4e64-4477-97bc-b137a697632e</d2p1:guid>
<d2p1:guid>1a989271-8766-436c-b15e-0f2316848388</d2p1:guid>
</PreviousStepIds>
<SubmitTimes>
<WorkflowPostedStepSubmitTime>
<StepId>87ae2d11-8b45-493a-86d6-166b365525cb</StepId>
<StepName>sample string 2</StepName>
<SubmittedBy>sample string 5</SubmittedBy>
<SubmittedById>53509528-37d5-4a0e-b2cb-d2a1c1d880af</SubmittedById>
<SubmittedTime>2026-03-24T08:29:42.9945594+00:00</SubmittedTime>
</WorkflowPostedStepSubmitTime>
<WorkflowPostedStepSubmitTime>
<StepId>87ae2d11-8b45-493a-86d6-166b365525cb</StepId>
<StepName>sample string 2</StepName>
<SubmittedBy>sample string 5</SubmittedBy>
<SubmittedById>53509528-37d5-4a0e-b2cb-d2a1c1d880af</SubmittedById>
<SubmittedTime>2026-03-24T08:29:42.9945594+00:00</SubmittedTime>
</WorkflowPostedStepSubmitTime>
</SubmitTimes>
<UserId>35ed0987-b64a-4d2c-9650-0d91b46a3e9c</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>31c91306-ea0e-47a5-8ae9-7df86f90e7d9</WaitlistEventId>
<WaitlistTicketTypeId>85e3cb93-4f44-4b64-9f00-fb69ec141891</WaitlistTicketTypeId>
<WorkflowId>81123fc0-9e86-4d34-ad4d-c9231cff8c6c</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": "ee2fe2ad-b767-4047-a432-04a380f57e6b",
"InvoiceId": "6d8d7c87-f244-4b3d-963f-cb581fe606c4",
"ClassifiedItemId": "e1b4c27a-556a-4c64-bb70-8d9c51fc57b5",
"ClassifiedApplicationId": "8ada88e1-22f2-4153-a59a-3a4a342dbe5a",
"PaymentSuccessful": true,
"PaymentGatewayTransactionRef": "sample string 2",
"ProductId": "94d75ec9-1f6f-4d34-9597-ff34977d1fdc",
"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>8ada88e1-22f2-4153-a59a-3a4a342dbe5a</ClassifiedApplicationId>
<ClassifiedItemId>e1b4c27a-556a-4c64-bb70-8d9c51fc57b5</ClassifiedItemId>
<InvoiceId>6d8d7c87-f244-4b3d-963f-cb581fe606c4</InvoiceId>
<MemberId>sample string 1</MemberId>
<PaymentGatewayTransactionRef>sample string 2</PaymentGatewayTransactionRef>
<PaymentSuccessful>true</PaymentSuccessful>
<ProductId>94d75ec9-1f6f-4d34-9597-ff34977d1fdc</ProductId>
<SubscriptionId>ee2fe2ad-b767-4047-a432-04a380f57e6b</SubscriptionId>
</WorkflowSaveResponseModel>