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": "2eecd47a-337a-44b0-89dd-d4b76beb63fb",
"WorkflowId": "bf43e10d-ffe4-41eb-be8e-645c1f4e5bfc",
"CurrentStepId": "a48e92b2-89c4-4a40-8c99-ff0bb41f19aa",
"UserId": "2ab9983c-e625-4dc5-843f-ec713fbd2ec5",
"CPDId": "0764caba-32dd-434c-a7c2-461d1d02eaba",
"CPDPeriodId": "713f5eb2-552c-46eb-8fe1-2b3010213068",
"WaitlistEventId": "59e59ade-6f8b-48be-8241-79f2e7c8c89b",
"WaitlistTicketTypeId": "76c6bfff-91aa-4b59-81d8-9da17fe23d55",
"CPDReductionId": "5f0a8879-a4d1-45d2-81bd-64af636abebf",
"CartId": "a4262e6d-d1be-408b-bc9e-44b7d80d62e5",
"InvoiceId": "a26b3163-e3be-49e5-b0ed-2b7f089b6c27",
"EntityId": "76890ca3-b01f-427f-88d2-f3cc6a7a0376",
"EntityType": "sample string 4",
"Created": "2026-05-13T09:46:19.4654172+00:00",
"LastModifiedDate": "2026-05-13T09:46:19.4654172+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": [
"21563558-36ac-4d31-bba9-1e5d4c012fef",
"a8f72faa-c611-4c2d-b92e-63e91c79f149"
],
"SubmitTimes": [
{
"StepId": "16a38fe8-3922-4cfa-b370-7c152df3f7c1",
"StepName": "sample string 2",
"SubmittedTime": "2026-05-13T09:46:19.4654172+00:00",
"SubmittedById": "7b0e48ad-71ee-45eb-8859-99defbfbb856",
"SubmittedBy": "sample string 5"
},
{
"StepId": "16a38fe8-3922-4cfa-b370-7c152df3f7c1",
"StepName": "sample string 2",
"SubmittedTime": "2026-05-13T09:46:19.4654172+00:00",
"SubmittedById": "7b0e48ad-71ee-45eb-8859-99defbfbb856",
"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>0764caba-32dd-434c-a7c2-461d1d02eaba</CPDId>
<CPDPeriodId>713f5eb2-552c-46eb-8fe1-2b3010213068</CPDPeriodId>
<CPDReductionId>5f0a8879-a4d1-45d2-81bd-64af636abebf</CPDReductionId>
<CartId>a4262e6d-d1be-408b-bc9e-44b7d80d62e5</CartId>
<Created>2026-05-13T09:46:19.4654172+00:00</Created>
<CurrentStepId>a48e92b2-89c4-4a40-8c99-ff0bb41f19aa</CurrentStepId>
<EntityId>76890ca3-b01f-427f-88d2-f3cc6a7a0376</EntityId>
<EntityType>sample string 4</EntityType>
<Id>2eecd47a-337a-44b0-89dd-d4b76beb63fb</Id>
<InvoiceId>a26b3163-e3be-49e5-b0ed-2b7f089b6c27</InvoiceId>
<LastModifiedById>sample string 7</LastModifiedById>
<LastModifiedDate>2026-05-13T09:46:19.4654172+00:00</LastModifiedDate>
<PaymentGatewayTransactionRef>sample string 9</PaymentGatewayTransactionRef>
<PaymentSuccessful>true</PaymentSuccessful>
<PreviousStepIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>21563558-36ac-4d31-bba9-1e5d4c012fef</d2p1:guid>
<d2p1:guid>a8f72faa-c611-4c2d-b92e-63e91c79f149</d2p1:guid>
</PreviousStepIds>
<SubmitTimes>
<WorkflowPostedStepSubmitTime>
<StepId>16a38fe8-3922-4cfa-b370-7c152df3f7c1</StepId>
<StepName>sample string 2</StepName>
<SubmittedBy>sample string 5</SubmittedBy>
<SubmittedById>7b0e48ad-71ee-45eb-8859-99defbfbb856</SubmittedById>
<SubmittedTime>2026-05-13T09:46:19.4654172+00:00</SubmittedTime>
</WorkflowPostedStepSubmitTime>
<WorkflowPostedStepSubmitTime>
<StepId>16a38fe8-3922-4cfa-b370-7c152df3f7c1</StepId>
<StepName>sample string 2</StepName>
<SubmittedBy>sample string 5</SubmittedBy>
<SubmittedById>7b0e48ad-71ee-45eb-8859-99defbfbb856</SubmittedById>
<SubmittedTime>2026-05-13T09:46:19.4654172+00:00</SubmittedTime>
</WorkflowPostedStepSubmitTime>
</SubmitTimes>
<UserId>2ab9983c-e625-4dc5-843f-ec713fbd2ec5</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>59e59ade-6f8b-48be-8241-79f2e7c8c89b</WaitlistEventId>
<WaitlistTicketTypeId>76c6bfff-91aa-4b59-81d8-9da17fe23d55</WaitlistTicketTypeId>
<WorkflowId>bf43e10d-ffe4-41eb-be8e-645c1f4e5bfc</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": "a3e4354c-f3ab-4f08-942f-3453068a080a",
"InvoiceId": "677009af-f004-46f6-9cba-5de0f5ad6fdb",
"ClassifiedItemId": "ad14da62-20d9-4756-8d5e-665ddec0773a",
"ClassifiedApplicationId": "38e6e586-1346-4daa-b1da-4b99ddc01d94",
"PaymentSuccessful": true,
"PaymentGatewayTransactionRef": "sample string 2",
"ProductId": "25e46cb3-4d39-450a-af11-dc5f6aa2bb7c",
"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>38e6e586-1346-4daa-b1da-4b99ddc01d94</ClassifiedApplicationId>
<ClassifiedItemId>ad14da62-20d9-4756-8d5e-665ddec0773a</ClassifiedItemId>
<InvoiceId>677009af-f004-46f6-9cba-5de0f5ad6fdb</InvoiceId>
<MemberId>sample string 1</MemberId>
<PaymentGatewayTransactionRef>sample string 2</PaymentGatewayTransactionRef>
<PaymentSuccessful>true</PaymentSuccessful>
<ProductId>25e46cb3-4d39-450a-af11-dc5f6aa2bb7c</ProductId>
<SubscriptionId>a3e4354c-f3ab-4f08-942f-3453068a080a</SubscriptionId>
</WorkflowSaveResponseModel>