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": "daa03ba0-d082-4fdd-85cc-2be1580eb4ad",
"WorkflowId": "769b82c6-77b3-4b97-a0a1-ab15bae76080",
"CurrentStepId": "c102ebb0-1546-4c8d-996f-e98abf128007",
"UserId": "e79c0431-601b-4b96-bddc-39028739f111",
"CPDId": "e992e687-840d-474e-bee2-9c36e036291e",
"CPDPeriodId": "05a6e3f8-0445-4a9f-9e7e-94719404878d",
"WaitlistEventId": "491235a3-02cc-461b-ac84-6bf4dd54f07d",
"WaitlistTicketTypeId": "d365bf3c-5b09-4e93-ae97-d826c1a841de",
"CPDReductionId": "4c1ec60c-5801-4ff2-96a5-e4eae5b75290",
"CartId": "b96509a0-3c57-4fed-acd5-115e19e3b0a7",
"InvoiceId": "eec95a61-6df4-432d-9d09-c36d661d5022",
"EntityId": "ea695493-ae86-4f33-bdd3-ff3b2b25d363",
"EntityType": "sample string 4",
"Created": "2026-05-13T09:46:18.9654059+00:00",
"LastModifiedDate": "2026-05-13T09:46:18.9654059+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": [
"cb74a6e1-f25b-4593-9a38-d4fa814fa498",
"131ea1ac-fa79-4ac8-9e48-04532c280aca"
],
"SubmitTimes": [
{
"StepId": "60ca54fa-d5ea-4173-96ff-0b531c230ccd",
"StepName": "sample string 2",
"SubmittedTime": "2026-05-13T09:46:18.9654059+00:00",
"SubmittedById": "8e93c74f-c084-4f15-b574-307cf16229f5",
"SubmittedBy": "sample string 5"
},
{
"StepId": "60ca54fa-d5ea-4173-96ff-0b531c230ccd",
"StepName": "sample string 2",
"SubmittedTime": "2026-05-13T09:46:18.9654059+00:00",
"SubmittedById": "8e93c74f-c084-4f15-b574-307cf16229f5",
"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>e992e687-840d-474e-bee2-9c36e036291e</CPDId>
<CPDPeriodId>05a6e3f8-0445-4a9f-9e7e-94719404878d</CPDPeriodId>
<CPDReductionId>4c1ec60c-5801-4ff2-96a5-e4eae5b75290</CPDReductionId>
<CartId>b96509a0-3c57-4fed-acd5-115e19e3b0a7</CartId>
<Created>2026-05-13T09:46:18.9654059+00:00</Created>
<CurrentStepId>c102ebb0-1546-4c8d-996f-e98abf128007</CurrentStepId>
<EntityId>ea695493-ae86-4f33-bdd3-ff3b2b25d363</EntityId>
<EntityType>sample string 4</EntityType>
<Id>daa03ba0-d082-4fdd-85cc-2be1580eb4ad</Id>
<InvoiceId>eec95a61-6df4-432d-9d09-c36d661d5022</InvoiceId>
<LastModifiedById>sample string 7</LastModifiedById>
<LastModifiedDate>2026-05-13T09:46:18.9654059+00:00</LastModifiedDate>
<PaymentGatewayTransactionRef>sample string 9</PaymentGatewayTransactionRef>
<PaymentSuccessful>true</PaymentSuccessful>
<PreviousStepIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>cb74a6e1-f25b-4593-9a38-d4fa814fa498</d2p1:guid>
<d2p1:guid>131ea1ac-fa79-4ac8-9e48-04532c280aca</d2p1:guid>
</PreviousStepIds>
<SubmitTimes>
<WorkflowPostedStepSubmitTime>
<StepId>60ca54fa-d5ea-4173-96ff-0b531c230ccd</StepId>
<StepName>sample string 2</StepName>
<SubmittedBy>sample string 5</SubmittedBy>
<SubmittedById>8e93c74f-c084-4f15-b574-307cf16229f5</SubmittedById>
<SubmittedTime>2026-05-13T09:46:18.9654059+00:00</SubmittedTime>
</WorkflowPostedStepSubmitTime>
<WorkflowPostedStepSubmitTime>
<StepId>60ca54fa-d5ea-4173-96ff-0b531c230ccd</StepId>
<StepName>sample string 2</StepName>
<SubmittedBy>sample string 5</SubmittedBy>
<SubmittedById>8e93c74f-c084-4f15-b574-307cf16229f5</SubmittedById>
<SubmittedTime>2026-05-13T09:46:18.9654059+00:00</SubmittedTime>
</WorkflowPostedStepSubmitTime>
</SubmitTimes>
<UserId>e79c0431-601b-4b96-bddc-39028739f111</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>491235a3-02cc-461b-ac84-6bf4dd54f07d</WaitlistEventId>
<WaitlistTicketTypeId>d365bf3c-5b09-4e93-ae97-d826c1a841de</WaitlistTicketTypeId>
<WorkflowId>769b82c6-77b3-4b97-a0a1-ab15bae76080</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": "6ea2057c-1751-4369-8b78-b67d4adc2f8e",
"InvoiceId": "c2dbbbdb-f9fa-4dae-b474-57f14c057208",
"ClassifiedItemId": "3de67ecb-4f42-4e53-91a8-e4e689341c7e",
"ClassifiedApplicationId": "d6bdd90c-32db-4ffe-ba0c-cd495b2e7d07",
"PaymentSuccessful": true,
"PaymentGatewayTransactionRef": "sample string 2",
"ProductId": "850aeaae-b905-4703-8215-8f7887a6c53a",
"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>d6bdd90c-32db-4ffe-ba0c-cd495b2e7d07</ClassifiedApplicationId>
<ClassifiedItemId>3de67ecb-4f42-4e53-91a8-e4e689341c7e</ClassifiedItemId>
<InvoiceId>c2dbbbdb-f9fa-4dae-b474-57f14c057208</InvoiceId>
<MemberId>sample string 1</MemberId>
<PaymentGatewayTransactionRef>sample string 2</PaymentGatewayTransactionRef>
<PaymentSuccessful>true</PaymentSuccessful>
<ProductId>850aeaae-b905-4703-8215-8f7887a6c53a</ProductId>
<SubscriptionId>6ea2057c-1751-4369-8b78-b67d4adc2f8e</SubscriptionId>
</WorkflowSaveResponseModel>