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": "2603ec47-f844-4bc0-b8d5-b369b76fb50c", "WorkflowId": "e737ac90-cd6a-4701-8009-e852cc66415a", "CurrentStepId": "8a425752-d920-4c11-900f-d2ec484b2cd1", "UserId": "c9ac18e3-995a-4dae-9436-5a7e0d2b796b", "CPDId": "e052da1d-cadb-4ab1-aa18-2303bde9c67f", "CPDPeriodId": "44fb3f8d-abd7-4df0-a7a9-d2d34811b072", "WaitlistEventId": "3778cf40-e878-4c00-aa0f-7b92fb89d38e", "WaitlistTicketTypeId": "ffc4732f-504d-400b-ba83-e87ad79630e3", "CPDReductionId": "06f25688-5304-4bcc-953e-ed50877e2777", "CartId": "891f3cca-1cd1-4d11-b81e-36b1e6ca9aac", "InvoiceId": "b234c6a1-2ae0-42c2-a354-74d861226580", "EntityId": "abfdf7e3-2591-448e-bef8-4a3de53eae61", "EntityType": "sample string 4", "Created": "2024-11-29T09:50:06.0378937+11:00", "LastModifiedDate": "2024-11-29T09:50:06.0378937+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": [ "6507db47-8e16-4070-a9bc-782ec797472e", "f6eeab2b-e07f-4835-93d9-1f6ec46b7fc0" ], "SubmitTimes": [ { "StepId": "32482363-86f8-4bd3-84af-a1aba54a1786", "StepName": "sample string 2", "SubmittedTime": "2024-11-29T09:50:06.0378937+11:00", "SubmittedById": "f1f7168a-fa6b-4b94-89a5-52b0e31f63ae", "SubmittedBy": "sample string 5" }, { "StepId": "32482363-86f8-4bd3-84af-a1aba54a1786", "StepName": "sample string 2", "SubmittedTime": "2024-11-29T09:50:06.0378937+11:00", "SubmittedById": "f1f7168a-fa6b-4b94-89a5-52b0e31f63ae", "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>e052da1d-cadb-4ab1-aa18-2303bde9c67f</CPDId> <CPDPeriodId>44fb3f8d-abd7-4df0-a7a9-d2d34811b072</CPDPeriodId> <CPDReductionId>06f25688-5304-4bcc-953e-ed50877e2777</CPDReductionId> <CartId>891f3cca-1cd1-4d11-b81e-36b1e6ca9aac</CartId> <Created>2024-11-29T09:50:06.0378937+11:00</Created> <CurrentStepId>8a425752-d920-4c11-900f-d2ec484b2cd1</CurrentStepId> <EntityId>abfdf7e3-2591-448e-bef8-4a3de53eae61</EntityId> <EntityType>sample string 4</EntityType> <Id>2603ec47-f844-4bc0-b8d5-b369b76fb50c</Id> <InvoiceId>b234c6a1-2ae0-42c2-a354-74d861226580</InvoiceId> <LastModifiedById>sample string 7</LastModifiedById> <LastModifiedDate>2024-11-29T09:50:06.0378937+11:00</LastModifiedDate> <PaymentGatewayTransactionRef>sample string 9</PaymentGatewayTransactionRef> <PaymentSuccessful>true</PaymentSuccessful> <PreviousStepIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:guid>6507db47-8e16-4070-a9bc-782ec797472e</d2p1:guid> <d2p1:guid>f6eeab2b-e07f-4835-93d9-1f6ec46b7fc0</d2p1:guid> </PreviousStepIds> <SubmitTimes> <WorkflowPostedStepSubmitTime> <StepId>32482363-86f8-4bd3-84af-a1aba54a1786</StepId> <StepName>sample string 2</StepName> <SubmittedBy>sample string 5</SubmittedBy> <SubmittedById>f1f7168a-fa6b-4b94-89a5-52b0e31f63ae</SubmittedById> <SubmittedTime>2024-11-29T09:50:06.0378937+11:00</SubmittedTime> </WorkflowPostedStepSubmitTime> <WorkflowPostedStepSubmitTime> <StepId>32482363-86f8-4bd3-84af-a1aba54a1786</StepId> <StepName>sample string 2</StepName> <SubmittedBy>sample string 5</SubmittedBy> <SubmittedById>f1f7168a-fa6b-4b94-89a5-52b0e31f63ae</SubmittedById> <SubmittedTime>2024-11-29T09:50:06.0378937+11:00</SubmittedTime> </WorkflowPostedStepSubmitTime> </SubmitTimes> <UserId>c9ac18e3-995a-4dae-9436-5a7e0d2b796b</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>3778cf40-e878-4c00-aa0f-7b92fb89d38e</WaitlistEventId> <WaitlistTicketTypeId>ffc4732f-504d-400b-ba83-e87ad79630e3</WaitlistTicketTypeId> <WorkflowId>e737ac90-cd6a-4701-8009-e852cc66415a</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": "92194bca-819b-4a98-86c3-e3b8fa7573bc", "InvoiceId": "2d97c66b-032c-4a7f-a8be-12afc01f6d2a", "ClassifiedItemId": "601d510e-6fe8-4d77-a3fe-82fa5791f0ef", "ClassifiedApplicationId": "93a562fe-e440-46fb-9354-99931f98be88", "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>93a562fe-e440-46fb-9354-99931f98be88</ClassifiedApplicationId> <ClassifiedItemId>601d510e-6fe8-4d77-a3fe-82fa5791f0ef</ClassifiedItemId> <InvoiceId>2d97c66b-032c-4a7f-a8be-12afc01f6d2a</InvoiceId> <MemberId>sample string 1</MemberId> <PaymentGatewayTransactionRef>sample string 2</PaymentGatewayTransactionRef> <PaymentSuccessful>true</PaymentSuccessful> <SubscriptionId>92194bca-819b-4a98-86c3-e3b8fa7573bc</SubscriptionId> </WorkflowSaveResponseModel>