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": "38529834-0e70-4583-b539-e4ac446def4c",
"WorkflowId": "0cf17d37-ee52-4cfd-bfc1-145df99a48f0",
"CurrentStepId": "9c7cc2ba-1e10-4969-8090-1abdd6196617",
"UserId": "f65f0ccd-8d05-4162-bb0a-237b5087a461",
"CPDId": "ab51b337-2a3a-490e-a29f-ed6384585a71",
"CPDPeriodId": "c76eb41d-7c87-4a81-9b8e-e97f8c7fc950",
"WaitlistEventId": "d9c7baf7-e4e5-4377-85b8-c03c438abc82",
"WaitlistTicketTypeId": "2137a44c-01d2-4578-b22e-b637a6548c6b",
"CPDReductionId": "dca30123-34d3-4944-a0ce-26384f5fbf3b",
"CartId": "b95935b9-5234-46ed-ac51-e6a2538baa71",
"InvoiceId": "e436092a-0a26-493e-85a2-e6bc3a81161d",
"EntityId": "c39e6dfd-a83d-4336-aa62-cf2fbf437763",
"EntityType": "sample string 4",
"Created": "2025-12-26T17:29:21.0223699+11:00",
"LastModifiedDate": "2025-12-26T17:29:21.0223699+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": [
"d8d844c8-5e55-46ae-8097-582a65d68f46",
"0924975c-7c58-4c02-a6d3-3d5e837deb93"
],
"SubmitTimes": [
{
"StepId": "86335292-0fc5-4a4a-8ed7-f49bd4ea5651",
"StepName": "sample string 2",
"SubmittedTime": "2025-12-26T17:29:21.0223699+11:00",
"SubmittedById": "007d8e37-2980-4c97-8178-d8d8863e8bbe",
"SubmittedBy": "sample string 5"
},
{
"StepId": "86335292-0fc5-4a4a-8ed7-f49bd4ea5651",
"StepName": "sample string 2",
"SubmittedTime": "2025-12-26T17:29:21.0223699+11:00",
"SubmittedById": "007d8e37-2980-4c97-8178-d8d8863e8bbe",
"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>ab51b337-2a3a-490e-a29f-ed6384585a71</CPDId>
<CPDPeriodId>c76eb41d-7c87-4a81-9b8e-e97f8c7fc950</CPDPeriodId>
<CPDReductionId>dca30123-34d3-4944-a0ce-26384f5fbf3b</CPDReductionId>
<CartId>b95935b9-5234-46ed-ac51-e6a2538baa71</CartId>
<Created>2025-12-26T17:29:21.0223699+11:00</Created>
<CurrentStepId>9c7cc2ba-1e10-4969-8090-1abdd6196617</CurrentStepId>
<EntityId>c39e6dfd-a83d-4336-aa62-cf2fbf437763</EntityId>
<EntityType>sample string 4</EntityType>
<Id>38529834-0e70-4583-b539-e4ac446def4c</Id>
<InvoiceId>e436092a-0a26-493e-85a2-e6bc3a81161d</InvoiceId>
<LastModifiedById>sample string 7</LastModifiedById>
<LastModifiedDate>2025-12-26T17:29:21.0223699+11:00</LastModifiedDate>
<PaymentGatewayTransactionRef>sample string 9</PaymentGatewayTransactionRef>
<PaymentSuccessful>true</PaymentSuccessful>
<PreviousStepIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>d8d844c8-5e55-46ae-8097-582a65d68f46</d2p1:guid>
<d2p1:guid>0924975c-7c58-4c02-a6d3-3d5e837deb93</d2p1:guid>
</PreviousStepIds>
<SubmitTimes>
<WorkflowPostedStepSubmitTime>
<StepId>86335292-0fc5-4a4a-8ed7-f49bd4ea5651</StepId>
<StepName>sample string 2</StepName>
<SubmittedBy>sample string 5</SubmittedBy>
<SubmittedById>007d8e37-2980-4c97-8178-d8d8863e8bbe</SubmittedById>
<SubmittedTime>2025-12-26T17:29:21.0223699+11:00</SubmittedTime>
</WorkflowPostedStepSubmitTime>
<WorkflowPostedStepSubmitTime>
<StepId>86335292-0fc5-4a4a-8ed7-f49bd4ea5651</StepId>
<StepName>sample string 2</StepName>
<SubmittedBy>sample string 5</SubmittedBy>
<SubmittedById>007d8e37-2980-4c97-8178-d8d8863e8bbe</SubmittedById>
<SubmittedTime>2025-12-26T17:29:21.0223699+11:00</SubmittedTime>
</WorkflowPostedStepSubmitTime>
</SubmitTimes>
<UserId>f65f0ccd-8d05-4162-bb0a-237b5087a461</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>d9c7baf7-e4e5-4377-85b8-c03c438abc82</WaitlistEventId>
<WaitlistTicketTypeId>2137a44c-01d2-4578-b22e-b637a6548c6b</WaitlistTicketTypeId>
<WorkflowId>0cf17d37-ee52-4cfd-bfc1-145df99a48f0</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": "d1ac4524-9a25-43f5-a6a4-42e501e8375c",
"InvoiceId": "554f27d9-a07d-4043-ac26-a859395dae42",
"ClassifiedItemId": "1b3dac4c-96cb-4d65-881d-bfc1e6271306",
"ClassifiedApplicationId": "beaf5da8-50fe-45ac-af73-7f0f2962f583",
"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>beaf5da8-50fe-45ac-af73-7f0f2962f583</ClassifiedApplicationId>
<ClassifiedItemId>1b3dac4c-96cb-4d65-881d-bfc1e6271306</ClassifiedItemId>
<InvoiceId>554f27d9-a07d-4043-ac26-a859395dae42</InvoiceId>
<MemberId>sample string 1</MemberId>
<PaymentGatewayTransactionRef>sample string 2</PaymentGatewayTransactionRef>
<PaymentSuccessful>true</PaymentSuccessful>
<SubscriptionId>d1ac4524-9a25-43f5-a6a4-42e501e8375c</SubscriptionId>
</WorkflowSaveResponseModel>