POST 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": "8bd44a94-f604-4dbc-9649-06ee07a87cdc",
"WorkflowId": "b582ef84-2c0a-4777-90ea-b4f5577f2bb7",
"CurrentStepId": "cbc33469-53c8-4e61-8b3b-5774878376ea",
"UserId": "b29f41ba-8668-431b-bb05-d6bf476d0759",
"CPDId": "91558660-cec8-419a-81b4-889640375e0a",
"CPDPeriodId": "09188c6f-98d4-4e79-bafa-a00dd143c2f9",
"WaitlistEventId": "77209afe-e395-40cb-937f-dd5afad53a36",
"WaitlistTicketTypeId": "0997ee16-8851-4fc6-a6e2-4806a76948af",
"CPDReductionId": "cf67107b-294e-4b2e-9479-729edd75f9ee",
"CartId": "0b634d89-8704-411a-a56e-b65096c29dd8",
"InvoiceId": "10b697ab-1626-4107-beea-73b37a27a4c5",
"EntityId": "d1fa1228-589f-4817-8c45-e0389dce59a3",
"EntityType": "sample string 4",
"Created": "2025-12-21T09:36:37.9220811+00:00",
"LastModifiedDate": "2025-12-21T09:36:37.9220811+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": [
"554b9142-b928-4f08-8e17-cb4255296a00",
"5ffea740-7c23-4b9e-97ed-40f0d5ce7a5b"
],
"SubmitTimes": [
{
"StepId": "161f6db8-67d8-4ab8-86f9-683ad039b6cc",
"StepName": "sample string 2",
"SubmittedTime": "2025-12-21T09:36:37.9220811+00:00",
"SubmittedById": "7dff7cdf-984b-416b-a63b-0600052fad4d",
"SubmittedBy": "sample string 5"
},
{
"StepId": "161f6db8-67d8-4ab8-86f9-683ad039b6cc",
"StepName": "sample string 2",
"SubmittedTime": "2025-12-21T09:36:37.9220811+00:00",
"SubmittedById": "7dff7cdf-984b-416b-a63b-0600052fad4d",
"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>91558660-cec8-419a-81b4-889640375e0a</CPDId>
<CPDPeriodId>09188c6f-98d4-4e79-bafa-a00dd143c2f9</CPDPeriodId>
<CPDReductionId>cf67107b-294e-4b2e-9479-729edd75f9ee</CPDReductionId>
<CartId>0b634d89-8704-411a-a56e-b65096c29dd8</CartId>
<Created>2025-12-21T09:36:37.9220811+00:00</Created>
<CurrentStepId>cbc33469-53c8-4e61-8b3b-5774878376ea</CurrentStepId>
<EntityId>d1fa1228-589f-4817-8c45-e0389dce59a3</EntityId>
<EntityType>sample string 4</EntityType>
<Id>8bd44a94-f604-4dbc-9649-06ee07a87cdc</Id>
<InvoiceId>10b697ab-1626-4107-beea-73b37a27a4c5</InvoiceId>
<LastModifiedById>sample string 7</LastModifiedById>
<LastModifiedDate>2025-12-21T09:36:37.9220811+00:00</LastModifiedDate>
<PaymentGatewayTransactionRef>sample string 9</PaymentGatewayTransactionRef>
<PaymentSuccessful>true</PaymentSuccessful>
<PreviousStepIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>554b9142-b928-4f08-8e17-cb4255296a00</d2p1:guid>
<d2p1:guid>5ffea740-7c23-4b9e-97ed-40f0d5ce7a5b</d2p1:guid>
</PreviousStepIds>
<SubmitTimes>
<WorkflowPostedStepSubmitTime>
<StepId>161f6db8-67d8-4ab8-86f9-683ad039b6cc</StepId>
<StepName>sample string 2</StepName>
<SubmittedBy>sample string 5</SubmittedBy>
<SubmittedById>7dff7cdf-984b-416b-a63b-0600052fad4d</SubmittedById>
<SubmittedTime>2025-12-21T09:36:37.9220811+00:00</SubmittedTime>
</WorkflowPostedStepSubmitTime>
<WorkflowPostedStepSubmitTime>
<StepId>161f6db8-67d8-4ab8-86f9-683ad039b6cc</StepId>
<StepName>sample string 2</StepName>
<SubmittedBy>sample string 5</SubmittedBy>
<SubmittedById>7dff7cdf-984b-416b-a63b-0600052fad4d</SubmittedById>
<SubmittedTime>2025-12-21T09:36:37.9220811+00:00</SubmittedTime>
</WorkflowPostedStepSubmitTime>
</SubmitTimes>
<UserId>b29f41ba-8668-431b-bb05-d6bf476d0759</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>77209afe-e395-40cb-937f-dd5afad53a36</WaitlistEventId>
<WaitlistTicketTypeId>0997ee16-8851-4fc6-a6e2-4806a76948af</WaitlistTicketTypeId>
<WorkflowId>b582ef84-2c0a-4777-90ea-b4f5577f2bb7</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": "097c48c0-fa65-40b5-8c2b-d0a846f472e5",
"InvoiceId": "30c29f67-9320-47eb-bc43-1ca240434c84",
"ClassifiedItemId": "be6e6ec0-0e8e-409e-ba37-b5efd4326133",
"ClassifiedApplicationId": "cdcfe014-53a0-427a-b0a9-f7759bd683dd",
"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>cdcfe014-53a0-427a-b0a9-f7759bd683dd</ClassifiedApplicationId>
<ClassifiedItemId>be6e6ec0-0e8e-409e-ba37-b5efd4326133</ClassifiedItemId>
<InvoiceId>30c29f67-9320-47eb-bc43-1ca240434c84</InvoiceId>
<MemberId>sample string 1</MemberId>
<PaymentGatewayTransactionRef>sample string 2</PaymentGatewayTransactionRef>
<PaymentSuccessful>true</PaymentSuccessful>
<SubscriptionId>097c48c0-fa65-40b5-8c2b-d0a846f472e5</SubscriptionId>
</WorkflowSaveResponseModel>