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": "c4d796db-6d01-4a7f-8cb7-6ac8d32c61da",
"WorkflowId": "c7886b21-53cc-4f73-b77d-5e331b7147bd",
"CurrentStepId": "f926d1cc-df7e-421f-9dba-92b7164a42a9",
"UserId": "03073f00-e711-4a13-8f86-84594eed2ec9",
"CPDId": "33194045-ceef-4053-aed4-fb8d09dd6a9c",
"CPDPeriodId": "546a0c6a-b1b7-4a8a-a093-290e9c31fe77",
"WaitlistEventId": "b4e481c4-de7b-41bf-8cf5-e28917ad5a00",
"WaitlistTicketTypeId": "702d3470-a834-4f15-b2ea-3814f82e87df",
"CPDReductionId": "3c1475f4-4088-4bb8-8d0d-a9a8708ef4bc",
"CartId": "9f6393e6-12b4-4909-85b5-3a18d170ddac",
"EntityId": "26e6b865-56f6-4f28-9426-611ea0466986",
"EntityType": "sample string 4",
"Created": "2026-04-08T03:45:52.4929446+10:00",
"LastModified": "2026-04-08T03:45:52.4929446+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": [
"1a5c27ce-c725-4f59-bd19-9d5af1ea5533",
"4bcae979-8021-4a19-a3a1-d5ab7c8f0edc"
]
}
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>33194045-ceef-4053-aed4-fb8d09dd6a9c</CPDId>
<CPDPeriodId>546a0c6a-b1b7-4a8a-a093-290e9c31fe77</CPDPeriodId>
<CPDReductionId>3c1475f4-4088-4bb8-8d0d-a9a8708ef4bc</CPDReductionId>
<CartId>9f6393e6-12b4-4909-85b5-3a18d170ddac</CartId>
<Created>2026-04-08T03:45:52.4929446+10:00</Created>
<CurrentStepId>f926d1cc-df7e-421f-9dba-92b7164a42a9</CurrentStepId>
<EntityId>26e6b865-56f6-4f28-9426-611ea0466986</EntityId>
<EntityType>sample string 4</EntityType>
<Id>c4d796db-6d01-4a7f-8cb7-6ac8d32c61da</Id>
<LastModified>2026-04-08T03:45:52.4929446+10:00</LastModified>
<PaymentGatewayTransactionRef>sample string 8</PaymentGatewayTransactionRef>
<PaymentSuccessful>true</PaymentSuccessful>
<PreviousStepIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>1a5c27ce-c725-4f59-bd19-9d5af1ea5533</d2p1:guid>
<d2p1:guid>4bcae979-8021-4a19-a3a1-d5ab7c8f0edc</d2p1:guid>
</PreviousStepIds>
<UserId>03073f00-e711-4a13-8f86-84594eed2ec9</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>b4e481c4-de7b-41bf-8cf5-e28917ad5a00</WaitlistEventId>
<WaitlistTicketTypeId>702d3470-a834-4f15-b2ea-3814f82e87df</WaitlistTicketTypeId>
<WorkflowId>c7886b21-53cc-4f73-b77d-5e331b7147bd</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": "8765aede-b61a-43e3-9a03-6bfb034174c1",
"InvoiceId": "41b32f5c-ad86-453e-ba97-e86ecff27cd7",
"ClassifiedItemId": "8da729a3-5900-4b66-9ad2-437e7a2cb2e1",
"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>8da729a3-5900-4b66-9ad2-437e7a2cb2e1</ClassifiedItemId>
<InvoiceId>41b32f5c-ad86-453e-ba97-e86ecff27cd7</InvoiceId>
<MemberId>sample string 1</MemberId>
<PaymentGatewayTransactionRef>sample string 2</PaymentGatewayTransactionRef>
<PaymentSuccessful>true</PaymentSuccessful>
<SubscriptionId>8765aede-b61a-43e3-9a03-6bfb034174c1</SubscriptionId>
</WorkflowSaveResponseModel>