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. |
|
| EntityId | globally unique identifier |
None. |
|
| EntityType | string |
None. |
|
| Created | date |
None. |
|
| LastModified | date |
None. |
|
| WorkflowName | string |
None. |
|
| Values | Collection of WorkflowPostedField |
None. |
|
| PaymentSuccessful | boolean |
None. |
|
| PaymentGatewayTransactionRef | string |
None. |
|
| PreviousStepIds | Collection of globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": "8bb65d55-66c4-4afa-b2ac-9898a1123265",
"WorkflowId": "b6398ad7-2c6d-4916-9a6c-4b0b20a4658f",
"CurrentStepId": "ef9c2a7e-8a66-4789-8420-2e80dd295656",
"UserId": "27d1f10a-0721-4ec5-9309-316c1d853271",
"CPDId": "74bd84e8-17b2-4d34-8178-f54defde14b7",
"CPDPeriodId": "deab5e33-b754-47cf-b210-259f1d06fe73",
"WaitlistEventId": "3fc5b420-792b-4383-aaf5-2bf771fde95c",
"WaitlistTicketTypeId": "515157a6-ac21-4b19-b693-9bac306fe3cf",
"CPDReductionId": "4f287707-161e-49d8-9839-2181752f3901",
"CartId": "5826e549-f94e-44be-a83a-525e48a96666",
"EntityId": "6c333578-2687-4efc-b08b-90d476b7d486",
"EntityType": "sample string 4",
"Created": "2026-06-27T06:03:03.0885958+10:00",
"LastModified": "2026-06-27T06:03:03.0885958+10:00",
"WorkflowName": "sample string 7",
"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 8",
"PreviousStepIds": [
"ec225de1-8574-47d4-a404-dcbecc311082",
"d22496a7-2739-467c-b5f6-e9e20ba36039"
]
}
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>74bd84e8-17b2-4d34-8178-f54defde14b7</CPDId>
<CPDPeriodId>deab5e33-b754-47cf-b210-259f1d06fe73</CPDPeriodId>
<CPDReductionId>4f287707-161e-49d8-9839-2181752f3901</CPDReductionId>
<CartId>5826e549-f94e-44be-a83a-525e48a96666</CartId>
<Created>2026-06-27T06:03:03.0885958+10:00</Created>
<CurrentStepId>ef9c2a7e-8a66-4789-8420-2e80dd295656</CurrentStepId>
<EntityId>6c333578-2687-4efc-b08b-90d476b7d486</EntityId>
<EntityType>sample string 4</EntityType>
<Id>8bb65d55-66c4-4afa-b2ac-9898a1123265</Id>
<LastModified>2026-06-27T06:03:03.0885958+10:00</LastModified>
<PaymentGatewayTransactionRef>sample string 8</PaymentGatewayTransactionRef>
<PaymentSuccessful>true</PaymentSuccessful>
<PreviousStepIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>ec225de1-8574-47d4-a404-dcbecc311082</d2p1:guid>
<d2p1:guid>d22496a7-2739-467c-b5f6-e9e20ba36039</d2p1:guid>
</PreviousStepIds>
<UserId>27d1f10a-0721-4ec5-9309-316c1d853271</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>3fc5b420-792b-4383-aaf5-2bf771fde95c</WaitlistEventId>
<WaitlistTicketTypeId>515157a6-ac21-4b19-b693-9bac306fe3cf</WaitlistTicketTypeId>
<WorkflowId>b6398ad7-2c6d-4916-9a6c-4b0b20a4658f</WorkflowId>
<WorkflowName>sample string 7</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. |
|
| PaymentSuccessful | boolean |
None. |
|
| PaymentGatewayTransactionRef | string |
None. |
|
| Result | ResponseResult |
None. |
Response Formats
application/json, text/json
Sample:
{
"MemberId": "sample string 1",
"SubscriptionId": "85a3fea2-9c2d-4941-a477-f49f709abe8c",
"InvoiceId": "686992ca-bb1a-4e5b-9ebd-88207e29d351",
"ClassifiedItemId": "d7d58ca6-9d45-470b-9062-f4d2fe81c1b5",
"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>
<ClassifiedItemId>d7d58ca6-9d45-470b-9062-f4d2fe81c1b5</ClassifiedItemId>
<InvoiceId>686992ca-bb1a-4e5b-9ebd-88207e29d351</InvoiceId>
<MemberId>sample string 1</MemberId>
<PaymentGatewayTransactionRef>sample string 2</PaymentGatewayTransactionRef>
<PaymentSuccessful>true</PaymentSuccessful>
<SubscriptionId>85a3fea2-9c2d-4941-a477-f49f709abe8c</SubscriptionId>
</WorkflowSaveResponseModel>