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": "42cea8e0-575d-472e-bdac-b8a974e12501",
"WorkflowId": "9d57ce3b-f67d-4491-95a8-f7695a94d59d",
"CurrentStepId": "9ae5b24e-a35b-486a-a08e-59f156a05fc9",
"UserId": "c11295d4-2da9-48ff-bff1-6e144300027e",
"CPDId": "0e20fa54-956b-4b7b-83d2-6a2fe2f142d7",
"CPDPeriodId": "b77447a1-e3c2-4d67-9abb-8167510e7e5c",
"WaitlistEventId": "72a0896d-d036-4c66-88c8-560ad287a378",
"WaitlistTicketTypeId": "ece2c636-8523-4a66-9ee3-3efafeb1b693",
"CPDReductionId": "744535b0-3edb-4b31-be61-bee44850c52f",
"CartId": "27a09270-7546-443d-b64f-25183bb6fe11",
"EntityId": "e2d24933-8a5f-486c-8ceb-8a134b9b8e58",
"EntityType": "sample string 4",
"Created": "2025-12-11T21:26:48.1683815+11:00",
"LastModified": "2025-12-11T21:26:48.1683815+11: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": [
"587b7ee1-fedd-4bf8-b1fb-11f00e2426b5",
"e3d52d6a-cdc3-4136-8c86-80ddd6dea610"
]
}
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>0e20fa54-956b-4b7b-83d2-6a2fe2f142d7</CPDId>
<CPDPeriodId>b77447a1-e3c2-4d67-9abb-8167510e7e5c</CPDPeriodId>
<CPDReductionId>744535b0-3edb-4b31-be61-bee44850c52f</CPDReductionId>
<CartId>27a09270-7546-443d-b64f-25183bb6fe11</CartId>
<Created>2025-12-11T21:26:48.1683815+11:00</Created>
<CurrentStepId>9ae5b24e-a35b-486a-a08e-59f156a05fc9</CurrentStepId>
<EntityId>e2d24933-8a5f-486c-8ceb-8a134b9b8e58</EntityId>
<EntityType>sample string 4</EntityType>
<Id>42cea8e0-575d-472e-bdac-b8a974e12501</Id>
<LastModified>2025-12-11T21:26:48.1683815+11:00</LastModified>
<PaymentGatewayTransactionRef>sample string 8</PaymentGatewayTransactionRef>
<PaymentSuccessful>true</PaymentSuccessful>
<PreviousStepIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>587b7ee1-fedd-4bf8-b1fb-11f00e2426b5</d2p1:guid>
<d2p1:guid>e3d52d6a-cdc3-4136-8c86-80ddd6dea610</d2p1:guid>
</PreviousStepIds>
<UserId>c11295d4-2da9-48ff-bff1-6e144300027e</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>72a0896d-d036-4c66-88c8-560ad287a378</WaitlistEventId>
<WaitlistTicketTypeId>ece2c636-8523-4a66-9ee3-3efafeb1b693</WaitlistTicketTypeId>
<WorkflowId>9d57ce3b-f67d-4491-95a8-f7695a94d59d</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": "fe6f5a64-a966-4546-b21a-f90d1bc91dab",
"InvoiceId": "412b5450-4520-4c10-a94c-eceb2a23b941",
"ClassifiedItemId": "c962d28f-d65c-459a-bf70-5e948ee55099",
"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>c962d28f-d65c-459a-bf70-5e948ee55099</ClassifiedItemId>
<InvoiceId>412b5450-4520-4c10-a94c-eceb2a23b941</InvoiceId>
<MemberId>sample string 1</MemberId>
<PaymentGatewayTransactionRef>sample string 2</PaymentGatewayTransactionRef>
<PaymentSuccessful>true</PaymentSuccessful>
<SubscriptionId>fe6f5a64-a966-4546-b21a-f90d1bc91dab</SubscriptionId>
</WorkflowSaveResponseModel>