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": "d84b68a2-b241-4aea-a68d-35baa860a304",
"WorkflowId": "efa4c4c6-a368-4471-bec2-f9f5e6185b8e",
"CurrentStepId": "aeb767ba-a73e-4115-92ff-56175bae2026",
"UserId": "d1640c72-2e52-4d2a-bdb0-839154b4d164",
"CPDId": "4c0faad3-b0bd-4e24-b1b9-36de27814635",
"CPDPeriodId": "f92bf142-04d3-4e45-a459-d3870c5bde4d",
"WaitlistEventId": "9606144f-60a8-441c-a058-89b8f5d0deb5",
"WaitlistTicketTypeId": "df096337-3c62-4daa-9f92-71270b914cae",
"CPDReductionId": "cd324d21-5cd2-4fe7-99fd-1f3b590ff130",
"CartId": "29c6d859-fd25-4e74-8ba3-49ed0bad0232",
"EntityId": "15157325-a2c3-4fbd-ba14-95099f3a03b7",
"EntityType": "sample string 4",
"Created": "2026-04-06T17:35:00.6358103+10:00",
"LastModified": "2026-04-06T17:35:00.6358103+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": [
"47f3a4f0-4da8-430f-b5b2-c4c542fc40f2",
"418a5e13-c9e1-401f-a0a1-123d526b4ff6"
]
}
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>4c0faad3-b0bd-4e24-b1b9-36de27814635</CPDId>
<CPDPeriodId>f92bf142-04d3-4e45-a459-d3870c5bde4d</CPDPeriodId>
<CPDReductionId>cd324d21-5cd2-4fe7-99fd-1f3b590ff130</CPDReductionId>
<CartId>29c6d859-fd25-4e74-8ba3-49ed0bad0232</CartId>
<Created>2026-04-06T17:35:00.6358103+10:00</Created>
<CurrentStepId>aeb767ba-a73e-4115-92ff-56175bae2026</CurrentStepId>
<EntityId>15157325-a2c3-4fbd-ba14-95099f3a03b7</EntityId>
<EntityType>sample string 4</EntityType>
<Id>d84b68a2-b241-4aea-a68d-35baa860a304</Id>
<LastModified>2026-04-06T17:35:00.6358103+10:00</LastModified>
<PaymentGatewayTransactionRef>sample string 8</PaymentGatewayTransactionRef>
<PaymentSuccessful>true</PaymentSuccessful>
<PreviousStepIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>47f3a4f0-4da8-430f-b5b2-c4c542fc40f2</d2p1:guid>
<d2p1:guid>418a5e13-c9e1-401f-a0a1-123d526b4ff6</d2p1:guid>
</PreviousStepIds>
<UserId>d1640c72-2e52-4d2a-bdb0-839154b4d164</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>9606144f-60a8-441c-a058-89b8f5d0deb5</WaitlistEventId>
<WaitlistTicketTypeId>df096337-3c62-4daa-9f92-71270b914cae</WaitlistTicketTypeId>
<WorkflowId>efa4c4c6-a368-4471-bec2-f9f5e6185b8e</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": "2576029e-69bb-4b09-a4c6-0da5fd3faf81",
"InvoiceId": "5dd87cf7-d450-4a67-9e35-20ef73402c3d",
"ClassifiedItemId": "419bac73-520d-47f2-ba78-15d139f525a3",
"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>419bac73-520d-47f2-ba78-15d139f525a3</ClassifiedItemId>
<InvoiceId>5dd87cf7-d450-4a67-9e35-20ef73402c3d</InvoiceId>
<MemberId>sample string 1</MemberId>
<PaymentGatewayTransactionRef>sample string 2</PaymentGatewayTransactionRef>
<PaymentSuccessful>true</PaymentSuccessful>
<SubscriptionId>2576029e-69bb-4b09-a4c6-0da5fd3faf81</SubscriptionId>
</WorkflowSaveResponseModel>