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": "c5c8f3db-8a7c-4fac-97ba-8a7a553ccbeb",
"WorkflowId": "6d354d8e-d3e5-4a66-aaca-7ac600a04a00",
"CurrentStepId": "9e3608fa-151e-495a-9327-534268ae8271",
"UserId": "a7585640-af00-45d1-a5ca-3470b7b3b300",
"CPDId": "b84c7a70-e768-49b1-b394-60673cd7a0b8",
"CPDPeriodId": "53d341e4-4886-4a2b-94c6-7cd041972025",
"WaitlistEventId": "b8376ae9-57b8-4361-9af0-9485d346fd7a",
"WaitlistTicketTypeId": "550f4e4d-843c-4cac-9129-35be29c54b1f",
"CPDReductionId": "22c6df87-07ac-4684-87ff-fdff1577c230",
"CartId": "fff9c836-728f-463a-a9b0-92f510384749",
"InvoiceId": "dcc4e220-1385-413b-afa1-e26c984c2150",
"EntityId": "62caf56e-df90-4f64-bad7-f1f75983525b",
"EntityType": "sample string 4",
"Created": "2026-05-18T15:41:14.3525219+10:00",
"LastModifiedDate": "2026-05-18T15:41:14.3525219+10: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": [
"ea605504-fe2e-4269-ac8b-20590f56732f",
"2d773602-bd89-48d4-8b60-6e1ef017b077"
],
"SubmitTimes": [
{
"StepId": "da50090c-da6c-4709-b99e-3466613a275f",
"StepName": "sample string 2",
"SubmittedTime": "2026-05-18T15:41:14.3525219+10:00",
"SubmittedById": "836d3409-6757-4591-a4fe-29eafdee0304",
"SubmittedBy": "sample string 5"
},
{
"StepId": "da50090c-da6c-4709-b99e-3466613a275f",
"StepName": "sample string 2",
"SubmittedTime": "2026-05-18T15:41:14.3525219+10:00",
"SubmittedById": "836d3409-6757-4591-a4fe-29eafdee0304",
"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>b84c7a70-e768-49b1-b394-60673cd7a0b8</CPDId>
<CPDPeriodId>53d341e4-4886-4a2b-94c6-7cd041972025</CPDPeriodId>
<CPDReductionId>22c6df87-07ac-4684-87ff-fdff1577c230</CPDReductionId>
<CartId>fff9c836-728f-463a-a9b0-92f510384749</CartId>
<Created>2026-05-18T15:41:14.3525219+10:00</Created>
<CurrentStepId>9e3608fa-151e-495a-9327-534268ae8271</CurrentStepId>
<EntityId>62caf56e-df90-4f64-bad7-f1f75983525b</EntityId>
<EntityType>sample string 4</EntityType>
<Id>c5c8f3db-8a7c-4fac-97ba-8a7a553ccbeb</Id>
<InvoiceId>dcc4e220-1385-413b-afa1-e26c984c2150</InvoiceId>
<LastModifiedById>sample string 7</LastModifiedById>
<LastModifiedDate>2026-05-18T15:41:14.3525219+10:00</LastModifiedDate>
<PaymentGatewayTransactionRef>sample string 9</PaymentGatewayTransactionRef>
<PaymentSuccessful>true</PaymentSuccessful>
<PreviousStepIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>ea605504-fe2e-4269-ac8b-20590f56732f</d2p1:guid>
<d2p1:guid>2d773602-bd89-48d4-8b60-6e1ef017b077</d2p1:guid>
</PreviousStepIds>
<SubmitTimes>
<WorkflowPostedStepSubmitTime>
<StepId>da50090c-da6c-4709-b99e-3466613a275f</StepId>
<StepName>sample string 2</StepName>
<SubmittedBy>sample string 5</SubmittedBy>
<SubmittedById>836d3409-6757-4591-a4fe-29eafdee0304</SubmittedById>
<SubmittedTime>2026-05-18T15:41:14.3525219+10:00</SubmittedTime>
</WorkflowPostedStepSubmitTime>
<WorkflowPostedStepSubmitTime>
<StepId>da50090c-da6c-4709-b99e-3466613a275f</StepId>
<StepName>sample string 2</StepName>
<SubmittedBy>sample string 5</SubmittedBy>
<SubmittedById>836d3409-6757-4591-a4fe-29eafdee0304</SubmittedById>
<SubmittedTime>2026-05-18T15:41:14.3525219+10:00</SubmittedTime>
</WorkflowPostedStepSubmitTime>
</SubmitTimes>
<UserId>a7585640-af00-45d1-a5ca-3470b7b3b300</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>b8376ae9-57b8-4361-9af0-9485d346fd7a</WaitlistEventId>
<WaitlistTicketTypeId>550f4e4d-843c-4cac-9129-35be29c54b1f</WaitlistTicketTypeId>
<WorkflowId>6d354d8e-d3e5-4a66-aaca-7ac600a04a00</WorkflowId>
<WorkflowName>sample string 8</WorkflowName>
</WorkflowPostedFieldsRequestModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
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": "815bc162-130e-4b88-b939-b1b7750ffa8c",
"InvoiceId": "7fed5656-0f83-48a5-a34f-8ffc14e4f082",
"ClassifiedItemId": "e50e3050-a49f-4a9c-b87a-9c99f5a610a0",
"ClassifiedApplicationId": "42dddb10-64a3-472a-b193-f7d6c3f560d4",
"PaymentSuccessful": true,
"PaymentGatewayTransactionRef": "sample string 2",
"ProductId": "ecc3905a-437e-4d29-86ac-7998e35b9d39",
"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>42dddb10-64a3-472a-b193-f7d6c3f560d4</ClassifiedApplicationId>
<ClassifiedItemId>e50e3050-a49f-4a9c-b87a-9c99f5a610a0</ClassifiedItemId>
<InvoiceId>7fed5656-0f83-48a5-a34f-8ffc14e4f082</InvoiceId>
<MemberId>sample string 1</MemberId>
<PaymentGatewayTransactionRef>sample string 2</PaymentGatewayTransactionRef>
<PaymentSuccessful>true</PaymentSuccessful>
<ProductId>ecc3905a-437e-4d29-86ac-7998e35b9d39</ProductId>
<SubscriptionId>815bc162-130e-4b88-b939-b1b7750ffa8c</SubscriptionId>
</WorkflowSaveResponseModel>