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": "932f3a5e-7df5-4c4b-8ace-439757452967",
"WorkflowId": "3cdb012a-0399-46a2-846b-62d3ef2343e6",
"CurrentStepId": "bc8d3cb5-5926-49b2-b8e6-3931ffc88862",
"UserId": "e6f369a9-665c-42c1-9d09-06e56be91a8c",
"CPDId": "76340779-13d3-42e6-9263-ef9f8a993e50",
"CPDPeriodId": "35ed8d25-aeda-460c-a71c-d81a56193f5c",
"WaitlistEventId": "b36af63d-6a31-4085-ae84-6a1a18715158",
"WaitlistTicketTypeId": "0bc7daf6-b26c-4086-8d9b-c6128dd166bc",
"CPDReductionId": "687e43aa-fddf-485e-a496-d790f612fba7",
"CartId": "349f5548-922c-475b-bda8-dbd695a11c40",
"InvoiceId": "fbc18f53-3ede-42a5-aaa5-a0b8aea55813",
"EntityId": "3a4f19a6-56ea-4867-a7b9-60e4baf4b2c6",
"EntityType": "sample string 4",
"Created": "2026-04-03T09:08:34.1169147+11:00",
"LastModifiedDate": "2026-04-03T09:08:34.1169147+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": [
"5c58e465-4575-4776-aa89-0c17881bd512",
"468946a8-7ef9-45c5-b153-b4004ba52f8b"
],
"SubmitTimes": [
{
"StepId": "44f43c78-1ed0-4c0b-ae5a-070d5627c4ed",
"StepName": "sample string 2",
"SubmittedTime": "2026-04-03T09:08:34.1189123+11:00",
"SubmittedById": "444da919-6106-462b-99c8-ff06e69af2bf",
"SubmittedBy": "sample string 5"
},
{
"StepId": "44f43c78-1ed0-4c0b-ae5a-070d5627c4ed",
"StepName": "sample string 2",
"SubmittedTime": "2026-04-03T09:08:34.1189123+11:00",
"SubmittedById": "444da919-6106-462b-99c8-ff06e69af2bf",
"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>76340779-13d3-42e6-9263-ef9f8a993e50</CPDId>
<CPDPeriodId>35ed8d25-aeda-460c-a71c-d81a56193f5c</CPDPeriodId>
<CPDReductionId>687e43aa-fddf-485e-a496-d790f612fba7</CPDReductionId>
<CartId>349f5548-922c-475b-bda8-dbd695a11c40</CartId>
<Created>2026-04-03T09:08:34.1169147+11:00</Created>
<CurrentStepId>bc8d3cb5-5926-49b2-b8e6-3931ffc88862</CurrentStepId>
<EntityId>3a4f19a6-56ea-4867-a7b9-60e4baf4b2c6</EntityId>
<EntityType>sample string 4</EntityType>
<Id>932f3a5e-7df5-4c4b-8ace-439757452967</Id>
<InvoiceId>fbc18f53-3ede-42a5-aaa5-a0b8aea55813</InvoiceId>
<LastModifiedById>sample string 7</LastModifiedById>
<LastModifiedDate>2026-04-03T09:08:34.1169147+11:00</LastModifiedDate>
<PaymentGatewayTransactionRef>sample string 9</PaymentGatewayTransactionRef>
<PaymentSuccessful>true</PaymentSuccessful>
<PreviousStepIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>5c58e465-4575-4776-aa89-0c17881bd512</d2p1:guid>
<d2p1:guid>468946a8-7ef9-45c5-b153-b4004ba52f8b</d2p1:guid>
</PreviousStepIds>
<SubmitTimes>
<WorkflowPostedStepSubmitTime>
<StepId>44f43c78-1ed0-4c0b-ae5a-070d5627c4ed</StepId>
<StepName>sample string 2</StepName>
<SubmittedBy>sample string 5</SubmittedBy>
<SubmittedById>444da919-6106-462b-99c8-ff06e69af2bf</SubmittedById>
<SubmittedTime>2026-04-03T09:08:34.1189123+11:00</SubmittedTime>
</WorkflowPostedStepSubmitTime>
<WorkflowPostedStepSubmitTime>
<StepId>44f43c78-1ed0-4c0b-ae5a-070d5627c4ed</StepId>
<StepName>sample string 2</StepName>
<SubmittedBy>sample string 5</SubmittedBy>
<SubmittedById>444da919-6106-462b-99c8-ff06e69af2bf</SubmittedById>
<SubmittedTime>2026-04-03T09:08:34.1189123+11:00</SubmittedTime>
</WorkflowPostedStepSubmitTime>
</SubmitTimes>
<UserId>e6f369a9-665c-42c1-9d09-06e56be91a8c</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>b36af63d-6a31-4085-ae84-6a1a18715158</WaitlistEventId>
<WaitlistTicketTypeId>0bc7daf6-b26c-4086-8d9b-c6128dd166bc</WaitlistTicketTypeId>
<WorkflowId>3cdb012a-0399-46a2-846b-62d3ef2343e6</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. |
|
| ProductId | globally unique identifier |
None. |
|
| Result | ResponseResult |
None. |
Response Formats
application/json, text/json
Sample:
{
"MemberId": "sample string 1",
"SubscriptionId": "c0ee6029-9ab0-4ad5-8e94-1cd102c985c2",
"InvoiceId": "1db69068-a8fb-475b-b09d-b0b63e7fd918",
"ClassifiedItemId": "90ba42c9-0e65-48a5-8ab4-c317b08f2dcf",
"ClassifiedApplicationId": "06b63ae9-1619-4545-a593-7d5ab04948f1",
"PaymentSuccessful": true,
"PaymentGatewayTransactionRef": "sample string 2",
"ProductId": "7a3cadd1-c848-4495-b520-da9163cf41b2",
"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>06b63ae9-1619-4545-a593-7d5ab04948f1</ClassifiedApplicationId>
<ClassifiedItemId>90ba42c9-0e65-48a5-8ab4-c317b08f2dcf</ClassifiedItemId>
<InvoiceId>1db69068-a8fb-475b-b09d-b0b63e7fd918</InvoiceId>
<MemberId>sample string 1</MemberId>
<PaymentGatewayTransactionRef>sample string 2</PaymentGatewayTransactionRef>
<PaymentSuccessful>true</PaymentSuccessful>
<ProductId>7a3cadd1-c848-4495-b520-da9163cf41b2</ProductId>
<SubscriptionId>c0ee6029-9ab0-4ad5-8e94-1cd102c985c2</SubscriptionId>
</WorkflowSaveResponseModel>