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": "d9d3489f-eb78-411c-a9f0-f959f4a17485",
"WorkflowId": "8df5a134-460e-4ab2-9f1d-14f07f8ee636",
"CurrentStepId": "0a8420e8-a86c-44b9-bef2-feff9547d6f0",
"UserId": "8d3d5c94-a517-410c-919d-674fab96b8a3",
"CPDId": "fe25b99f-ce4e-4579-b486-4730ccfc9edb",
"CPDPeriodId": "d6a4e805-d380-44c1-90ad-92a576c946d1",
"WaitlistEventId": "b9def29b-f386-4d26-81cc-7f95e8ab662c",
"WaitlistTicketTypeId": "b4d1a79c-7cd2-4b8b-854c-7896540d481d",
"CPDReductionId": "93c40d46-5da3-49d0-9bdd-4adf286dbafb",
"CartId": "3144d2a0-9aea-4314-8f63-76279f105723",
"InvoiceId": "c752c51a-d456-48c5-881d-6f8718c5e1ff",
"EntityId": "d0fc3363-db64-47c3-8fb8-3c1a883d5ef0",
"EntityType": "sample string 4",
"Created": "2025-11-08T07:19:28.8793308+11:00",
"LastModifiedDate": "2025-11-08T07:19:28.8793308+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": [
"bc060079-4cd2-4a49-802e-2d0904f91b07",
"4ee9f1ac-db6f-478a-8772-7480973a3ea5"
],
"SubmitTimes": [
{
"StepId": "521cb5cd-55e7-4945-8b63-31be4082c679",
"StepName": "sample string 2",
"SubmittedTime": "2025-11-08T07:19:28.8793308+11:00",
"SubmittedById": "43b9d98e-29b4-4129-a690-455202312503",
"SubmittedBy": "sample string 5"
},
{
"StepId": "521cb5cd-55e7-4945-8b63-31be4082c679",
"StepName": "sample string 2",
"SubmittedTime": "2025-11-08T07:19:28.8793308+11:00",
"SubmittedById": "43b9d98e-29b4-4129-a690-455202312503",
"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>fe25b99f-ce4e-4579-b486-4730ccfc9edb</CPDId>
<CPDPeriodId>d6a4e805-d380-44c1-90ad-92a576c946d1</CPDPeriodId>
<CPDReductionId>93c40d46-5da3-49d0-9bdd-4adf286dbafb</CPDReductionId>
<CartId>3144d2a0-9aea-4314-8f63-76279f105723</CartId>
<Created>2025-11-08T07:19:28.8793308+11:00</Created>
<CurrentStepId>0a8420e8-a86c-44b9-bef2-feff9547d6f0</CurrentStepId>
<EntityId>d0fc3363-db64-47c3-8fb8-3c1a883d5ef0</EntityId>
<EntityType>sample string 4</EntityType>
<Id>d9d3489f-eb78-411c-a9f0-f959f4a17485</Id>
<InvoiceId>c752c51a-d456-48c5-881d-6f8718c5e1ff</InvoiceId>
<LastModifiedById>sample string 7</LastModifiedById>
<LastModifiedDate>2025-11-08T07:19:28.8793308+11:00</LastModifiedDate>
<PaymentGatewayTransactionRef>sample string 9</PaymentGatewayTransactionRef>
<PaymentSuccessful>true</PaymentSuccessful>
<PreviousStepIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>bc060079-4cd2-4a49-802e-2d0904f91b07</d2p1:guid>
<d2p1:guid>4ee9f1ac-db6f-478a-8772-7480973a3ea5</d2p1:guid>
</PreviousStepIds>
<SubmitTimes>
<WorkflowPostedStepSubmitTime>
<StepId>521cb5cd-55e7-4945-8b63-31be4082c679</StepId>
<StepName>sample string 2</StepName>
<SubmittedBy>sample string 5</SubmittedBy>
<SubmittedById>43b9d98e-29b4-4129-a690-455202312503</SubmittedById>
<SubmittedTime>2025-11-08T07:19:28.8793308+11:00</SubmittedTime>
</WorkflowPostedStepSubmitTime>
<WorkflowPostedStepSubmitTime>
<StepId>521cb5cd-55e7-4945-8b63-31be4082c679</StepId>
<StepName>sample string 2</StepName>
<SubmittedBy>sample string 5</SubmittedBy>
<SubmittedById>43b9d98e-29b4-4129-a690-455202312503</SubmittedById>
<SubmittedTime>2025-11-08T07:19:28.8793308+11:00</SubmittedTime>
</WorkflowPostedStepSubmitTime>
</SubmitTimes>
<UserId>8d3d5c94-a517-410c-919d-674fab96b8a3</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>b9def29b-f386-4d26-81cc-7f95e8ab662c</WaitlistEventId>
<WaitlistTicketTypeId>b4d1a79c-7cd2-4b8b-854c-7896540d481d</WaitlistTicketTypeId>
<WorkflowId>8df5a134-460e-4ab2-9f1d-14f07f8ee636</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": "e780594b-03b2-41be-a4ee-7e84f52f3ec4",
"InvoiceId": "662a17ee-f490-4f58-aa70-a2f3d8c01edc",
"ClassifiedItemId": "4c453145-5dc5-49aa-9828-0fdec505176f",
"ClassifiedApplicationId": "40b1240c-e5c7-4692-8bd2-bd722cdcfa6b",
"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>40b1240c-e5c7-4692-8bd2-bd722cdcfa6b</ClassifiedApplicationId>
<ClassifiedItemId>4c453145-5dc5-49aa-9828-0fdec505176f</ClassifiedItemId>
<InvoiceId>662a17ee-f490-4f58-aa70-a2f3d8c01edc</InvoiceId>
<MemberId>sample string 1</MemberId>
<PaymentGatewayTransactionRef>sample string 2</PaymentGatewayTransactionRef>
<PaymentSuccessful>true</PaymentSuccessful>
<SubscriptionId>e780594b-03b2-41be-a4ee-7e84f52f3ec4</SubscriptionId>
</WorkflowSaveResponseModel>