POST 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": "70a42d8c-c1ca-4336-bba1-2ee8812f7ad4", "WorkflowId": "5ccb7c52-cc7c-4032-8b0a-907fe197cbbd", "CurrentStepId": "8fabe2ff-a404-4226-946a-364a00a7da15", "UserId": "e8c8cfa1-41b4-458c-b344-2512aa781367", "CPDId": "51c496b3-a512-4dda-906f-d84154ae4954", "CPDPeriodId": "2d2f8e2a-837a-4718-b831-1e4585a0f73d", "WaitlistEventId": "52c13213-293e-4cf2-bd66-a1abeb4d89a9", "WaitlistTicketTypeId": "c1b23513-e038-470d-901f-d5946cf7c771", "CPDReductionId": "d2507fe3-0653-403f-ab95-3fff9f2c9646", "CartId": "34907e85-d852-4103-a785-8594f85f4955", "InvoiceId": "63d85f9b-eb1b-4889-8d3a-d3d2a58c7edf", "EntityId": "f2535129-b949-4112-be37-d959e3e01cec", "EntityType": "sample string 4", "Created": "2025-04-04T00:52:08.6496811+00:00", "LastModifiedDate": "2025-04-04T00:52:08.6496811+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": [ "4c5413cd-932f-4f39-8191-a096cd1f5ab9", "8fbdecd5-249c-4826-be28-b581318c6dd7" ], "SubmitTimes": [ { "StepId": "420dfae0-8e67-4cf9-9253-86f7b839599d", "StepName": "sample string 2", "SubmittedTime": "2025-04-04T00:52:08.6496811+00:00", "SubmittedById": "f4462291-8bb1-428f-bf78-6524a6e8be17", "SubmittedBy": "sample string 5" }, { "StepId": "420dfae0-8e67-4cf9-9253-86f7b839599d", "StepName": "sample string 2", "SubmittedTime": "2025-04-04T00:52:08.6496811+00:00", "SubmittedById": "f4462291-8bb1-428f-bf78-6524a6e8be17", "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>51c496b3-a512-4dda-906f-d84154ae4954</CPDId> <CPDPeriodId>2d2f8e2a-837a-4718-b831-1e4585a0f73d</CPDPeriodId> <CPDReductionId>d2507fe3-0653-403f-ab95-3fff9f2c9646</CPDReductionId> <CartId>34907e85-d852-4103-a785-8594f85f4955</CartId> <Created>2025-04-04T00:52:08.6496811+00:00</Created> <CurrentStepId>8fabe2ff-a404-4226-946a-364a00a7da15</CurrentStepId> <EntityId>f2535129-b949-4112-be37-d959e3e01cec</EntityId> <EntityType>sample string 4</EntityType> <Id>70a42d8c-c1ca-4336-bba1-2ee8812f7ad4</Id> <InvoiceId>63d85f9b-eb1b-4889-8d3a-d3d2a58c7edf</InvoiceId> <LastModifiedById>sample string 7</LastModifiedById> <LastModifiedDate>2025-04-04T00:52:08.6496811+00:00</LastModifiedDate> <PaymentGatewayTransactionRef>sample string 9</PaymentGatewayTransactionRef> <PaymentSuccessful>true</PaymentSuccessful> <PreviousStepIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:guid>4c5413cd-932f-4f39-8191-a096cd1f5ab9</d2p1:guid> <d2p1:guid>8fbdecd5-249c-4826-be28-b581318c6dd7</d2p1:guid> </PreviousStepIds> <SubmitTimes> <WorkflowPostedStepSubmitTime> <StepId>420dfae0-8e67-4cf9-9253-86f7b839599d</StepId> <StepName>sample string 2</StepName> <SubmittedBy>sample string 5</SubmittedBy> <SubmittedById>f4462291-8bb1-428f-bf78-6524a6e8be17</SubmittedById> <SubmittedTime>2025-04-04T00:52:08.6496811+00:00</SubmittedTime> </WorkflowPostedStepSubmitTime> <WorkflowPostedStepSubmitTime> <StepId>420dfae0-8e67-4cf9-9253-86f7b839599d</StepId> <StepName>sample string 2</StepName> <SubmittedBy>sample string 5</SubmittedBy> <SubmittedById>f4462291-8bb1-428f-bf78-6524a6e8be17</SubmittedById> <SubmittedTime>2025-04-04T00:52:08.6496811+00:00</SubmittedTime> </WorkflowPostedStepSubmitTime> </SubmitTimes> <UserId>e8c8cfa1-41b4-458c-b344-2512aa781367</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>52c13213-293e-4cf2-bd66-a1abeb4d89a9</WaitlistEventId> <WaitlistTicketTypeId>c1b23513-e038-470d-901f-d5946cf7c771</WaitlistTicketTypeId> <WorkflowId>5ccb7c52-cc7c-4032-8b0a-907fe197cbbd</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": "61404741-1d52-4b42-9f8d-321096bf4edf", "InvoiceId": "0848ea12-7ad0-4af1-9fd1-57a2dc5a3e08", "ClassifiedItemId": "02e656b6-12d2-4c9c-a636-3f1fd421de80", "ClassifiedApplicationId": "d2d9299b-a55d-465e-83f6-54c7c50714b7", "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>d2d9299b-a55d-465e-83f6-54c7c50714b7</ClassifiedApplicationId> <ClassifiedItemId>02e656b6-12d2-4c9c-a636-3f1fd421de80</ClassifiedItemId> <InvoiceId>0848ea12-7ad0-4af1-9fd1-57a2dc5a3e08</InvoiceId> <MemberId>sample string 1</MemberId> <PaymentGatewayTransactionRef>sample string 2</PaymentGatewayTransactionRef> <PaymentSuccessful>true</PaymentSuccessful> <SubscriptionId>61404741-1d52-4b42-9f8d-321096bf4edf</SubscriptionId> </WorkflowSaveResponseModel>