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": "1625d45b-e6d7-4e3b-ae19-8039895dd932", "WorkflowId": "69e4069a-b65a-4bd2-a0d6-fdfbb5cc169f", "CurrentStepId": "f369eab0-a4e2-4936-a587-5150c98c69d8", "UserId": "1dad6ec2-8367-4524-85eb-5e2374392f2a", "CPDId": "ac5f623c-7965-436c-84f2-22967131770d", "CPDPeriodId": "a103a533-afd1-4e1e-8973-379ac06ecc2f", "WaitlistEventId": "dac27c54-f290-4fc8-8a02-c2d05919fd12", "WaitlistTicketTypeId": "80501389-5814-4022-b0c1-c6a3e14ac77a", "CPDReductionId": "ee0b06df-b61d-4fec-8034-703779ac43ba", "CartId": "5781be4b-941b-4e6f-8708-95460907e593", "InvoiceId": "a0968da7-d6e4-4560-91a5-78206699ed6f", "EntityId": "af11f80f-4ebc-4515-acae-867b74db5d07", "EntityType": "sample string 4", "Created": "2025-07-03T19:17:27.4835047+00:00", "LastModifiedDate": "2025-07-03T19:17:27.4835047+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": [ "5bc252f0-dcae-46ca-a7ad-c29fa759288b", "f7c6b1e1-fe44-43c5-a3b5-3d131724fc5c" ], "SubmitTimes": [ { "StepId": "8784ae3a-0150-4311-bf48-572eb1c5224d", "StepName": "sample string 2", "SubmittedTime": "2025-07-03T19:17:27.4835047+00:00", "SubmittedById": "1ee381a8-7518-4215-b649-044cf4577942", "SubmittedBy": "sample string 5" }, { "StepId": "8784ae3a-0150-4311-bf48-572eb1c5224d", "StepName": "sample string 2", "SubmittedTime": "2025-07-03T19:17:27.4835047+00:00", "SubmittedById": "1ee381a8-7518-4215-b649-044cf4577942", "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>ac5f623c-7965-436c-84f2-22967131770d</CPDId> <CPDPeriodId>a103a533-afd1-4e1e-8973-379ac06ecc2f</CPDPeriodId> <CPDReductionId>ee0b06df-b61d-4fec-8034-703779ac43ba</CPDReductionId> <CartId>5781be4b-941b-4e6f-8708-95460907e593</CartId> <Created>2025-07-03T19:17:27.4835047+00:00</Created> <CurrentStepId>f369eab0-a4e2-4936-a587-5150c98c69d8</CurrentStepId> <EntityId>af11f80f-4ebc-4515-acae-867b74db5d07</EntityId> <EntityType>sample string 4</EntityType> <Id>1625d45b-e6d7-4e3b-ae19-8039895dd932</Id> <InvoiceId>a0968da7-d6e4-4560-91a5-78206699ed6f</InvoiceId> <LastModifiedById>sample string 7</LastModifiedById> <LastModifiedDate>2025-07-03T19:17:27.4835047+00:00</LastModifiedDate> <PaymentGatewayTransactionRef>sample string 9</PaymentGatewayTransactionRef> <PaymentSuccessful>true</PaymentSuccessful> <PreviousStepIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:guid>5bc252f0-dcae-46ca-a7ad-c29fa759288b</d2p1:guid> <d2p1:guid>f7c6b1e1-fe44-43c5-a3b5-3d131724fc5c</d2p1:guid> </PreviousStepIds> <SubmitTimes> <WorkflowPostedStepSubmitTime> <StepId>8784ae3a-0150-4311-bf48-572eb1c5224d</StepId> <StepName>sample string 2</StepName> <SubmittedBy>sample string 5</SubmittedBy> <SubmittedById>1ee381a8-7518-4215-b649-044cf4577942</SubmittedById> <SubmittedTime>2025-07-03T19:17:27.4835047+00:00</SubmittedTime> </WorkflowPostedStepSubmitTime> <WorkflowPostedStepSubmitTime> <StepId>8784ae3a-0150-4311-bf48-572eb1c5224d</StepId> <StepName>sample string 2</StepName> <SubmittedBy>sample string 5</SubmittedBy> <SubmittedById>1ee381a8-7518-4215-b649-044cf4577942</SubmittedById> <SubmittedTime>2025-07-03T19:17:27.4835047+00:00</SubmittedTime> </WorkflowPostedStepSubmitTime> </SubmitTimes> <UserId>1dad6ec2-8367-4524-85eb-5e2374392f2a</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>dac27c54-f290-4fc8-8a02-c2d05919fd12</WaitlistEventId> <WaitlistTicketTypeId>80501389-5814-4022-b0c1-c6a3e14ac77a</WaitlistTicketTypeId> <WorkflowId>69e4069a-b65a-4bd2-a0d6-fdfbb5cc169f</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": "9b0a63ec-9ada-42ed-ad6c-1d8884a93109", "InvoiceId": "00f2aa12-0c7b-4d2f-92df-5e271ff8b455", "ClassifiedItemId": "ea4ab348-3098-4011-a0bd-cdece35c3183", "ClassifiedApplicationId": "23a92141-11f0-43b0-b894-e3c8a42a33ec", "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>23a92141-11f0-43b0-b894-e3c8a42a33ec</ClassifiedApplicationId> <ClassifiedItemId>ea4ab348-3098-4011-a0bd-cdece35c3183</ClassifiedItemId> <InvoiceId>00f2aa12-0c7b-4d2f-92df-5e271ff8b455</InvoiceId> <MemberId>sample string 1</MemberId> <PaymentGatewayTransactionRef>sample string 2</PaymentGatewayTransactionRef> <PaymentSuccessful>true</PaymentSuccessful> <SubscriptionId>9b0a63ec-9ada-42ed-ad6c-1d8884a93109</SubscriptionId> </WorkflowSaveResponseModel>