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": "cd07af2e-dea0-4ee5-81c7-b5c5894ffb3c",
"WorkflowId": "e7b427f7-fe25-4f97-ac9e-b9efeca205fd",
"CurrentStepId": "1bd7d148-fd6f-4700-aa63-282f1335631e",
"UserId": "2e2d385f-8525-4d1e-b898-bc01afdf24ef",
"CPDId": "3fdc58d2-9b95-4a56-bba7-7262eb628670",
"CPDPeriodId": "5accfcc6-81dc-45b1-9b72-a556077d7df6",
"WaitlistEventId": "bc36ef2a-40ba-4c59-9522-ebac883492b6",
"WaitlistTicketTypeId": "f22a11b7-bc98-4ab6-b11b-c874bcbb4308",
"CPDReductionId": "03051b45-dac8-4955-beba-27961099e3e0",
"CartId": "93d84a9f-1284-4140-8ba1-ff8c901a5856",
"InvoiceId": "ddcbe342-0722-4e95-8d7d-5d2a2d6846d1",
"EntityId": "7a75e11c-8387-40bf-b163-6192ef974e98",
"EntityType": "sample string 4",
"Created": "2025-11-08T07:19:28.3793403+11:00",
"LastModifiedDate": "2025-11-08T07:19:28.3793403+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": [
"7627d6d0-5f14-4672-a0b9-225efc72e04e",
"5a9ca05d-fd60-4a16-995b-1d709364c30e"
],
"SubmitTimes": [
{
"StepId": "cc84e403-92a5-4c21-8364-f27c371c8933",
"StepName": "sample string 2",
"SubmittedTime": "2025-11-08T07:19:28.3803391+11:00",
"SubmittedById": "4aa6b680-4ad9-430d-8ca5-da27abe87662",
"SubmittedBy": "sample string 5"
},
{
"StepId": "cc84e403-92a5-4c21-8364-f27c371c8933",
"StepName": "sample string 2",
"SubmittedTime": "2025-11-08T07:19:28.3803391+11:00",
"SubmittedById": "4aa6b680-4ad9-430d-8ca5-da27abe87662",
"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>3fdc58d2-9b95-4a56-bba7-7262eb628670</CPDId>
<CPDPeriodId>5accfcc6-81dc-45b1-9b72-a556077d7df6</CPDPeriodId>
<CPDReductionId>03051b45-dac8-4955-beba-27961099e3e0</CPDReductionId>
<CartId>93d84a9f-1284-4140-8ba1-ff8c901a5856</CartId>
<Created>2025-11-08T07:19:28.3793403+11:00</Created>
<CurrentStepId>1bd7d148-fd6f-4700-aa63-282f1335631e</CurrentStepId>
<EntityId>7a75e11c-8387-40bf-b163-6192ef974e98</EntityId>
<EntityType>sample string 4</EntityType>
<Id>cd07af2e-dea0-4ee5-81c7-b5c5894ffb3c</Id>
<InvoiceId>ddcbe342-0722-4e95-8d7d-5d2a2d6846d1</InvoiceId>
<LastModifiedById>sample string 7</LastModifiedById>
<LastModifiedDate>2025-11-08T07:19:28.3793403+11:00</LastModifiedDate>
<PaymentGatewayTransactionRef>sample string 9</PaymentGatewayTransactionRef>
<PaymentSuccessful>true</PaymentSuccessful>
<PreviousStepIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>7627d6d0-5f14-4672-a0b9-225efc72e04e</d2p1:guid>
<d2p1:guid>5a9ca05d-fd60-4a16-995b-1d709364c30e</d2p1:guid>
</PreviousStepIds>
<SubmitTimes>
<WorkflowPostedStepSubmitTime>
<StepId>cc84e403-92a5-4c21-8364-f27c371c8933</StepId>
<StepName>sample string 2</StepName>
<SubmittedBy>sample string 5</SubmittedBy>
<SubmittedById>4aa6b680-4ad9-430d-8ca5-da27abe87662</SubmittedById>
<SubmittedTime>2025-11-08T07:19:28.3803391+11:00</SubmittedTime>
</WorkflowPostedStepSubmitTime>
<WorkflowPostedStepSubmitTime>
<StepId>cc84e403-92a5-4c21-8364-f27c371c8933</StepId>
<StepName>sample string 2</StepName>
<SubmittedBy>sample string 5</SubmittedBy>
<SubmittedById>4aa6b680-4ad9-430d-8ca5-da27abe87662</SubmittedById>
<SubmittedTime>2025-11-08T07:19:28.3803391+11:00</SubmittedTime>
</WorkflowPostedStepSubmitTime>
</SubmitTimes>
<UserId>2e2d385f-8525-4d1e-b898-bc01afdf24ef</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>bc36ef2a-40ba-4c59-9522-ebac883492b6</WaitlistEventId>
<WaitlistTicketTypeId>f22a11b7-bc98-4ab6-b11b-c874bcbb4308</WaitlistTicketTypeId>
<WorkflowId>e7b427f7-fe25-4f97-ac9e-b9efeca205fd</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. |
|
| Result | ResponseResult |
None. |
Response Formats
application/json, text/json
Sample:
{
"MemberId": "sample string 1",
"SubscriptionId": "ad4a840d-fc1c-4cb8-bc0d-cb5b785a36d3",
"InvoiceId": "e77dd874-b7fe-4d01-80c5-dc5260d1eb91",
"ClassifiedItemId": "4e74eb20-e47a-48df-9590-220d27d28cee",
"ClassifiedApplicationId": "b71c9579-125c-4fb3-a4a7-5d290636f39a",
"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>b71c9579-125c-4fb3-a4a7-5d290636f39a</ClassifiedApplicationId>
<ClassifiedItemId>4e74eb20-e47a-48df-9590-220d27d28cee</ClassifiedItemId>
<InvoiceId>e77dd874-b7fe-4d01-80c5-dc5260d1eb91</InvoiceId>
<MemberId>sample string 1</MemberId>
<PaymentGatewayTransactionRef>sample string 2</PaymentGatewayTransactionRef>
<PaymentSuccessful>true</PaymentSuccessful>
<SubscriptionId>ad4a840d-fc1c-4cb8-bc0d-cb5b785a36d3</SubscriptionId>
</WorkflowSaveResponseModel>