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": "7a23792c-15c9-43f4-beda-c2db8a2f17f1",
"WorkflowId": "1130088d-51c6-408a-be18-3953bdc94d03",
"CurrentStepId": "490bcce5-8a8d-4ace-bae6-2c95c13eb2c3",
"UserId": "00808b8e-ad7e-4513-b1d4-c57289c88c81",
"CPDId": "49989ad3-0f6f-4e21-90f5-02f16a9fff08",
"CPDPeriodId": "0ff1788a-a76d-46ca-a85d-a4a15afa8f87",
"WaitlistEventId": "114d2128-0e18-4c2f-a3fe-9a18574d4400",
"WaitlistTicketTypeId": "f2f808c6-2f46-47e0-9d21-4ec527238fe7",
"CPDReductionId": "41174e4b-7153-470f-b22c-b69b20bedd6f",
"CartId": "a047227e-c95f-458c-b658-a8b5f35a303a",
"InvoiceId": "091f5391-d9cf-46ba-98c3-b1bb03452a2d",
"EntityId": "c9524208-b71f-4b3d-9355-841a0e76b69c",
"EntityType": "sample string 4",
"Created": "2026-07-03T05:43:05.7659188+10:00",
"LastModifiedDate": "2026-07-03T05:43:05.7659188+10: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": [
"acccee95-884d-4a4e-968f-f17d763db8bf",
"89ce71f8-70cc-4a5e-b51f-09db59c7df82"
],
"SubmitTimes": [
{
"StepId": "fbf7635a-b94e-4b96-a143-524ecd42886e",
"StepName": "sample string 2",
"SubmittedTime": "2026-07-03T05:43:05.7679196+10:00",
"SubmittedById": "e401c591-927a-4f0b-8e82-d71b8854348b",
"SubmittedBy": "sample string 5"
},
{
"StepId": "fbf7635a-b94e-4b96-a143-524ecd42886e",
"StepName": "sample string 2",
"SubmittedTime": "2026-07-03T05:43:05.7679196+10:00",
"SubmittedById": "e401c591-927a-4f0b-8e82-d71b8854348b",
"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>49989ad3-0f6f-4e21-90f5-02f16a9fff08</CPDId>
<CPDPeriodId>0ff1788a-a76d-46ca-a85d-a4a15afa8f87</CPDPeriodId>
<CPDReductionId>41174e4b-7153-470f-b22c-b69b20bedd6f</CPDReductionId>
<CartId>a047227e-c95f-458c-b658-a8b5f35a303a</CartId>
<Created>2026-07-03T05:43:05.7659188+10:00</Created>
<CurrentStepId>490bcce5-8a8d-4ace-bae6-2c95c13eb2c3</CurrentStepId>
<EntityId>c9524208-b71f-4b3d-9355-841a0e76b69c</EntityId>
<EntityType>sample string 4</EntityType>
<Id>7a23792c-15c9-43f4-beda-c2db8a2f17f1</Id>
<InvoiceId>091f5391-d9cf-46ba-98c3-b1bb03452a2d</InvoiceId>
<LastModifiedById>sample string 7</LastModifiedById>
<LastModifiedDate>2026-07-03T05:43:05.7659188+10:00</LastModifiedDate>
<PaymentGatewayTransactionRef>sample string 9</PaymentGatewayTransactionRef>
<PaymentSuccessful>true</PaymentSuccessful>
<PreviousStepIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>acccee95-884d-4a4e-968f-f17d763db8bf</d2p1:guid>
<d2p1:guid>89ce71f8-70cc-4a5e-b51f-09db59c7df82</d2p1:guid>
</PreviousStepIds>
<SubmitTimes>
<WorkflowPostedStepSubmitTime>
<StepId>fbf7635a-b94e-4b96-a143-524ecd42886e</StepId>
<StepName>sample string 2</StepName>
<SubmittedBy>sample string 5</SubmittedBy>
<SubmittedById>e401c591-927a-4f0b-8e82-d71b8854348b</SubmittedById>
<SubmittedTime>2026-07-03T05:43:05.7679196+10:00</SubmittedTime>
</WorkflowPostedStepSubmitTime>
<WorkflowPostedStepSubmitTime>
<StepId>fbf7635a-b94e-4b96-a143-524ecd42886e</StepId>
<StepName>sample string 2</StepName>
<SubmittedBy>sample string 5</SubmittedBy>
<SubmittedById>e401c591-927a-4f0b-8e82-d71b8854348b</SubmittedById>
<SubmittedTime>2026-07-03T05:43:05.7679196+10:00</SubmittedTime>
</WorkflowPostedStepSubmitTime>
</SubmitTimes>
<UserId>00808b8e-ad7e-4513-b1d4-c57289c88c81</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>114d2128-0e18-4c2f-a3fe-9a18574d4400</WaitlistEventId>
<WaitlistTicketTypeId>f2f808c6-2f46-47e0-9d21-4ec527238fe7</WaitlistTicketTypeId>
<WorkflowId>1130088d-51c6-408a-be18-3953bdc94d03</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": "964a2403-ca5f-4d2b-87c8-53508b4f5590",
"InvoiceId": "d348691f-3397-46a5-b3bf-28e8fae69432",
"ClassifiedItemId": "f90da47d-0ccf-4e9e-ba0e-c2865957116f",
"ClassifiedApplicationId": "fd41914a-cad6-4a9c-9f49-e5c110d4bfa0",
"PaymentSuccessful": true,
"PaymentGatewayTransactionRef": "sample string 2",
"ProductId": "415a71be-6cca-4d66-b78a-c1ad79f09edd",
"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>fd41914a-cad6-4a9c-9f49-e5c110d4bfa0</ClassifiedApplicationId>
<ClassifiedItemId>f90da47d-0ccf-4e9e-ba0e-c2865957116f</ClassifiedItemId>
<InvoiceId>d348691f-3397-46a5-b3bf-28e8fae69432</InvoiceId>
<MemberId>sample string 1</MemberId>
<PaymentGatewayTransactionRef>sample string 2</PaymentGatewayTransactionRef>
<PaymentSuccessful>true</PaymentSuccessful>
<ProductId>415a71be-6cca-4d66-b78a-c1ad79f09edd</ProductId>
<SubscriptionId>964a2403-ca5f-4d2b-87c8-53508b4f5590</SubscriptionId>
</WorkflowSaveResponseModel>