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": "36a0c190-80b9-48f6-831f-092d7f879a3c", "WorkflowId": "6013d406-7a2c-44b8-811f-b0e753d0032c", "CurrentStepId": "6ee8b050-1555-41dc-9c0d-ba0313df1b5f", "UserId": "9094adb4-1057-460e-92e7-fdcecc65e510", "CPDId": "7bd6e09d-1bda-48c2-8b49-abb221893804", "CPDPeriodId": "d873cd94-fe77-4981-b040-6de016bd3c53", "WaitlistEventId": "1aecd7ad-5ed1-48be-9ada-a44284604822", "WaitlistTicketTypeId": "cecc76a9-0d58-4004-bcb2-a767d080f40e", "CPDReductionId": "4918456e-0596-4721-9cdb-a073bd3fa6f5", "CartId": "c5fb0052-a866-4f8d-aa7a-e781603c4fc1", "EntityId": "8245bafd-a71d-482a-ab53-eca09decefea", "EntityType": "sample string 4", "Created": "2024-11-29T09:34:46.0999336+11:00", "LastModified": "2024-11-29T09:34:46.0999336+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": [ "238c392e-5fb0-421e-b4c0-3d40fbce17dc", "3e972e90-cfd4-442a-ab1b-98fe75e02114" ] }
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>7bd6e09d-1bda-48c2-8b49-abb221893804</CPDId> <CPDPeriodId>d873cd94-fe77-4981-b040-6de016bd3c53</CPDPeriodId> <CPDReductionId>4918456e-0596-4721-9cdb-a073bd3fa6f5</CPDReductionId> <CartId>c5fb0052-a866-4f8d-aa7a-e781603c4fc1</CartId> <Created>2024-11-29T09:34:46.0999336+11:00</Created> <CurrentStepId>6ee8b050-1555-41dc-9c0d-ba0313df1b5f</CurrentStepId> <EntityId>8245bafd-a71d-482a-ab53-eca09decefea</EntityId> <EntityType>sample string 4</EntityType> <Id>36a0c190-80b9-48f6-831f-092d7f879a3c</Id> <LastModified>2024-11-29T09:34:46.0999336+11:00</LastModified> <PaymentGatewayTransactionRef>sample string 8</PaymentGatewayTransactionRef> <PaymentSuccessful>true</PaymentSuccessful> <PreviousStepIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:guid>238c392e-5fb0-421e-b4c0-3d40fbce17dc</d2p1:guid> <d2p1:guid>3e972e90-cfd4-442a-ab1b-98fe75e02114</d2p1:guid> </PreviousStepIds> <UserId>9094adb4-1057-460e-92e7-fdcecc65e510</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>1aecd7ad-5ed1-48be-9ada-a44284604822</WaitlistEventId> <WaitlistTicketTypeId>cecc76a9-0d58-4004-bcb2-a767d080f40e</WaitlistTicketTypeId> <WorkflowId>6013d406-7a2c-44b8-811f-b0e753d0032c</WorkflowId> <WorkflowName>sample string 7</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. |
|
PaymentSuccessful | boolean |
None. |
|
PaymentGatewayTransactionRef | string |
None. |
|
Result | ResponseResult |
None. |
Response Formats
application/json, text/json
Sample:
{ "MemberId": "sample string 1", "SubscriptionId": "5995c3b4-b4ed-4360-8f9e-d947375a311d", "InvoiceId": "9a21a356-f089-4b00-9aa6-4d6dd7ec7182", "ClassifiedItemId": "4d5c2841-3129-46b1-81f4-5183580dfb69", "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>4d5c2841-3129-46b1-81f4-5183580dfb69</ClassifiedItemId> <InvoiceId>9a21a356-f089-4b00-9aa6-4d6dd7ec7182</InvoiceId> <MemberId>sample string 1</MemberId> <PaymentGatewayTransactionRef>sample string 2</PaymentGatewayTransactionRef> <PaymentSuccessful>true</PaymentSuccessful> <SubscriptionId>5995c3b4-b4ed-4360-8f9e-d947375a311d</SubscriptionId> </WorkflowSaveResponseModel>