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": "5c1d2b4f-9e0b-4fd9-968d-5e97b43bc441", "WorkflowId": "08a846ee-55f9-4bdd-a0d4-90ced7a9447b", "CurrentStepId": "c6d9ce53-9d19-404d-9028-d332c8dc199f", "UserId": "f6ce9165-325b-4ace-a883-da331395ac0a", "CPDId": "b7a57ce5-4789-49bb-9305-82e0333026be", "CPDPeriodId": "8a631435-6bc1-46ae-ac87-1583ff3d3ef4", "WaitlistEventId": "5ca9cacb-5b1a-4df0-b167-5fb3d2255760", "WaitlistTicketTypeId": "678ff852-e962-4bec-adb2-e76a5afb441d", "CPDReductionId": "9d807d92-efb5-4334-8a40-1c27e3a37ae5", "CartId": "e3b34ac9-ffee-41d3-a00a-4c430434a70c", "InvoiceId": "904fa7fc-c5f7-4380-bee4-940cc2cebbb5", "EntityId": "5253d6eb-28f0-459f-ab11-66de6502cc19", "EntityType": "sample string 4", "Created": "2025-04-04T14:12:26.5287898+11:00", "LastModifiedDate": "2025-04-04T14:12:26.5287898+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": [ "6cd9d69d-7da9-4f9c-8302-852bac324498", "004e9846-b5ba-4c59-8f26-2a80c2c1b483" ], "SubmitTimes": [ { "StepId": "6b2bba43-8790-40a5-92a8-b62e4f4d0fef", "StepName": "sample string 2", "SubmittedTime": "2025-04-04T14:12:26.5297938+11:00", "SubmittedById": "b61397e8-497c-4052-a100-c6dc767866e6", "SubmittedBy": "sample string 5" }, { "StepId": "6b2bba43-8790-40a5-92a8-b62e4f4d0fef", "StepName": "sample string 2", "SubmittedTime": "2025-04-04T14:12:26.5297938+11:00", "SubmittedById": "b61397e8-497c-4052-a100-c6dc767866e6", "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>b7a57ce5-4789-49bb-9305-82e0333026be</CPDId> <CPDPeriodId>8a631435-6bc1-46ae-ac87-1583ff3d3ef4</CPDPeriodId> <CPDReductionId>9d807d92-efb5-4334-8a40-1c27e3a37ae5</CPDReductionId> <CartId>e3b34ac9-ffee-41d3-a00a-4c430434a70c</CartId> <Created>2025-04-04T14:12:26.5287898+11:00</Created> <CurrentStepId>c6d9ce53-9d19-404d-9028-d332c8dc199f</CurrentStepId> <EntityId>5253d6eb-28f0-459f-ab11-66de6502cc19</EntityId> <EntityType>sample string 4</EntityType> <Id>5c1d2b4f-9e0b-4fd9-968d-5e97b43bc441</Id> <InvoiceId>904fa7fc-c5f7-4380-bee4-940cc2cebbb5</InvoiceId> <LastModifiedById>sample string 7</LastModifiedById> <LastModifiedDate>2025-04-04T14:12:26.5287898+11:00</LastModifiedDate> <PaymentGatewayTransactionRef>sample string 9</PaymentGatewayTransactionRef> <PaymentSuccessful>true</PaymentSuccessful> <PreviousStepIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:guid>6cd9d69d-7da9-4f9c-8302-852bac324498</d2p1:guid> <d2p1:guid>004e9846-b5ba-4c59-8f26-2a80c2c1b483</d2p1:guid> </PreviousStepIds> <SubmitTimes> <WorkflowPostedStepSubmitTime> <StepId>6b2bba43-8790-40a5-92a8-b62e4f4d0fef</StepId> <StepName>sample string 2</StepName> <SubmittedBy>sample string 5</SubmittedBy> <SubmittedById>b61397e8-497c-4052-a100-c6dc767866e6</SubmittedById> <SubmittedTime>2025-04-04T14:12:26.5297938+11:00</SubmittedTime> </WorkflowPostedStepSubmitTime> <WorkflowPostedStepSubmitTime> <StepId>6b2bba43-8790-40a5-92a8-b62e4f4d0fef</StepId> <StepName>sample string 2</StepName> <SubmittedBy>sample string 5</SubmittedBy> <SubmittedById>b61397e8-497c-4052-a100-c6dc767866e6</SubmittedById> <SubmittedTime>2025-04-04T14:12:26.5297938+11:00</SubmittedTime> </WorkflowPostedStepSubmitTime> </SubmitTimes> <UserId>f6ce9165-325b-4ace-a883-da331395ac0a</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>5ca9cacb-5b1a-4df0-b167-5fb3d2255760</WaitlistEventId> <WaitlistTicketTypeId>678ff852-e962-4bec-adb2-e76a5afb441d</WaitlistTicketTypeId> <WorkflowId>08a846ee-55f9-4bdd-a0d4-90ced7a9447b</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": "ff32d9f9-f6bc-4eee-b32b-4d0e54b172aa", "InvoiceId": "9fedcf08-4f98-4395-a008-bd934a27234a", "ClassifiedItemId": "f83031ee-e045-4dd0-a98c-df31ace60a3a", "ClassifiedApplicationId": "bc5270cb-d95f-4cde-96af-70129bfc5e97", "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>bc5270cb-d95f-4cde-96af-70129bfc5e97</ClassifiedApplicationId> <ClassifiedItemId>f83031ee-e045-4dd0-a98c-df31ace60a3a</ClassifiedItemId> <InvoiceId>9fedcf08-4f98-4395-a008-bd934a27234a</InvoiceId> <MemberId>sample string 1</MemberId> <PaymentGatewayTransactionRef>sample string 2</PaymentGatewayTransactionRef> <PaymentSuccessful>true</PaymentSuccessful> <SubscriptionId>ff32d9f9-f6bc-4eee-b32b-4d0e54b172aa</SubscriptionId> </WorkflowSaveResponseModel>