GET api/Workflow/Save
Request Information
URI Parameters
None.
Body Parameters
WorkflowPostedFieldsRequestModelName | 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": "1424b36a-16cd-4682-9843-a1cc8fde74b9", "WorkflowId": "4fa0fff2-f1e2-4b5d-aaa0-7ffea3c940ca", "CurrentStepId": "b2e45538-8f0b-4cf5-8e4c-4f37be829ff8", "UserId": "f23690a4-2ee9-446e-aa3d-0e956b92c848", "CPDId": "66f18627-ea50-43ca-a95e-eaacd5fc4814", "CPDPeriodId": "5dd17a2e-e8d6-486c-bea3-18f2287adf7a", "WaitlistEventId": "f4a55761-249c-4d5c-8389-1e097512147c", "WaitlistTicketTypeId": "574b4b41-f2ea-473d-8ea9-3fa21e56dc5a", "CPDReductionId": "bf992389-e6ea-4c64-9af7-5bd7daa1c1ba", "CartId": "8ed4a109-4d0b-4c31-ae24-36061c5a5b1f", "InvoiceId": "29bbdeb5-7d1e-4dc6-8f5f-fe18c135a0a7", "EntityId": "08ce91a3-4f52-413e-b30b-2d29003d34be", "EntityType": "sample string 4", "Created": "2025-04-04T14:12:26.5287898+11:00", "LastModifiedDate": "2025-04-04T14:12:26.5287898+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": [ "664b0baf-cbda-4a3c-8e32-1536d3ec0762", "965b2e96-d84c-413d-a853-0a63d7d9ddc1" ], "SubmitTimes": [ { "StepId": "4f7d2a6e-1675-4fc6-85a0-f594887a7558", "StepName": "sample string 2", "SubmittedTime": "2025-04-04T14:12:26.5297938+11:00", "SubmittedById": "b61e4833-f914-4360-aa34-c366007095b6", "SubmittedBy": "sample string 5" }, { "StepId": "4f7d2a6e-1675-4fc6-85a0-f594887a7558", "StepName": "sample string 2", "SubmittedTime": "2025-04-04T14:12:26.5297938+11:00", "SubmittedById": "b61e4833-f914-4360-aa34-c366007095b6", "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>66f18627-ea50-43ca-a95e-eaacd5fc4814</CPDId> <CPDPeriodId>5dd17a2e-e8d6-486c-bea3-18f2287adf7a</CPDPeriodId> <CPDReductionId>bf992389-e6ea-4c64-9af7-5bd7daa1c1ba</CPDReductionId> <CartId>8ed4a109-4d0b-4c31-ae24-36061c5a5b1f</CartId> <Created>2025-04-04T14:12:26.5287898+11:00</Created> <CurrentStepId>b2e45538-8f0b-4cf5-8e4c-4f37be829ff8</CurrentStepId> <EntityId>08ce91a3-4f52-413e-b30b-2d29003d34be</EntityId> <EntityType>sample string 4</EntityType> <Id>1424b36a-16cd-4682-9843-a1cc8fde74b9</Id> <InvoiceId>29bbdeb5-7d1e-4dc6-8f5f-fe18c135a0a7</InvoiceId> <LastModifiedById>sample string 7</LastModifiedById> <LastModifiedDate>2025-04-04T14:12:26.5287898+11:00</LastModifiedDate> <PaymentGatewayTransactionRef>sample string 9</PaymentGatewayTransactionRef> <PaymentSuccessful>true</PaymentSuccessful> <PreviousStepIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:guid>664b0baf-cbda-4a3c-8e32-1536d3ec0762</d2p1:guid> <d2p1:guid>965b2e96-d84c-413d-a853-0a63d7d9ddc1</d2p1:guid> </PreviousStepIds> <SubmitTimes> <WorkflowPostedStepSubmitTime> <StepId>4f7d2a6e-1675-4fc6-85a0-f594887a7558</StepId> <StepName>sample string 2</StepName> <SubmittedBy>sample string 5</SubmittedBy> <SubmittedById>b61e4833-f914-4360-aa34-c366007095b6</SubmittedById> <SubmittedTime>2025-04-04T14:12:26.5297938+11:00</SubmittedTime> </WorkflowPostedStepSubmitTime> <WorkflowPostedStepSubmitTime> <StepId>4f7d2a6e-1675-4fc6-85a0-f594887a7558</StepId> <StepName>sample string 2</StepName> <SubmittedBy>sample string 5</SubmittedBy> <SubmittedById>b61e4833-f914-4360-aa34-c366007095b6</SubmittedById> <SubmittedTime>2025-04-04T14:12:26.5297938+11:00</SubmittedTime> </WorkflowPostedStepSubmitTime> </SubmitTimes> <UserId>f23690a4-2ee9-446e-aa3d-0e956b92c848</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>f4a55761-249c-4d5c-8389-1e097512147c</WaitlistEventId> <WaitlistTicketTypeId>574b4b41-f2ea-473d-8ea9-3fa21e56dc5a</WaitlistTicketTypeId> <WorkflowId>4fa0fff2-f1e2-4b5d-aaa0-7ffea3c940ca</WorkflowId> <WorkflowName>sample string 8</WorkflowName> </WorkflowPostedFieldsRequestModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
WorkflowSaveResponseModelName | 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": "0556a724-694c-445b-a471-fd7b1e544843", "InvoiceId": "2e8c2f18-fe8c-485d-814c-432477cc1c80", "ClassifiedItemId": "ea0d057f-2c7a-424f-aa1b-0104740b9f9b", "ClassifiedApplicationId": "c7908d43-9fed-4a4e-8551-247ad6085954", "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>c7908d43-9fed-4a4e-8551-247ad6085954</ClassifiedApplicationId> <ClassifiedItemId>ea0d057f-2c7a-424f-aa1b-0104740b9f9b</ClassifiedItemId> <InvoiceId>2e8c2f18-fe8c-485d-814c-432477cc1c80</InvoiceId> <MemberId>sample string 1</MemberId> <PaymentGatewayTransactionRef>sample string 2</PaymentGatewayTransactionRef> <PaymentSuccessful>true</PaymentSuccessful> <SubscriptionId>0556a724-694c-445b-a471-fd7b1e544843</SubscriptionId> </WorkflowSaveResponseModel>