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": "62676e27-e093-4ff0-aa68-610df83d42f3",
"WorkflowId": "d1d4b458-b97d-468a-9f53-3ae5a54ee326",
"CurrentStepId": "fe568fd1-8f06-45c6-9cb1-e94705dfba4b",
"UserId": "db3cdaa3-cc5d-4801-97a7-4fcd0cd81c25",
"CPDId": "3f5ee876-6156-498b-ba3b-ae94ac27bc94",
"CPDPeriodId": "c12e42bc-0a8a-4a33-a9d9-b9670027d5eb",
"WaitlistEventId": "61624f04-1578-42b6-991b-e68d88d61e80",
"WaitlistTicketTypeId": "db03e23f-812f-4b79-adf9-a2d5f1ef66bf",
"CPDReductionId": "73c2a68e-6b1c-437d-bcf0-0fcf8558f454",
"CartId": "601e3844-b9cc-4c4c-afd8-81ee7143e48e",
"InvoiceId": "ffdab5f4-03a7-4c4e-b415-c898757f63de",
"EntityId": "9227826e-5f92-4d46-be79-a6b7a76ed194",
"EntityType": "sample string 4",
"Created": "2026-07-04T11:42:34.8951784+00:00",
"LastModifiedDate": "2026-07-04T11:42:34.8951784+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": [
"0cb4ed58-86f9-4919-ae75-a619ef20a27b",
"803f1b2c-e002-4f08-b3ed-956fa4df8bf8"
],
"SubmitTimes": [
{
"StepId": "dde7846e-b015-4c18-ad9e-8e055cf6e068",
"StepName": "sample string 2",
"SubmittedTime": "2026-07-04T11:42:34.8951784+00:00",
"SubmittedById": "1b85e7e9-9d5a-471f-a764-3b696792acf8",
"SubmittedBy": "sample string 5"
},
{
"StepId": "dde7846e-b015-4c18-ad9e-8e055cf6e068",
"StepName": "sample string 2",
"SubmittedTime": "2026-07-04T11:42:34.8951784+00:00",
"SubmittedById": "1b85e7e9-9d5a-471f-a764-3b696792acf8",
"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>3f5ee876-6156-498b-ba3b-ae94ac27bc94</CPDId>
<CPDPeriodId>c12e42bc-0a8a-4a33-a9d9-b9670027d5eb</CPDPeriodId>
<CPDReductionId>73c2a68e-6b1c-437d-bcf0-0fcf8558f454</CPDReductionId>
<CartId>601e3844-b9cc-4c4c-afd8-81ee7143e48e</CartId>
<Created>2026-07-04T11:42:34.8951784+00:00</Created>
<CurrentStepId>fe568fd1-8f06-45c6-9cb1-e94705dfba4b</CurrentStepId>
<EntityId>9227826e-5f92-4d46-be79-a6b7a76ed194</EntityId>
<EntityType>sample string 4</EntityType>
<Id>62676e27-e093-4ff0-aa68-610df83d42f3</Id>
<InvoiceId>ffdab5f4-03a7-4c4e-b415-c898757f63de</InvoiceId>
<LastModifiedById>sample string 7</LastModifiedById>
<LastModifiedDate>2026-07-04T11:42:34.8951784+00:00</LastModifiedDate>
<PaymentGatewayTransactionRef>sample string 9</PaymentGatewayTransactionRef>
<PaymentSuccessful>true</PaymentSuccessful>
<PreviousStepIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>0cb4ed58-86f9-4919-ae75-a619ef20a27b</d2p1:guid>
<d2p1:guid>803f1b2c-e002-4f08-b3ed-956fa4df8bf8</d2p1:guid>
</PreviousStepIds>
<SubmitTimes>
<WorkflowPostedStepSubmitTime>
<StepId>dde7846e-b015-4c18-ad9e-8e055cf6e068</StepId>
<StepName>sample string 2</StepName>
<SubmittedBy>sample string 5</SubmittedBy>
<SubmittedById>1b85e7e9-9d5a-471f-a764-3b696792acf8</SubmittedById>
<SubmittedTime>2026-07-04T11:42:34.8951784+00:00</SubmittedTime>
</WorkflowPostedStepSubmitTime>
<WorkflowPostedStepSubmitTime>
<StepId>dde7846e-b015-4c18-ad9e-8e055cf6e068</StepId>
<StepName>sample string 2</StepName>
<SubmittedBy>sample string 5</SubmittedBy>
<SubmittedById>1b85e7e9-9d5a-471f-a764-3b696792acf8</SubmittedById>
<SubmittedTime>2026-07-04T11:42:34.8951784+00:00</SubmittedTime>
</WorkflowPostedStepSubmitTime>
</SubmitTimes>
<UserId>db3cdaa3-cc5d-4801-97a7-4fcd0cd81c25</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>61624f04-1578-42b6-991b-e68d88d61e80</WaitlistEventId>
<WaitlistTicketTypeId>db03e23f-812f-4b79-adf9-a2d5f1ef66bf</WaitlistTicketTypeId>
<WorkflowId>d1d4b458-b97d-468a-9f53-3ae5a54ee326</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": "cd601d62-d87b-49bc-bf05-d1ae6aaaafa9",
"InvoiceId": "2f9d50d9-66f7-46f0-a12d-9748ce85c5f0",
"ClassifiedItemId": "aa473e0c-55e4-4029-bfce-661596dea47a",
"ClassifiedApplicationId": "3edc5aec-fe4f-4fff-b3aa-3327ac2f4528",
"PaymentSuccessful": true,
"PaymentGatewayTransactionRef": "sample string 2",
"ProductId": "74cd552f-2c83-4795-baf4-5ae581ba7f12",
"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>3edc5aec-fe4f-4fff-b3aa-3327ac2f4528</ClassifiedApplicationId>
<ClassifiedItemId>aa473e0c-55e4-4029-bfce-661596dea47a</ClassifiedItemId>
<InvoiceId>2f9d50d9-66f7-46f0-a12d-9748ce85c5f0</InvoiceId>
<MemberId>sample string 1</MemberId>
<PaymentGatewayTransactionRef>sample string 2</PaymentGatewayTransactionRef>
<PaymentSuccessful>true</PaymentSuccessful>
<ProductId>74cd552f-2c83-4795-baf4-5ae581ba7f12</ProductId>
<SubscriptionId>cd601d62-d87b-49bc-bf05-d1ae6aaaafa9</SubscriptionId>
</WorkflowSaveResponseModel>