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": "380227ac-f3f2-49b0-b155-f61b296c62c4", "WorkflowId": "fb1e5008-cf97-47c0-9d52-9a54ac893b70", "CurrentStepId": "fd2f70c2-7d5c-4c73-b733-05123b1e817a", "UserId": "206c059e-f19b-4398-8452-08227d5c1691", "CPDId": "26b34ab5-dd0b-4aba-b547-2e6b52c89f66", "CPDPeriodId": "0eb42f63-392d-45ea-8fec-95697beaed08", "WaitlistEventId": "ea052861-671a-40a0-8284-259737acfdb2", "WaitlistTicketTypeId": "58136658-bdf6-44c6-b86c-619632399bc3", "CPDReductionId": "0af0fd3d-f2b9-46a7-9022-eecefbfdb43c", "CartId": "2f491e96-47c6-4600-a31e-8c8d27492dee", "InvoiceId": "13999ef0-7257-4144-abf8-5630452831fe", "EntityId": "30ae212b-e762-4efd-83d7-0508c3c02d44", "EntityType": "sample string 4", "Created": "2025-09-19T06:38:47.7157377+10:00", "LastModifiedDate": "2025-09-19T06:38:47.7157377+10: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": [ "c17d6b00-5a88-4f56-aecc-d812660fd2db", "6638611e-27b2-4d3a-8117-855009512b5b" ], "SubmitTimes": [ { "StepId": "2a60128c-9143-4273-b187-2ccb472c97ca", "StepName": "sample string 2", "SubmittedTime": "2025-09-19T06:38:47.7157377+10:00", "SubmittedById": "7187c672-78c1-410a-ac5e-d1ca2dc2bb0d", "SubmittedBy": "sample string 5" }, { "StepId": "2a60128c-9143-4273-b187-2ccb472c97ca", "StepName": "sample string 2", "SubmittedTime": "2025-09-19T06:38:47.7157377+10:00", "SubmittedById": "7187c672-78c1-410a-ac5e-d1ca2dc2bb0d", "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>26b34ab5-dd0b-4aba-b547-2e6b52c89f66</CPDId> <CPDPeriodId>0eb42f63-392d-45ea-8fec-95697beaed08</CPDPeriodId> <CPDReductionId>0af0fd3d-f2b9-46a7-9022-eecefbfdb43c</CPDReductionId> <CartId>2f491e96-47c6-4600-a31e-8c8d27492dee</CartId> <Created>2025-09-19T06:38:47.7157377+10:00</Created> <CurrentStepId>fd2f70c2-7d5c-4c73-b733-05123b1e817a</CurrentStepId> <EntityId>30ae212b-e762-4efd-83d7-0508c3c02d44</EntityId> <EntityType>sample string 4</EntityType> <Id>380227ac-f3f2-49b0-b155-f61b296c62c4</Id> <InvoiceId>13999ef0-7257-4144-abf8-5630452831fe</InvoiceId> <LastModifiedById>sample string 7</LastModifiedById> <LastModifiedDate>2025-09-19T06:38:47.7157377+10:00</LastModifiedDate> <PaymentGatewayTransactionRef>sample string 9</PaymentGatewayTransactionRef> <PaymentSuccessful>true</PaymentSuccessful> <PreviousStepIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:guid>c17d6b00-5a88-4f56-aecc-d812660fd2db</d2p1:guid> <d2p1:guid>6638611e-27b2-4d3a-8117-855009512b5b</d2p1:guid> </PreviousStepIds> <SubmitTimes> <WorkflowPostedStepSubmitTime> <StepId>2a60128c-9143-4273-b187-2ccb472c97ca</StepId> <StepName>sample string 2</StepName> <SubmittedBy>sample string 5</SubmittedBy> <SubmittedById>7187c672-78c1-410a-ac5e-d1ca2dc2bb0d</SubmittedById> <SubmittedTime>2025-09-19T06:38:47.7157377+10:00</SubmittedTime> </WorkflowPostedStepSubmitTime> <WorkflowPostedStepSubmitTime> <StepId>2a60128c-9143-4273-b187-2ccb472c97ca</StepId> <StepName>sample string 2</StepName> <SubmittedBy>sample string 5</SubmittedBy> <SubmittedById>7187c672-78c1-410a-ac5e-d1ca2dc2bb0d</SubmittedById> <SubmittedTime>2025-09-19T06:38:47.7157377+10:00</SubmittedTime> </WorkflowPostedStepSubmitTime> </SubmitTimes> <UserId>206c059e-f19b-4398-8452-08227d5c1691</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>ea052861-671a-40a0-8284-259737acfdb2</WaitlistEventId> <WaitlistTicketTypeId>58136658-bdf6-44c6-b86c-619632399bc3</WaitlistTicketTypeId> <WorkflowId>fb1e5008-cf97-47c0-9d52-9a54ac893b70</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": "a9d9ed98-5e78-426c-900a-04ef962fe8a6", "InvoiceId": "c2ddc331-0bbc-44b5-9d3c-66451b508110", "ClassifiedItemId": "f9536ff3-6e1a-41b1-ad2e-034d5b9dd262", "ClassifiedApplicationId": "7d1c4da5-bda3-4fd1-ba11-0cdf53e566d9", "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>7d1c4da5-bda3-4fd1-ba11-0cdf53e566d9</ClassifiedApplicationId> <ClassifiedItemId>f9536ff3-6e1a-41b1-ad2e-034d5b9dd262</ClassifiedItemId> <InvoiceId>c2ddc331-0bbc-44b5-9d3c-66451b508110</InvoiceId> <MemberId>sample string 1</MemberId> <PaymentGatewayTransactionRef>sample string 2</PaymentGatewayTransactionRef> <PaymentSuccessful>true</PaymentSuccessful> <SubscriptionId>a9d9ed98-5e78-426c-900a-04ef962fe8a6</SubscriptionId> </WorkflowSaveResponseModel>