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": "bc96b91a-4e69-4911-a3f6-09d6ea9c9ff5",
"WorkflowId": "6d0761b4-be20-423e-a566-9a5357e8998f",
"CurrentStepId": "0dc522b7-26c2-4e0f-81f2-7185bd0ae829",
"UserId": "1466453a-3773-4e36-aab5-729bbb2787d4",
"CPDId": "2189a091-7ee4-4b66-af57-00c9152d6a03",
"CPDPeriodId": "31bb2822-487d-4dc7-86cc-5d24af03ba12",
"WaitlistEventId": "7776cd8c-f6f4-4682-9a48-dd99e8a195e5",
"WaitlistTicketTypeId": "e157995d-507a-49be-8532-244831b69985",
"CPDReductionId": "7dd4c1bc-4f1e-4774-a7dc-17c5456979b1",
"CartId": "0ae889fc-f9e4-461e-b8a2-f0ac39a00771",
"InvoiceId": "7d1bf5e9-67e3-4f66-a3f6-56d6f5b268a1",
"EntityId": "fc9b2f56-97a7-4166-bf22-9e32e5229e91",
"EntityType": "sample string 4",
"Created": "2025-11-01T20:53:51.198686+00:00",
"LastModifiedDate": "2025-11-01T20:53:51.198686+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": [
"fed7d434-7198-4b3f-9f31-8da68e095913",
"2d4b20ae-0aac-441f-a625-eaf9c3f347b0"
],
"SubmitTimes": [
{
"StepId": "fdf56f34-8689-4363-9863-5131b02dc042",
"StepName": "sample string 2",
"SubmittedTime": "2025-11-01T20:53:51.198686+00:00",
"SubmittedById": "c8aee4a6-a0a9-423e-90a5-c1a27b52d1d9",
"SubmittedBy": "sample string 5"
},
{
"StepId": "fdf56f34-8689-4363-9863-5131b02dc042",
"StepName": "sample string 2",
"SubmittedTime": "2025-11-01T20:53:51.198686+00:00",
"SubmittedById": "c8aee4a6-a0a9-423e-90a5-c1a27b52d1d9",
"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>2189a091-7ee4-4b66-af57-00c9152d6a03</CPDId>
<CPDPeriodId>31bb2822-487d-4dc7-86cc-5d24af03ba12</CPDPeriodId>
<CPDReductionId>7dd4c1bc-4f1e-4774-a7dc-17c5456979b1</CPDReductionId>
<CartId>0ae889fc-f9e4-461e-b8a2-f0ac39a00771</CartId>
<Created>2025-11-01T20:53:51.198686+00:00</Created>
<CurrentStepId>0dc522b7-26c2-4e0f-81f2-7185bd0ae829</CurrentStepId>
<EntityId>fc9b2f56-97a7-4166-bf22-9e32e5229e91</EntityId>
<EntityType>sample string 4</EntityType>
<Id>bc96b91a-4e69-4911-a3f6-09d6ea9c9ff5</Id>
<InvoiceId>7d1bf5e9-67e3-4f66-a3f6-56d6f5b268a1</InvoiceId>
<LastModifiedById>sample string 7</LastModifiedById>
<LastModifiedDate>2025-11-01T20:53:51.198686+00:00</LastModifiedDate>
<PaymentGatewayTransactionRef>sample string 9</PaymentGatewayTransactionRef>
<PaymentSuccessful>true</PaymentSuccessful>
<PreviousStepIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>fed7d434-7198-4b3f-9f31-8da68e095913</d2p1:guid>
<d2p1:guid>2d4b20ae-0aac-441f-a625-eaf9c3f347b0</d2p1:guid>
</PreviousStepIds>
<SubmitTimes>
<WorkflowPostedStepSubmitTime>
<StepId>fdf56f34-8689-4363-9863-5131b02dc042</StepId>
<StepName>sample string 2</StepName>
<SubmittedBy>sample string 5</SubmittedBy>
<SubmittedById>c8aee4a6-a0a9-423e-90a5-c1a27b52d1d9</SubmittedById>
<SubmittedTime>2025-11-01T20:53:51.198686+00:00</SubmittedTime>
</WorkflowPostedStepSubmitTime>
<WorkflowPostedStepSubmitTime>
<StepId>fdf56f34-8689-4363-9863-5131b02dc042</StepId>
<StepName>sample string 2</StepName>
<SubmittedBy>sample string 5</SubmittedBy>
<SubmittedById>c8aee4a6-a0a9-423e-90a5-c1a27b52d1d9</SubmittedById>
<SubmittedTime>2025-11-01T20:53:51.198686+00:00</SubmittedTime>
</WorkflowPostedStepSubmitTime>
</SubmitTimes>
<UserId>1466453a-3773-4e36-aab5-729bbb2787d4</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>7776cd8c-f6f4-4682-9a48-dd99e8a195e5</WaitlistEventId>
<WaitlistTicketTypeId>e157995d-507a-49be-8532-244831b69985</WaitlistTicketTypeId>
<WorkflowId>6d0761b4-be20-423e-a566-9a5357e8998f</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. |
|
| Result | ResponseResult |
None. |
Response Formats
application/json, text/json
Sample:
{
"MemberId": "sample string 1",
"SubscriptionId": "69eb9e5b-eeb3-4351-b98a-95f9e12a7b46",
"InvoiceId": "5eb48e81-fefb-467c-ae32-0036adc978ea",
"ClassifiedItemId": "11e08230-6905-41a3-b2db-3a9d15f250d8",
"ClassifiedApplicationId": "c199ac3f-8e5b-4432-b28b-fac4d84da29b",
"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>c199ac3f-8e5b-4432-b28b-fac4d84da29b</ClassifiedApplicationId>
<ClassifiedItemId>11e08230-6905-41a3-b2db-3a9d15f250d8</ClassifiedItemId>
<InvoiceId>5eb48e81-fefb-467c-ae32-0036adc978ea</InvoiceId>
<MemberId>sample string 1</MemberId>
<PaymentGatewayTransactionRef>sample string 2</PaymentGatewayTransactionRef>
<PaymentSuccessful>true</PaymentSuccessful>
<SubscriptionId>69eb9e5b-eeb3-4351-b98a-95f9e12a7b46</SubscriptionId>
</WorkflowSaveResponseModel>