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": "415ef903-8fd8-4e59-9eba-8d08af22a18f", "WorkflowId": "a8b94193-35ba-45ca-af7a-ef0c79ac9e6c", "CurrentStepId": "f03711d6-1c1d-4d61-9a0c-0e2c783a8210", "UserId": "b5f89c46-d5c5-474c-b1e0-29c9880e4eaf", "CPDId": "55eecb36-9d5b-48b5-99d5-bbba303cc1cc", "CPDPeriodId": "feaa3c1f-e162-4195-9287-a4ccb3b16a87", "WaitlistEventId": "30c068cf-161a-478c-8826-cc4022abfe1d", "WaitlistTicketTypeId": "572792f6-1cb1-489b-8450-d7e13f4ddc7c", "CPDReductionId": "5f25df3e-7287-47c1-a766-a214422f08dc", "CartId": "d0bcf0b9-2c42-498e-8369-9a9ebaa7b4b3", "InvoiceId": "ba2623ba-32ad-4803-82c4-0ad94582ab04", "EntityId": "cd0a427a-9d60-4725-ac7d-e03699989e37", "EntityType": "sample string 4", "Created": "2024-11-29T09:27:31.6881768+11:00", "LastModifiedDate": "2024-11-29T09:27:31.6881768+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": [ "0526003f-af0a-49dc-b955-150aecb839bf", "c928f785-ad20-49f8-bcf9-21cc4ea0b94e" ], "SubmitTimes": [ { "StepId": "c0e1b7ca-014c-433d-a832-3c8525227ea4", "StepName": "sample string 2", "SubmittedTime": "2024-11-29T09:27:31.6891768+11:00", "SubmittedById": "a1ee1e22-8f0a-4c6c-94a7-055b720e92e3", "SubmittedBy": "sample string 5" }, { "StepId": "c0e1b7ca-014c-433d-a832-3c8525227ea4", "StepName": "sample string 2", "SubmittedTime": "2024-11-29T09:27:31.6891768+11:00", "SubmittedById": "a1ee1e22-8f0a-4c6c-94a7-055b720e92e3", "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>55eecb36-9d5b-48b5-99d5-bbba303cc1cc</CPDId> <CPDPeriodId>feaa3c1f-e162-4195-9287-a4ccb3b16a87</CPDPeriodId> <CPDReductionId>5f25df3e-7287-47c1-a766-a214422f08dc</CPDReductionId> <CartId>d0bcf0b9-2c42-498e-8369-9a9ebaa7b4b3</CartId> <Created>2024-11-29T09:27:31.6881768+11:00</Created> <CurrentStepId>f03711d6-1c1d-4d61-9a0c-0e2c783a8210</CurrentStepId> <EntityId>cd0a427a-9d60-4725-ac7d-e03699989e37</EntityId> <EntityType>sample string 4</EntityType> <Id>415ef903-8fd8-4e59-9eba-8d08af22a18f</Id> <InvoiceId>ba2623ba-32ad-4803-82c4-0ad94582ab04</InvoiceId> <LastModifiedById>sample string 7</LastModifiedById> <LastModifiedDate>2024-11-29T09:27:31.6881768+11:00</LastModifiedDate> <PaymentGatewayTransactionRef>sample string 9</PaymentGatewayTransactionRef> <PaymentSuccessful>true</PaymentSuccessful> <PreviousStepIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:guid>0526003f-af0a-49dc-b955-150aecb839bf</d2p1:guid> <d2p1:guid>c928f785-ad20-49f8-bcf9-21cc4ea0b94e</d2p1:guid> </PreviousStepIds> <SubmitTimes> <WorkflowPostedStepSubmitTime> <StepId>c0e1b7ca-014c-433d-a832-3c8525227ea4</StepId> <StepName>sample string 2</StepName> <SubmittedBy>sample string 5</SubmittedBy> <SubmittedById>a1ee1e22-8f0a-4c6c-94a7-055b720e92e3</SubmittedById> <SubmittedTime>2024-11-29T09:27:31.6891768+11:00</SubmittedTime> </WorkflowPostedStepSubmitTime> <WorkflowPostedStepSubmitTime> <StepId>c0e1b7ca-014c-433d-a832-3c8525227ea4</StepId> <StepName>sample string 2</StepName> <SubmittedBy>sample string 5</SubmittedBy> <SubmittedById>a1ee1e22-8f0a-4c6c-94a7-055b720e92e3</SubmittedById> <SubmittedTime>2024-11-29T09:27:31.6891768+11:00</SubmittedTime> </WorkflowPostedStepSubmitTime> </SubmitTimes> <UserId>b5f89c46-d5c5-474c-b1e0-29c9880e4eaf</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>30c068cf-161a-478c-8826-cc4022abfe1d</WaitlistEventId> <WaitlistTicketTypeId>572792f6-1cb1-489b-8450-d7e13f4ddc7c</WaitlistTicketTypeId> <WorkflowId>a8b94193-35ba-45ca-af7a-ef0c79ac9e6c</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": "81ae7f60-1093-4788-a3fb-4d100bc82511", "InvoiceId": "6acd3f6b-5a3b-4f29-a559-f7c11897317c", "ClassifiedItemId": "3a1b1742-a64a-44cc-bbef-e37b77754b86", "ClassifiedApplicationId": "2ffde581-b680-43bb-84f0-27a9db5811be", "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>2ffde581-b680-43bb-84f0-27a9db5811be</ClassifiedApplicationId> <ClassifiedItemId>3a1b1742-a64a-44cc-bbef-e37b77754b86</ClassifiedItemId> <InvoiceId>6acd3f6b-5a3b-4f29-a559-f7c11897317c</InvoiceId> <MemberId>sample string 1</MemberId> <PaymentGatewayTransactionRef>sample string 2</PaymentGatewayTransactionRef> <PaymentSuccessful>true</PaymentSuccessful> <SubscriptionId>81ae7f60-1093-4788-a3fb-4d100bc82511</SubscriptionId> </WorkflowSaveResponseModel>