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. |
|
EntityId | globally unique identifier |
None. |
|
EntityType | string |
None. |
|
Created | date |
None. |
|
LastModified | date |
None. |
|
WorkflowName | string |
None. |
|
Values | Collection of WorkflowPostedField |
None. |
|
PaymentSuccessful | boolean |
None. |
|
PaymentGatewayTransactionRef | string |
None. |
|
PreviousStepIds | Collection of globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "Id": "9655d733-aff9-433e-bcde-e9c4ab653eb6", "WorkflowId": "8fa9b19a-8640-4e00-b5d7-831b78e1c692", "CurrentStepId": "b0358bcd-c31b-408e-8ae9-dd62a93494a1", "UserId": "c62259cf-0447-4e23-952c-52f5168c055f", "CPDId": "3b7bf8e3-0de3-49f2-beaf-d2699f7987c9", "CPDPeriodId": "3e5c05c3-790e-4760-b325-f020c78a2425", "WaitlistEventId": "b117ec27-4d19-4ff4-8e1e-56c7e3df504c", "WaitlistTicketTypeId": "2f65e043-063a-4366-8627-4b66041f2bcd", "CPDReductionId": "0e9686e4-291c-43db-984d-7d352691d1dd", "CartId": "fe0223a6-115a-4295-b33d-9cc5d24be978", "EntityId": "193dca3f-3e40-474a-b6cc-c438d640b064", "EntityType": "sample string 4", "Created": "2024-11-29T06:08:18.6432889+11:00", "LastModified": "2024-11-29T06:08:18.6442897+11:00", "WorkflowName": "sample string 7", "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 8", "PreviousStepIds": [ "8f5636ce-3018-4b24-b267-9e2611063b9a", "c3afe37e-1383-47d2-a572-3717b4406424" ] }
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>3b7bf8e3-0de3-49f2-beaf-d2699f7987c9</CPDId> <CPDPeriodId>3e5c05c3-790e-4760-b325-f020c78a2425</CPDPeriodId> <CPDReductionId>0e9686e4-291c-43db-984d-7d352691d1dd</CPDReductionId> <CartId>fe0223a6-115a-4295-b33d-9cc5d24be978</CartId> <Created>2024-11-29T06:08:18.6432889+11:00</Created> <CurrentStepId>b0358bcd-c31b-408e-8ae9-dd62a93494a1</CurrentStepId> <EntityId>193dca3f-3e40-474a-b6cc-c438d640b064</EntityId> <EntityType>sample string 4</EntityType> <Id>9655d733-aff9-433e-bcde-e9c4ab653eb6</Id> <LastModified>2024-11-29T06:08:18.6442897+11:00</LastModified> <PaymentGatewayTransactionRef>sample string 8</PaymentGatewayTransactionRef> <PaymentSuccessful>true</PaymentSuccessful> <PreviousStepIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:guid>8f5636ce-3018-4b24-b267-9e2611063b9a</d2p1:guid> <d2p1:guid>c3afe37e-1383-47d2-a572-3717b4406424</d2p1:guid> </PreviousStepIds> <UserId>c62259cf-0447-4e23-952c-52f5168c055f</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>b117ec27-4d19-4ff4-8e1e-56c7e3df504c</WaitlistEventId> <WaitlistTicketTypeId>2f65e043-063a-4366-8627-4b66041f2bcd</WaitlistTicketTypeId> <WorkflowId>8fa9b19a-8640-4e00-b5d7-831b78e1c692</WorkflowId> <WorkflowName>sample string 7</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. |
|
PaymentSuccessful | boolean |
None. |
|
PaymentGatewayTransactionRef | string |
None. |
|
Result | ResponseResult |
None. |
Response Formats
application/json, text/json
Sample:
{ "MemberId": "sample string 1", "SubscriptionId": "77a205ee-0e29-42f9-93d3-bb277d459ebb", "InvoiceId": "2359773a-18c2-4dc4-a96a-2a110bc6fd8c", "ClassifiedItemId": "ab94c697-f88f-4716-a0db-c90afe1c1506", "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> <ClassifiedItemId>ab94c697-f88f-4716-a0db-c90afe1c1506</ClassifiedItemId> <InvoiceId>2359773a-18c2-4dc4-a96a-2a110bc6fd8c</InvoiceId> <MemberId>sample string 1</MemberId> <PaymentGatewayTransactionRef>sample string 2</PaymentGatewayTransactionRef> <PaymentSuccessful>true</PaymentSuccessful> <SubscriptionId>77a205ee-0e29-42f9-93d3-bb277d459ebb</SubscriptionId> </WorkflowSaveResponseModel>