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": "e64c08eb-843f-4159-a9d8-eb7d8510fe29", "WorkflowId": "ca4ca932-1ecf-4e62-87ef-3b53e743e757", "CurrentStepId": "4d7c2060-fb6e-4174-898a-58204e5a5969", "UserId": "905ad91a-19ac-4387-9284-7168b01bcbeb", "CPDId": "d5423a41-8590-46ca-b3f2-e16b8ac574de", "CPDPeriodId": "c97061c4-336e-4de2-8df5-b01e06eb1e0f", "WaitlistEventId": "716061f3-2fad-4138-a8de-bfd3cfbeb73f", "WaitlistTicketTypeId": "135991ca-8a8c-46aa-b9ed-c5e43cfbdc6e", "CPDReductionId": "5382bf6c-b9a2-47ca-aba0-07cf2167b616", "CartId": "0249792e-681f-455c-8bc5-9a5eecca52e8", "InvoiceId": "5c146b08-25bc-439a-af8b-e4a37291633e", "EntityId": "41117e33-490b-40ac-a8b1-4705d36863ac", "EntityType": "sample string 4", "Created": "2024-11-28T22:41:04.3349643+00:00", "LastModifiedDate": "2024-11-28T22:41:04.3349643+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": [ "b47a0408-83a0-4b30-8d7d-5594e12b5678", "ef2f8d32-a105-4354-960b-91543eea5768" ], "SubmitTimes": [ { "StepId": "cccf457c-7afa-45f4-9ae9-96971c4aad04", "StepName": "sample string 2", "SubmittedTime": "2024-11-28T22:41:04.3349643+00:00", "SubmittedById": "161cb279-6d45-4cc2-9de0-0b3e1e4e6473", "SubmittedBy": "sample string 5" }, { "StepId": "cccf457c-7afa-45f4-9ae9-96971c4aad04", "StepName": "sample string 2", "SubmittedTime": "2024-11-28T22:41:04.3349643+00:00", "SubmittedById": "161cb279-6d45-4cc2-9de0-0b3e1e4e6473", "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>d5423a41-8590-46ca-b3f2-e16b8ac574de</CPDId> <CPDPeriodId>c97061c4-336e-4de2-8df5-b01e06eb1e0f</CPDPeriodId> <CPDReductionId>5382bf6c-b9a2-47ca-aba0-07cf2167b616</CPDReductionId> <CartId>0249792e-681f-455c-8bc5-9a5eecca52e8</CartId> <Created>2024-11-28T22:41:04.3349643+00:00</Created> <CurrentStepId>4d7c2060-fb6e-4174-898a-58204e5a5969</CurrentStepId> <EntityId>41117e33-490b-40ac-a8b1-4705d36863ac</EntityId> <EntityType>sample string 4</EntityType> <Id>e64c08eb-843f-4159-a9d8-eb7d8510fe29</Id> <InvoiceId>5c146b08-25bc-439a-af8b-e4a37291633e</InvoiceId> <LastModifiedById>sample string 7</LastModifiedById> <LastModifiedDate>2024-11-28T22:41:04.3349643+00:00</LastModifiedDate> <PaymentGatewayTransactionRef>sample string 9</PaymentGatewayTransactionRef> <PaymentSuccessful>true</PaymentSuccessful> <PreviousStepIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:guid>b47a0408-83a0-4b30-8d7d-5594e12b5678</d2p1:guid> <d2p1:guid>ef2f8d32-a105-4354-960b-91543eea5768</d2p1:guid> </PreviousStepIds> <SubmitTimes> <WorkflowPostedStepSubmitTime> <StepId>cccf457c-7afa-45f4-9ae9-96971c4aad04</StepId> <StepName>sample string 2</StepName> <SubmittedBy>sample string 5</SubmittedBy> <SubmittedById>161cb279-6d45-4cc2-9de0-0b3e1e4e6473</SubmittedById> <SubmittedTime>2024-11-28T22:41:04.3349643+00:00</SubmittedTime> </WorkflowPostedStepSubmitTime> <WorkflowPostedStepSubmitTime> <StepId>cccf457c-7afa-45f4-9ae9-96971c4aad04</StepId> <StepName>sample string 2</StepName> <SubmittedBy>sample string 5</SubmittedBy> <SubmittedById>161cb279-6d45-4cc2-9de0-0b3e1e4e6473</SubmittedById> <SubmittedTime>2024-11-28T22:41:04.3349643+00:00</SubmittedTime> </WorkflowPostedStepSubmitTime> </SubmitTimes> <UserId>905ad91a-19ac-4387-9284-7168b01bcbeb</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>716061f3-2fad-4138-a8de-bfd3cfbeb73f</WaitlistEventId> <WaitlistTicketTypeId>135991ca-8a8c-46aa-b9ed-c5e43cfbdc6e</WaitlistTicketTypeId> <WorkflowId>ca4ca932-1ecf-4e62-87ef-3b53e743e757</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": "894eee35-71ec-48e8-bedc-3daef0f068e0", "InvoiceId": "43f4b353-1579-4ef4-98b9-afa2c3f3ccb0", "ClassifiedItemId": "5a39b623-878c-46bd-859a-0d1f1f3d45f1", "ClassifiedApplicationId": "6151e7db-d49e-47d8-b3ee-bc91c6fc37cc", "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>6151e7db-d49e-47d8-b3ee-bc91c6fc37cc</ClassifiedApplicationId> <ClassifiedItemId>5a39b623-878c-46bd-859a-0d1f1f3d45f1</ClassifiedItemId> <InvoiceId>43f4b353-1579-4ef4-98b9-afa2c3f3ccb0</InvoiceId> <MemberId>sample string 1</MemberId> <PaymentGatewayTransactionRef>sample string 2</PaymentGatewayTransactionRef> <PaymentSuccessful>true</PaymentSuccessful> <SubscriptionId>894eee35-71ec-48e8-bedc-3daef0f068e0</SubscriptionId> </WorkflowSaveResponseModel>