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": "3c066663-d53e-49cf-898c-42ffdc30e733",
"WorkflowId": "f4b6ec17-55db-494e-82dc-cf91671b2bd6",
"CurrentStepId": "c7066c24-2f67-4e01-9481-119114849121",
"UserId": "695678b0-790d-4571-a2cd-d3acd03e9d41",
"CPDId": "9237c794-83dd-4e1e-8408-e2503b8266a2",
"CPDPeriodId": "32453c3c-2b3e-49e9-a9bf-3e2faa57ba00",
"WaitlistEventId": "b48d4b91-3ab1-4ca4-8e47-2cffc304c4e3",
"WaitlistTicketTypeId": "6f61c801-627d-4fb5-b008-0e4ef5bb9b03",
"CPDReductionId": "92fc4f16-e022-41eb-819e-da04b94c02fa",
"CartId": "bb55c9c9-b5c9-44af-803d-f2372de98a20",
"InvoiceId": "3af0df14-69bd-4864-8fb8-a150cfddf98f",
"EntityId": "5d01f15c-2374-4327-9cb2-bdeb924295ef",
"EntityType": "sample string 4",
"Created": "2025-12-26T17:29:21.3293705+11:00",
"LastModifiedDate": "2025-12-26T17:29:21.3293705+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": [
"0c1e09e9-d4f6-401a-be7e-c48033630d12",
"192caafc-6dbf-4024-bd46-231194161eaa"
],
"SubmitTimes": [
{
"StepId": "7b984858-ae07-4aee-9b86-fec02dc1fee4",
"StepName": "sample string 2",
"SubmittedTime": "2025-12-26T17:29:21.3293705+11:00",
"SubmittedById": "b0d145b7-50e4-475a-b164-99ff30b99ba9",
"SubmittedBy": "sample string 5"
},
{
"StepId": "7b984858-ae07-4aee-9b86-fec02dc1fee4",
"StepName": "sample string 2",
"SubmittedTime": "2025-12-26T17:29:21.3293705+11:00",
"SubmittedById": "b0d145b7-50e4-475a-b164-99ff30b99ba9",
"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>9237c794-83dd-4e1e-8408-e2503b8266a2</CPDId>
<CPDPeriodId>32453c3c-2b3e-49e9-a9bf-3e2faa57ba00</CPDPeriodId>
<CPDReductionId>92fc4f16-e022-41eb-819e-da04b94c02fa</CPDReductionId>
<CartId>bb55c9c9-b5c9-44af-803d-f2372de98a20</CartId>
<Created>2025-12-26T17:29:21.3293705+11:00</Created>
<CurrentStepId>c7066c24-2f67-4e01-9481-119114849121</CurrentStepId>
<EntityId>5d01f15c-2374-4327-9cb2-bdeb924295ef</EntityId>
<EntityType>sample string 4</EntityType>
<Id>3c066663-d53e-49cf-898c-42ffdc30e733</Id>
<InvoiceId>3af0df14-69bd-4864-8fb8-a150cfddf98f</InvoiceId>
<LastModifiedById>sample string 7</LastModifiedById>
<LastModifiedDate>2025-12-26T17:29:21.3293705+11:00</LastModifiedDate>
<PaymentGatewayTransactionRef>sample string 9</PaymentGatewayTransactionRef>
<PaymentSuccessful>true</PaymentSuccessful>
<PreviousStepIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>0c1e09e9-d4f6-401a-be7e-c48033630d12</d2p1:guid>
<d2p1:guid>192caafc-6dbf-4024-bd46-231194161eaa</d2p1:guid>
</PreviousStepIds>
<SubmitTimes>
<WorkflowPostedStepSubmitTime>
<StepId>7b984858-ae07-4aee-9b86-fec02dc1fee4</StepId>
<StepName>sample string 2</StepName>
<SubmittedBy>sample string 5</SubmittedBy>
<SubmittedById>b0d145b7-50e4-475a-b164-99ff30b99ba9</SubmittedById>
<SubmittedTime>2025-12-26T17:29:21.3293705+11:00</SubmittedTime>
</WorkflowPostedStepSubmitTime>
<WorkflowPostedStepSubmitTime>
<StepId>7b984858-ae07-4aee-9b86-fec02dc1fee4</StepId>
<StepName>sample string 2</StepName>
<SubmittedBy>sample string 5</SubmittedBy>
<SubmittedById>b0d145b7-50e4-475a-b164-99ff30b99ba9</SubmittedById>
<SubmittedTime>2025-12-26T17:29:21.3293705+11:00</SubmittedTime>
</WorkflowPostedStepSubmitTime>
</SubmitTimes>
<UserId>695678b0-790d-4571-a2cd-d3acd03e9d41</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>b48d4b91-3ab1-4ca4-8e47-2cffc304c4e3</WaitlistEventId>
<WaitlistTicketTypeId>6f61c801-627d-4fb5-b008-0e4ef5bb9b03</WaitlistTicketTypeId>
<WorkflowId>f4b6ec17-55db-494e-82dc-cf91671b2bd6</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": "b6dfa08d-8103-4489-b7e0-3d8f82b2ae0a",
"InvoiceId": "8cf664a8-a12a-4ba2-bcd5-2e3ac23175f6",
"ClassifiedItemId": "e96061a7-72f8-432d-be2e-18f0aa63fa35",
"ClassifiedApplicationId": "feb305f8-3855-4268-8528-8a985b56c26b",
"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>feb305f8-3855-4268-8528-8a985b56c26b</ClassifiedApplicationId>
<ClassifiedItemId>e96061a7-72f8-432d-be2e-18f0aa63fa35</ClassifiedItemId>
<InvoiceId>8cf664a8-a12a-4ba2-bcd5-2e3ac23175f6</InvoiceId>
<MemberId>sample string 1</MemberId>
<PaymentGatewayTransactionRef>sample string 2</PaymentGatewayTransactionRef>
<PaymentSuccessful>true</PaymentSuccessful>
<SubscriptionId>b6dfa08d-8103-4489-b7e0-3d8f82b2ae0a</SubscriptionId>
</WorkflowSaveResponseModel>