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": "63d9979e-cfcf-4bfc-9953-74f492b57011", "WorkflowId": "0d46db3e-efc5-4d9f-ac21-53abe9ea9ded", "CurrentStepId": "f727b277-5897-41eb-8836-83d1632bcdad", "UserId": "534568f2-b449-43ec-a52c-08c42187c86a", "CPDId": "9ae91d68-807d-48e5-9b7e-b3ab98cb873c", "CPDPeriodId": "19ed9422-e0ba-4fe6-ab52-7a6094dcdca9", "WaitlistEventId": "78534901-c2c5-4070-b259-98a031e4b2c9", "WaitlistTicketTypeId": "108a81c6-b38e-46a2-b203-7c8cf35162a0", "CPDReductionId": "e9ef3509-cf74-4ab8-a445-d2e63f459e4e", "CartId": "39883d60-d624-4798-a6b0-6e5b20cacf44", "InvoiceId": "6fc98212-7e50-40cc-bfb2-52d2a8b5c90c", "EntityId": "00216d87-01db-481f-a848-9b89ceceebc4", "EntityType": "sample string 4", "Created": "2025-09-07T09:25:11.7895812+00:00", "LastModifiedDate": "2025-09-07T09:25:11.7895812+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": [ "bba1bd3c-8910-4551-9cc1-47887eeef5ad", "3d97108a-f7b4-4a96-9b79-968fb6960750" ], "SubmitTimes": [ { "StepId": "6ba02157-d0de-498c-9735-489e585f32fb", "StepName": "sample string 2", "SubmittedTime": "2025-09-07T09:25:11.7895812+00:00", "SubmittedById": "59b95997-aa90-45e8-86ce-128f0ac557cc", "SubmittedBy": "sample string 5" }, { "StepId": "6ba02157-d0de-498c-9735-489e585f32fb", "StepName": "sample string 2", "SubmittedTime": "2025-09-07T09:25:11.7895812+00:00", "SubmittedById": "59b95997-aa90-45e8-86ce-128f0ac557cc", "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>9ae91d68-807d-48e5-9b7e-b3ab98cb873c</CPDId> <CPDPeriodId>19ed9422-e0ba-4fe6-ab52-7a6094dcdca9</CPDPeriodId> <CPDReductionId>e9ef3509-cf74-4ab8-a445-d2e63f459e4e</CPDReductionId> <CartId>39883d60-d624-4798-a6b0-6e5b20cacf44</CartId> <Created>2025-09-07T09:25:11.7895812+00:00</Created> <CurrentStepId>f727b277-5897-41eb-8836-83d1632bcdad</CurrentStepId> <EntityId>00216d87-01db-481f-a848-9b89ceceebc4</EntityId> <EntityType>sample string 4</EntityType> <Id>63d9979e-cfcf-4bfc-9953-74f492b57011</Id> <InvoiceId>6fc98212-7e50-40cc-bfb2-52d2a8b5c90c</InvoiceId> <LastModifiedById>sample string 7</LastModifiedById> <LastModifiedDate>2025-09-07T09:25:11.7895812+00:00</LastModifiedDate> <PaymentGatewayTransactionRef>sample string 9</PaymentGatewayTransactionRef> <PaymentSuccessful>true</PaymentSuccessful> <PreviousStepIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:guid>bba1bd3c-8910-4551-9cc1-47887eeef5ad</d2p1:guid> <d2p1:guid>3d97108a-f7b4-4a96-9b79-968fb6960750</d2p1:guid> </PreviousStepIds> <SubmitTimes> <WorkflowPostedStepSubmitTime> <StepId>6ba02157-d0de-498c-9735-489e585f32fb</StepId> <StepName>sample string 2</StepName> <SubmittedBy>sample string 5</SubmittedBy> <SubmittedById>59b95997-aa90-45e8-86ce-128f0ac557cc</SubmittedById> <SubmittedTime>2025-09-07T09:25:11.7895812+00:00</SubmittedTime> </WorkflowPostedStepSubmitTime> <WorkflowPostedStepSubmitTime> <StepId>6ba02157-d0de-498c-9735-489e585f32fb</StepId> <StepName>sample string 2</StepName> <SubmittedBy>sample string 5</SubmittedBy> <SubmittedById>59b95997-aa90-45e8-86ce-128f0ac557cc</SubmittedById> <SubmittedTime>2025-09-07T09:25:11.7895812+00:00</SubmittedTime> </WorkflowPostedStepSubmitTime> </SubmitTimes> <UserId>534568f2-b449-43ec-a52c-08c42187c86a</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>78534901-c2c5-4070-b259-98a031e4b2c9</WaitlistEventId> <WaitlistTicketTypeId>108a81c6-b38e-46a2-b203-7c8cf35162a0</WaitlistTicketTypeId> <WorkflowId>0d46db3e-efc5-4d9f-ac21-53abe9ea9ded</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": "91203edc-b75c-4930-a8fa-ac8711b7f824", "InvoiceId": "da52e1f0-cf1d-426a-ade6-40bc48ef0c1d", "ClassifiedItemId": "ff217c05-9f45-4969-aadf-f69feeed2358", "ClassifiedApplicationId": "c8010225-0a8f-49d8-b5c6-cf48e99cc3fa", "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>c8010225-0a8f-49d8-b5c6-cf48e99cc3fa</ClassifiedApplicationId> <ClassifiedItemId>ff217c05-9f45-4969-aadf-f69feeed2358</ClassifiedItemId> <InvoiceId>da52e1f0-cf1d-426a-ade6-40bc48ef0c1d</InvoiceId> <MemberId>sample string 1</MemberId> <PaymentGatewayTransactionRef>sample string 2</PaymentGatewayTransactionRef> <PaymentSuccessful>true</PaymentSuccessful> <SubscriptionId>91203edc-b75c-4930-a8fa-ac8711b7f824</SubscriptionId> </WorkflowSaveResponseModel>