GET 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": "699989a4-9516-4d8e-aa26-6561e03bc85f",
"WorkflowId": "e99f1dcf-cf97-49f4-876a-ee57561223c8",
"CurrentStepId": "305780e7-5334-4faa-9c15-97bc6b28a99d",
"UserId": "c4463d9b-0306-4435-9935-090008c2a581",
"CPDId": "04e2d51e-e257-4dc3-a794-21d32547664d",
"CPDPeriodId": "5aa237bc-56a4-4d87-8140-18472a21e775",
"WaitlistEventId": "463e778d-7d77-49ab-94a9-57a90ebbef6b",
"WaitlistTicketTypeId": "4c0c13b7-aa5d-4982-a179-fb5ba10e8f5d",
"CPDReductionId": "5a73455e-cd01-4a4e-af6a-a71b28f4c3dc",
"CartId": "f6392eca-c11f-4516-9118-a46f44456730",
"InvoiceId": "e29b9bdb-825d-4177-b04d-c794056929a0",
"EntityId": "c4c0ba77-b351-4871-a1a8-7ecb0a996da7",
"EntityType": "sample string 4",
"Created": "2025-12-26T18:49:08.9949711+11:00",
"LastModifiedDate": "2025-12-26T18:49:08.9949711+11: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": [
"9649d9f1-d2fc-4fb1-bcc5-b1157484d676",
"29524a48-c64a-47a8-99d0-5de82575a7fc"
],
"SubmitTimes": [
{
"StepId": "1c1267dd-7be0-4005-8180-50e88d627947",
"StepName": "sample string 2",
"SubmittedTime": "2025-12-26T18:49:08.9969676+11:00",
"SubmittedById": "83046bb9-a09a-40eb-be43-9851dd4e12c3",
"SubmittedBy": "sample string 5"
},
{
"StepId": "1c1267dd-7be0-4005-8180-50e88d627947",
"StepName": "sample string 2",
"SubmittedTime": "2025-12-26T18:49:08.9969676+11:00",
"SubmittedById": "83046bb9-a09a-40eb-be43-9851dd4e12c3",
"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>04e2d51e-e257-4dc3-a794-21d32547664d</CPDId>
<CPDPeriodId>5aa237bc-56a4-4d87-8140-18472a21e775</CPDPeriodId>
<CPDReductionId>5a73455e-cd01-4a4e-af6a-a71b28f4c3dc</CPDReductionId>
<CartId>f6392eca-c11f-4516-9118-a46f44456730</CartId>
<Created>2025-12-26T18:49:08.9949711+11:00</Created>
<CurrentStepId>305780e7-5334-4faa-9c15-97bc6b28a99d</CurrentStepId>
<EntityId>c4c0ba77-b351-4871-a1a8-7ecb0a996da7</EntityId>
<EntityType>sample string 4</EntityType>
<Id>699989a4-9516-4d8e-aa26-6561e03bc85f</Id>
<InvoiceId>e29b9bdb-825d-4177-b04d-c794056929a0</InvoiceId>
<LastModifiedById>sample string 7</LastModifiedById>
<LastModifiedDate>2025-12-26T18:49:08.9949711+11:00</LastModifiedDate>
<PaymentGatewayTransactionRef>sample string 9</PaymentGatewayTransactionRef>
<PaymentSuccessful>true</PaymentSuccessful>
<PreviousStepIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>9649d9f1-d2fc-4fb1-bcc5-b1157484d676</d2p1:guid>
<d2p1:guid>29524a48-c64a-47a8-99d0-5de82575a7fc</d2p1:guid>
</PreviousStepIds>
<SubmitTimes>
<WorkflowPostedStepSubmitTime>
<StepId>1c1267dd-7be0-4005-8180-50e88d627947</StepId>
<StepName>sample string 2</StepName>
<SubmittedBy>sample string 5</SubmittedBy>
<SubmittedById>83046bb9-a09a-40eb-be43-9851dd4e12c3</SubmittedById>
<SubmittedTime>2025-12-26T18:49:08.9969676+11:00</SubmittedTime>
</WorkflowPostedStepSubmitTime>
<WorkflowPostedStepSubmitTime>
<StepId>1c1267dd-7be0-4005-8180-50e88d627947</StepId>
<StepName>sample string 2</StepName>
<SubmittedBy>sample string 5</SubmittedBy>
<SubmittedById>83046bb9-a09a-40eb-be43-9851dd4e12c3</SubmittedById>
<SubmittedTime>2025-12-26T18:49:08.9969676+11:00</SubmittedTime>
</WorkflowPostedStepSubmitTime>
</SubmitTimes>
<UserId>c4463d9b-0306-4435-9935-090008c2a581</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>463e778d-7d77-49ab-94a9-57a90ebbef6b</WaitlistEventId>
<WaitlistTicketTypeId>4c0c13b7-aa5d-4982-a179-fb5ba10e8f5d</WaitlistTicketTypeId>
<WorkflowId>e99f1dcf-cf97-49f4-876a-ee57561223c8</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. |
|
| Result | ResponseResult |
None. |
Response Formats
application/json, text/json
Sample:
{
"MemberId": "sample string 1",
"SubscriptionId": "74dafc89-e3ce-488d-8b12-1b3ba01f312d",
"InvoiceId": "625392e8-8100-4693-abc8-a22e6c31940b",
"ClassifiedItemId": "5c9c2761-2e20-4927-b1db-fbb36337e8a5",
"ClassifiedApplicationId": "a00cb6d1-5eb7-4e2d-a0b0-03aeddef41d4",
"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>
<ClassifiedApplicationId>a00cb6d1-5eb7-4e2d-a0b0-03aeddef41d4</ClassifiedApplicationId>
<ClassifiedItemId>5c9c2761-2e20-4927-b1db-fbb36337e8a5</ClassifiedItemId>
<InvoiceId>625392e8-8100-4693-abc8-a22e6c31940b</InvoiceId>
<MemberId>sample string 1</MemberId>
<PaymentGatewayTransactionRef>sample string 2</PaymentGatewayTransactionRef>
<PaymentSuccessful>true</PaymentSuccessful>
<SubscriptionId>74dafc89-e3ce-488d-8b12-1b3ba01f312d</SubscriptionId>
</WorkflowSaveResponseModel>