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": "9f38fe6a-4855-4566-a3bd-b29c74af6065",
"WorkflowId": "1fd30081-1040-47b8-8979-1c27e78e8a8a",
"CurrentStepId": "33ce3e1e-e15b-4095-a325-91aade26a0a1",
"UserId": "1e9e904d-5855-4ea0-b47f-1a4523f4184a",
"CPDId": "b3276fa2-bdc4-4408-b4b2-a9b8c12a30d3",
"CPDPeriodId": "5e69817b-fb76-4f5e-b8ed-00751d232937",
"WaitlistEventId": "0a6aa837-aa46-446c-abba-fe43eeb1aacf",
"WaitlistTicketTypeId": "b974b9e8-84da-45ae-b8e7-0f4e0b9ce8c3",
"CPDReductionId": "f30f4850-a60a-4766-bf28-33a2be4326ca",
"CartId": "0cd4b661-ebee-4a62-91d7-4b3cac828d03",
"InvoiceId": "9e8bdf2b-0b4f-41c4-a870-43633d9b724e",
"EntityId": "e8301a60-20aa-4f80-943b-66947e5df82f",
"EntityType": "sample string 4",
"Created": "2026-02-11T17:05:22.5071811+11:00",
"LastModifiedDate": "2026-02-11T17:05:22.5071811+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": [
"05ffcf28-69e8-4b81-b811-3f9375d887d8",
"2d0bb27c-b73e-4a58-880b-ee62bf213fe0"
],
"SubmitTimes": [
{
"StepId": "4864169f-d622-451f-9e09-2ad76ba20c0d",
"StepName": "sample string 2",
"SubmittedTime": "2026-02-11T17:05:22.5091823+11:00",
"SubmittedById": "37e0f6de-ae2b-43a3-8777-1b023be6b004",
"SubmittedBy": "sample string 5"
},
{
"StepId": "4864169f-d622-451f-9e09-2ad76ba20c0d",
"StepName": "sample string 2",
"SubmittedTime": "2026-02-11T17:05:22.5091823+11:00",
"SubmittedById": "37e0f6de-ae2b-43a3-8777-1b023be6b004",
"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>b3276fa2-bdc4-4408-b4b2-a9b8c12a30d3</CPDId>
<CPDPeriodId>5e69817b-fb76-4f5e-b8ed-00751d232937</CPDPeriodId>
<CPDReductionId>f30f4850-a60a-4766-bf28-33a2be4326ca</CPDReductionId>
<CartId>0cd4b661-ebee-4a62-91d7-4b3cac828d03</CartId>
<Created>2026-02-11T17:05:22.5071811+11:00</Created>
<CurrentStepId>33ce3e1e-e15b-4095-a325-91aade26a0a1</CurrentStepId>
<EntityId>e8301a60-20aa-4f80-943b-66947e5df82f</EntityId>
<EntityType>sample string 4</EntityType>
<Id>9f38fe6a-4855-4566-a3bd-b29c74af6065</Id>
<InvoiceId>9e8bdf2b-0b4f-41c4-a870-43633d9b724e</InvoiceId>
<LastModifiedById>sample string 7</LastModifiedById>
<LastModifiedDate>2026-02-11T17:05:22.5071811+11:00</LastModifiedDate>
<PaymentGatewayTransactionRef>sample string 9</PaymentGatewayTransactionRef>
<PaymentSuccessful>true</PaymentSuccessful>
<PreviousStepIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>05ffcf28-69e8-4b81-b811-3f9375d887d8</d2p1:guid>
<d2p1:guid>2d0bb27c-b73e-4a58-880b-ee62bf213fe0</d2p1:guid>
</PreviousStepIds>
<SubmitTimes>
<WorkflowPostedStepSubmitTime>
<StepId>4864169f-d622-451f-9e09-2ad76ba20c0d</StepId>
<StepName>sample string 2</StepName>
<SubmittedBy>sample string 5</SubmittedBy>
<SubmittedById>37e0f6de-ae2b-43a3-8777-1b023be6b004</SubmittedById>
<SubmittedTime>2026-02-11T17:05:22.5091823+11:00</SubmittedTime>
</WorkflowPostedStepSubmitTime>
<WorkflowPostedStepSubmitTime>
<StepId>4864169f-d622-451f-9e09-2ad76ba20c0d</StepId>
<StepName>sample string 2</StepName>
<SubmittedBy>sample string 5</SubmittedBy>
<SubmittedById>37e0f6de-ae2b-43a3-8777-1b023be6b004</SubmittedById>
<SubmittedTime>2026-02-11T17:05:22.5091823+11:00</SubmittedTime>
</WorkflowPostedStepSubmitTime>
</SubmitTimes>
<UserId>1e9e904d-5855-4ea0-b47f-1a4523f4184a</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>0a6aa837-aa46-446c-abba-fe43eeb1aacf</WaitlistEventId>
<WaitlistTicketTypeId>b974b9e8-84da-45ae-b8e7-0f4e0b9ce8c3</WaitlistTicketTypeId>
<WorkflowId>1fd30081-1040-47b8-8979-1c27e78e8a8a</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": "209731a1-1b2d-413f-ba59-c3a46f740faf",
"InvoiceId": "264675f5-9218-46d7-99b1-bf335bab547c",
"ClassifiedItemId": "f5ee168a-8b1c-496b-8a55-8372da589fc4",
"ClassifiedApplicationId": "3c84eb6a-9447-41e0-8945-07a20d7b937f",
"PaymentSuccessful": true,
"PaymentGatewayTransactionRef": "sample string 2",
"ProductId": "5f09f64f-2ccb-469d-9d1a-5466a446316f",
"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>3c84eb6a-9447-41e0-8945-07a20d7b937f</ClassifiedApplicationId>
<ClassifiedItemId>f5ee168a-8b1c-496b-8a55-8372da589fc4</ClassifiedItemId>
<InvoiceId>264675f5-9218-46d7-99b1-bf335bab547c</InvoiceId>
<MemberId>sample string 1</MemberId>
<PaymentGatewayTransactionRef>sample string 2</PaymentGatewayTransactionRef>
<PaymentSuccessful>true</PaymentSuccessful>
<ProductId>5f09f64f-2ccb-469d-9d1a-5466a446316f</ProductId>
<SubscriptionId>209731a1-1b2d-413f-ba59-c3a46f740faf</SubscriptionId>
</WorkflowSaveResponseModel>