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": "87ba423f-05a6-47d8-8aa7-e377c6945479",
"WorkflowId": "70391ea8-4af4-4e59-b494-8aa46a3e608e",
"CurrentStepId": "4bc012d2-a237-4b29-ae50-e3fc82da9934",
"UserId": "f4bb4fc9-ab04-4c0e-8605-f88926a035da",
"CPDId": "fc6745bb-d090-4b68-b923-6b0c433e6149",
"CPDPeriodId": "5946d985-10b0-43b3-984c-46b2158fd51e",
"WaitlistEventId": "fceb3a24-6b19-4adc-bc18-32ff39842df1",
"WaitlistTicketTypeId": "bab3712f-b48a-40d9-b133-a676284c67e9",
"CPDReductionId": "318fc347-42d8-44c0-8420-6da67fbed045",
"CartId": "e7333ba6-ae01-4eb7-925e-661d58697771",
"InvoiceId": "678deae7-76b6-4a69-8981-7548ea87f4f9",
"EntityId": "9645e1c2-cbd4-4cdd-b392-6624201aadab",
"EntityType": "sample string 4",
"Created": "2026-02-05T00:58:19.0381653+00:00",
"LastModifiedDate": "2026-02-05T00:58:19.0381653+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": [
"d39ede90-9357-478a-a0c6-ffef4319cbd1",
"8cc0b697-2108-4c1d-96a6-6ada25d37843"
],
"SubmitTimes": [
{
"StepId": "9e40ccf6-09e6-4913-be1b-85fb7ac49fb5",
"StepName": "sample string 2",
"SubmittedTime": "2026-02-05T00:58:19.0537918+00:00",
"SubmittedById": "836ba3df-9bc7-4c68-8ee4-fe0614fced06",
"SubmittedBy": "sample string 5"
},
{
"StepId": "9e40ccf6-09e6-4913-be1b-85fb7ac49fb5",
"StepName": "sample string 2",
"SubmittedTime": "2026-02-05T00:58:19.0537918+00:00",
"SubmittedById": "836ba3df-9bc7-4c68-8ee4-fe0614fced06",
"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>fc6745bb-d090-4b68-b923-6b0c433e6149</CPDId>
<CPDPeriodId>5946d985-10b0-43b3-984c-46b2158fd51e</CPDPeriodId>
<CPDReductionId>318fc347-42d8-44c0-8420-6da67fbed045</CPDReductionId>
<CartId>e7333ba6-ae01-4eb7-925e-661d58697771</CartId>
<Created>2026-02-05T00:58:19.0381653+00:00</Created>
<CurrentStepId>4bc012d2-a237-4b29-ae50-e3fc82da9934</CurrentStepId>
<EntityId>9645e1c2-cbd4-4cdd-b392-6624201aadab</EntityId>
<EntityType>sample string 4</EntityType>
<Id>87ba423f-05a6-47d8-8aa7-e377c6945479</Id>
<InvoiceId>678deae7-76b6-4a69-8981-7548ea87f4f9</InvoiceId>
<LastModifiedById>sample string 7</LastModifiedById>
<LastModifiedDate>2026-02-05T00:58:19.0381653+00:00</LastModifiedDate>
<PaymentGatewayTransactionRef>sample string 9</PaymentGatewayTransactionRef>
<PaymentSuccessful>true</PaymentSuccessful>
<PreviousStepIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>d39ede90-9357-478a-a0c6-ffef4319cbd1</d2p1:guid>
<d2p1:guid>8cc0b697-2108-4c1d-96a6-6ada25d37843</d2p1:guid>
</PreviousStepIds>
<SubmitTimes>
<WorkflowPostedStepSubmitTime>
<StepId>9e40ccf6-09e6-4913-be1b-85fb7ac49fb5</StepId>
<StepName>sample string 2</StepName>
<SubmittedBy>sample string 5</SubmittedBy>
<SubmittedById>836ba3df-9bc7-4c68-8ee4-fe0614fced06</SubmittedById>
<SubmittedTime>2026-02-05T00:58:19.0537918+00:00</SubmittedTime>
</WorkflowPostedStepSubmitTime>
<WorkflowPostedStepSubmitTime>
<StepId>9e40ccf6-09e6-4913-be1b-85fb7ac49fb5</StepId>
<StepName>sample string 2</StepName>
<SubmittedBy>sample string 5</SubmittedBy>
<SubmittedById>836ba3df-9bc7-4c68-8ee4-fe0614fced06</SubmittedById>
<SubmittedTime>2026-02-05T00:58:19.0537918+00:00</SubmittedTime>
</WorkflowPostedStepSubmitTime>
</SubmitTimes>
<UserId>f4bb4fc9-ab04-4c0e-8605-f88926a035da</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>fceb3a24-6b19-4adc-bc18-32ff39842df1</WaitlistEventId>
<WaitlistTicketTypeId>bab3712f-b48a-40d9-b133-a676284c67e9</WaitlistTicketTypeId>
<WorkflowId>70391ea8-4af4-4e59-b494-8aa46a3e608e</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": "edec3198-bbc7-4c02-80c4-a11738645322",
"InvoiceId": "9fafacb9-6b78-4d63-8568-2b826ca3d411",
"ClassifiedItemId": "da5ad2de-da50-4ef2-bb54-29d4cf483b55",
"ClassifiedApplicationId": "530cb843-9809-41fe-bb10-a767d6f77335",
"PaymentSuccessful": true,
"PaymentGatewayTransactionRef": "sample string 2",
"ProductId": "96e2fa3d-8cee-4fec-bcc6-446036eeec4b",
"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>530cb843-9809-41fe-bb10-a767d6f77335</ClassifiedApplicationId>
<ClassifiedItemId>da5ad2de-da50-4ef2-bb54-29d4cf483b55</ClassifiedItemId>
<InvoiceId>9fafacb9-6b78-4d63-8568-2b826ca3d411</InvoiceId>
<MemberId>sample string 1</MemberId>
<PaymentGatewayTransactionRef>sample string 2</PaymentGatewayTransactionRef>
<PaymentSuccessful>true</PaymentSuccessful>
<ProductId>96e2fa3d-8cee-4fec-bcc6-446036eeec4b</ProductId>
<SubscriptionId>edec3198-bbc7-4c02-80c4-a11738645322</SubscriptionId>
</WorkflowSaveResponseModel>