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": "c8fc3f2f-0339-47fa-80eb-0b797244be8b", "WorkflowId": "5b0fa00e-468e-465a-a6a7-696a2df5d5a1", "CurrentStepId": "0f878fdf-8051-4049-a67f-1db3db310bd6", "UserId": "f8d80f72-e2b5-4213-aa51-5d58a60b6dbd", "CPDId": "2531691a-12d2-4a3f-a674-d6bf7408a4f3", "CPDPeriodId": "117ac448-20bd-424e-9402-0deaab674cd9", "WaitlistEventId": "dbb96cca-a29a-4abe-952e-4717bac64e2a", "WaitlistTicketTypeId": "6afe62e9-865f-4d78-b257-aa4f74a19b30", "CPDReductionId": "9c69a941-1fbc-4485-9cf7-a8a4b7c30e75", "CartId": "2dd26aff-1d88-4382-8795-3953ba792c5f", "InvoiceId": "54d124a9-634d-47cc-ad9f-b56dbc803069", "EntityId": "1c94df37-7a3b-48c0-ab80-b3633b194440", "EntityType": "sample string 4", "Created": "2025-04-04T00:52:58.0882531+00:00", "LastModifiedDate": "2025-04-04T00:52:58.0882531+00: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": [ "207d0328-0d02-4bff-889d-56c61ef06e8d", "38f4aa7e-5509-40fc-8e1e-390ffd6a8a63" ], "SubmitTimes": [ { "StepId": "47298582-cb75-46cf-a99d-7dd81c84b92a", "StepName": "sample string 2", "SubmittedTime": "2025-04-04T00:52:58.0882531+00:00", "SubmittedById": "01eb0525-beec-47c2-a96a-1c6f5ff67301", "SubmittedBy": "sample string 5" }, { "StepId": "47298582-cb75-46cf-a99d-7dd81c84b92a", "StepName": "sample string 2", "SubmittedTime": "2025-04-04T00:52:58.0882531+00:00", "SubmittedById": "01eb0525-beec-47c2-a96a-1c6f5ff67301", "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>2531691a-12d2-4a3f-a674-d6bf7408a4f3</CPDId> <CPDPeriodId>117ac448-20bd-424e-9402-0deaab674cd9</CPDPeriodId> <CPDReductionId>9c69a941-1fbc-4485-9cf7-a8a4b7c30e75</CPDReductionId> <CartId>2dd26aff-1d88-4382-8795-3953ba792c5f</CartId> <Created>2025-04-04T00:52:58.0882531+00:00</Created> <CurrentStepId>0f878fdf-8051-4049-a67f-1db3db310bd6</CurrentStepId> <EntityId>1c94df37-7a3b-48c0-ab80-b3633b194440</EntityId> <EntityType>sample string 4</EntityType> <Id>c8fc3f2f-0339-47fa-80eb-0b797244be8b</Id> <InvoiceId>54d124a9-634d-47cc-ad9f-b56dbc803069</InvoiceId> <LastModifiedById>sample string 7</LastModifiedById> <LastModifiedDate>2025-04-04T00:52:58.0882531+00:00</LastModifiedDate> <PaymentGatewayTransactionRef>sample string 9</PaymentGatewayTransactionRef> <PaymentSuccessful>true</PaymentSuccessful> <PreviousStepIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:guid>207d0328-0d02-4bff-889d-56c61ef06e8d</d2p1:guid> <d2p1:guid>38f4aa7e-5509-40fc-8e1e-390ffd6a8a63</d2p1:guid> </PreviousStepIds> <SubmitTimes> <WorkflowPostedStepSubmitTime> <StepId>47298582-cb75-46cf-a99d-7dd81c84b92a</StepId> <StepName>sample string 2</StepName> <SubmittedBy>sample string 5</SubmittedBy> <SubmittedById>01eb0525-beec-47c2-a96a-1c6f5ff67301</SubmittedById> <SubmittedTime>2025-04-04T00:52:58.0882531+00:00</SubmittedTime> </WorkflowPostedStepSubmitTime> <WorkflowPostedStepSubmitTime> <StepId>47298582-cb75-46cf-a99d-7dd81c84b92a</StepId> <StepName>sample string 2</StepName> <SubmittedBy>sample string 5</SubmittedBy> <SubmittedById>01eb0525-beec-47c2-a96a-1c6f5ff67301</SubmittedById> <SubmittedTime>2025-04-04T00:52:58.0882531+00:00</SubmittedTime> </WorkflowPostedStepSubmitTime> </SubmitTimes> <UserId>f8d80f72-e2b5-4213-aa51-5d58a60b6dbd</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>dbb96cca-a29a-4abe-952e-4717bac64e2a</WaitlistEventId> <WaitlistTicketTypeId>6afe62e9-865f-4d78-b257-aa4f74a19b30</WaitlistTicketTypeId> <WorkflowId>5b0fa00e-468e-465a-a6a7-696a2df5d5a1</WorkflowId> <WorkflowName>sample string 8</WorkflowName> </WorkflowPostedFieldsRequestModel>
application/x-www-form-urlencoded
Sample:
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": "5b38541c-5da6-4989-9dbd-869850c3c2f7", "InvoiceId": "20bbfdb0-123c-4841-8140-ed0dfe154c37", "ClassifiedItemId": "298de259-7ae4-4718-85ae-71f615e2510e", "ClassifiedApplicationId": "04900d17-4cc4-4f55-9873-fe930d7c93ce", "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>04900d17-4cc4-4f55-9873-fe930d7c93ce</ClassifiedApplicationId> <ClassifiedItemId>298de259-7ae4-4718-85ae-71f615e2510e</ClassifiedItemId> <InvoiceId>20bbfdb0-123c-4841-8140-ed0dfe154c37</InvoiceId> <MemberId>sample string 1</MemberId> <PaymentGatewayTransactionRef>sample string 2</PaymentGatewayTransactionRef> <PaymentSuccessful>true</PaymentSuccessful> <SubscriptionId>5b38541c-5da6-4989-9dbd-869850c3c2f7</SubscriptionId> </WorkflowSaveResponseModel>