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": "3e8763ce-bcf9-4593-a026-626ae8f2b6dc", "WorkflowId": "16452478-f5db-4b28-99a7-019a2b2ceb4f", "CurrentStepId": "f0f40d9e-aaa6-4731-91de-c27a849c3689", "UserId": "cf071a01-1dcd-4496-87de-c2ebebd30c24", "CPDId": "925eaf10-6c04-4183-bb51-c04d4fcb00de", "CPDPeriodId": "72a8fdc1-b2aa-44fe-9878-96af74c78001", "WaitlistEventId": "3eb63cc2-7167-4e19-b7b1-6fe8f38318ac", "WaitlistTicketTypeId": "36efc9f0-65de-4af5-9db4-fd09a07b27b6", "CPDReductionId": "af0e5098-37dc-4590-b593-4fe17ed5d8a7", "CartId": "884708ec-164d-47e5-afc7-6c871ad91162", "InvoiceId": "b8b17e24-a764-439c-bb2f-01fa36367633", "EntityId": "470fb2f5-09b8-409f-97a0-cfc783f2c732", "EntityType": "sample string 4", "Created": "2025-09-19T06:38:47.2157492+10:00", "LastModifiedDate": "2025-09-19T06:38:47.2167473+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": [ "b6550476-35cf-447c-8c3f-d0465058ebdd", "ef14d1cc-61a8-4563-9a90-d3b546d8b909" ], "SubmitTimes": [ { "StepId": "7d360e91-d604-48e3-afae-8df0c1b01549", "StepName": "sample string 2", "SubmittedTime": "2025-09-19T06:38:47.2177475+10:00", "SubmittedById": "3a7e642b-1bac-4218-b3eb-8b1c22b74176", "SubmittedBy": "sample string 5" }, { "StepId": "7d360e91-d604-48e3-afae-8df0c1b01549", "StepName": "sample string 2", "SubmittedTime": "2025-09-19T06:38:47.2177475+10:00", "SubmittedById": "3a7e642b-1bac-4218-b3eb-8b1c22b74176", "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>925eaf10-6c04-4183-bb51-c04d4fcb00de</CPDId> <CPDPeriodId>72a8fdc1-b2aa-44fe-9878-96af74c78001</CPDPeriodId> <CPDReductionId>af0e5098-37dc-4590-b593-4fe17ed5d8a7</CPDReductionId> <CartId>884708ec-164d-47e5-afc7-6c871ad91162</CartId> <Created>2025-09-19T06:38:47.2157492+10:00</Created> <CurrentStepId>f0f40d9e-aaa6-4731-91de-c27a849c3689</CurrentStepId> <EntityId>470fb2f5-09b8-409f-97a0-cfc783f2c732</EntityId> <EntityType>sample string 4</EntityType> <Id>3e8763ce-bcf9-4593-a026-626ae8f2b6dc</Id> <InvoiceId>b8b17e24-a764-439c-bb2f-01fa36367633</InvoiceId> <LastModifiedById>sample string 7</LastModifiedById> <LastModifiedDate>2025-09-19T06:38:47.2167473+10:00</LastModifiedDate> <PaymentGatewayTransactionRef>sample string 9</PaymentGatewayTransactionRef> <PaymentSuccessful>true</PaymentSuccessful> <PreviousStepIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:guid>b6550476-35cf-447c-8c3f-d0465058ebdd</d2p1:guid> <d2p1:guid>ef14d1cc-61a8-4563-9a90-d3b546d8b909</d2p1:guid> </PreviousStepIds> <SubmitTimes> <WorkflowPostedStepSubmitTime> <StepId>7d360e91-d604-48e3-afae-8df0c1b01549</StepId> <StepName>sample string 2</StepName> <SubmittedBy>sample string 5</SubmittedBy> <SubmittedById>3a7e642b-1bac-4218-b3eb-8b1c22b74176</SubmittedById> <SubmittedTime>2025-09-19T06:38:47.2177475+10:00</SubmittedTime> </WorkflowPostedStepSubmitTime> <WorkflowPostedStepSubmitTime> <StepId>7d360e91-d604-48e3-afae-8df0c1b01549</StepId> <StepName>sample string 2</StepName> <SubmittedBy>sample string 5</SubmittedBy> <SubmittedById>3a7e642b-1bac-4218-b3eb-8b1c22b74176</SubmittedById> <SubmittedTime>2025-09-19T06:38:47.2177475+10:00</SubmittedTime> </WorkflowPostedStepSubmitTime> </SubmitTimes> <UserId>cf071a01-1dcd-4496-87de-c2ebebd30c24</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>3eb63cc2-7167-4e19-b7b1-6fe8f38318ac</WaitlistEventId> <WaitlistTicketTypeId>36efc9f0-65de-4af5-9db4-fd09a07b27b6</WaitlistTicketTypeId> <WorkflowId>16452478-f5db-4b28-99a7-019a2b2ceb4f</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": "efa95c2c-9228-47e4-842f-96ccc11942ef", "InvoiceId": "8bec9fda-5631-44f3-b34c-8ed746d28d78", "ClassifiedItemId": "e109b450-ca91-45b1-8708-552fce948ff9", "ClassifiedApplicationId": "f1ae425d-b372-49df-9857-124a49341c88", "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>f1ae425d-b372-49df-9857-124a49341c88</ClassifiedApplicationId> <ClassifiedItemId>e109b450-ca91-45b1-8708-552fce948ff9</ClassifiedItemId> <InvoiceId>8bec9fda-5631-44f3-b34c-8ed746d28d78</InvoiceId> <MemberId>sample string 1</MemberId> <PaymentGatewayTransactionRef>sample string 2</PaymentGatewayTransactionRef> <PaymentSuccessful>true</PaymentSuccessful> <SubscriptionId>efa95c2c-9228-47e4-842f-96ccc11942ef</SubscriptionId> </WorkflowSaveResponseModel>