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": "63f0cbc8-b11c-4529-b0f2-f8412b99db91",
"WorkflowId": "c0494534-7877-4160-96ff-10bb7e0e2509",
"CurrentStepId": "91c61d29-7264-4846-8a2b-01f4729b3d30",
"UserId": "0cebd559-6704-4ca6-92a0-6d2f0cab7ecb",
"CPDId": "7048009d-080a-47d1-9c7e-29be54480e0e",
"CPDPeriodId": "055bdd5d-ca3f-418d-ac6c-84d594d881a3",
"WaitlistEventId": "399babcd-70df-45f5-b8c6-babc54e8f052",
"WaitlistTicketTypeId": "092d6d9e-8528-4524-8d0a-b5b36132a1ff",
"CPDReductionId": "0ba44337-aded-4196-9407-3b2ae83b31f4",
"CartId": "505fab86-9024-4f34-b073-6bb81bc1ec22",
"InvoiceId": "865a1d76-1a3b-4401-9c44-5354df211675",
"EntityId": "5d272520-daec-450b-b461-825c1201d08f",
"EntityType": "sample string 4",
"Created": "2026-04-03T09:08:34.1169147+11:00",
"LastModifiedDate": "2026-04-03T09:08:34.1169147+11: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": [
"7bd4bf4e-3e6e-4fd4-af84-6f71ecf0e703",
"e9336e6c-682e-4a6b-bd97-964c4d844190"
],
"SubmitTimes": [
{
"StepId": "bdf254ee-9eba-4424-8534-c7f7f57e029a",
"StepName": "sample string 2",
"SubmittedTime": "2026-04-03T09:08:34.1189123+11:00",
"SubmittedById": "2b3595e9-d656-486a-9d9e-04c15fc0565d",
"SubmittedBy": "sample string 5"
},
{
"StepId": "bdf254ee-9eba-4424-8534-c7f7f57e029a",
"StepName": "sample string 2",
"SubmittedTime": "2026-04-03T09:08:34.1189123+11:00",
"SubmittedById": "2b3595e9-d656-486a-9d9e-04c15fc0565d",
"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>7048009d-080a-47d1-9c7e-29be54480e0e</CPDId>
<CPDPeriodId>055bdd5d-ca3f-418d-ac6c-84d594d881a3</CPDPeriodId>
<CPDReductionId>0ba44337-aded-4196-9407-3b2ae83b31f4</CPDReductionId>
<CartId>505fab86-9024-4f34-b073-6bb81bc1ec22</CartId>
<Created>2026-04-03T09:08:34.1169147+11:00</Created>
<CurrentStepId>91c61d29-7264-4846-8a2b-01f4729b3d30</CurrentStepId>
<EntityId>5d272520-daec-450b-b461-825c1201d08f</EntityId>
<EntityType>sample string 4</EntityType>
<Id>63f0cbc8-b11c-4529-b0f2-f8412b99db91</Id>
<InvoiceId>865a1d76-1a3b-4401-9c44-5354df211675</InvoiceId>
<LastModifiedById>sample string 7</LastModifiedById>
<LastModifiedDate>2026-04-03T09:08:34.1169147+11:00</LastModifiedDate>
<PaymentGatewayTransactionRef>sample string 9</PaymentGatewayTransactionRef>
<PaymentSuccessful>true</PaymentSuccessful>
<PreviousStepIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>7bd4bf4e-3e6e-4fd4-af84-6f71ecf0e703</d2p1:guid>
<d2p1:guid>e9336e6c-682e-4a6b-bd97-964c4d844190</d2p1:guid>
</PreviousStepIds>
<SubmitTimes>
<WorkflowPostedStepSubmitTime>
<StepId>bdf254ee-9eba-4424-8534-c7f7f57e029a</StepId>
<StepName>sample string 2</StepName>
<SubmittedBy>sample string 5</SubmittedBy>
<SubmittedById>2b3595e9-d656-486a-9d9e-04c15fc0565d</SubmittedById>
<SubmittedTime>2026-04-03T09:08:34.1189123+11:00</SubmittedTime>
</WorkflowPostedStepSubmitTime>
<WorkflowPostedStepSubmitTime>
<StepId>bdf254ee-9eba-4424-8534-c7f7f57e029a</StepId>
<StepName>sample string 2</StepName>
<SubmittedBy>sample string 5</SubmittedBy>
<SubmittedById>2b3595e9-d656-486a-9d9e-04c15fc0565d</SubmittedById>
<SubmittedTime>2026-04-03T09:08:34.1189123+11:00</SubmittedTime>
</WorkflowPostedStepSubmitTime>
</SubmitTimes>
<UserId>0cebd559-6704-4ca6-92a0-6d2f0cab7ecb</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>399babcd-70df-45f5-b8c6-babc54e8f052</WaitlistEventId>
<WaitlistTicketTypeId>092d6d9e-8528-4524-8d0a-b5b36132a1ff</WaitlistTicketTypeId>
<WorkflowId>c0494534-7877-4160-96ff-10bb7e0e2509</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": "33ac223f-2463-421a-bb41-d33fb25d1645",
"InvoiceId": "ee435a00-227f-439b-a200-81069fabda03",
"ClassifiedItemId": "02c7c0f8-31b8-4ae1-bfef-31b8f42ed9ed",
"ClassifiedApplicationId": "d768bb91-d8e6-40c2-b2ca-0bc6da826c8d",
"PaymentSuccessful": true,
"PaymentGatewayTransactionRef": "sample string 2",
"ProductId": "b4b9e110-3861-481b-a497-8c5c090f0b76",
"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>d768bb91-d8e6-40c2-b2ca-0bc6da826c8d</ClassifiedApplicationId>
<ClassifiedItemId>02c7c0f8-31b8-4ae1-bfef-31b8f42ed9ed</ClassifiedItemId>
<InvoiceId>ee435a00-227f-439b-a200-81069fabda03</InvoiceId>
<MemberId>sample string 1</MemberId>
<PaymentGatewayTransactionRef>sample string 2</PaymentGatewayTransactionRef>
<PaymentSuccessful>true</PaymentSuccessful>
<ProductId>b4b9e110-3861-481b-a497-8c5c090f0b76</ProductId>
<SubscriptionId>33ac223f-2463-421a-bb41-d33fb25d1645</SubscriptionId>
</WorkflowSaveResponseModel>