POST api/Workflow

Request Information

URI Parameters

None.

Body Parameters

WorkflowModel
NameDescriptionTypeAdditional information
WorkflowID

integer

None.

FundTradingCounterPartyID

integer

None.

ClientID

integer

None.

ClientName

string

None.

FundID

integer

None.

FundName

string

None.

CounterpartyID

integer

None.

CounterpartyName

string

None.

CounterpartyEntityID

integer

None.

CounterPartyEntityName

string

None.

DocumentCategoryID

integer

None.

DocumentCategoryDesc

string

None.

DocumentCategoryOtherDesc

string

None.

Price

decimal number

None.

NegotiatorID

integer

None.

ProjectManager

string

None.

Negotiator

string

None.

WorkflowStatusID

integer

None.

WFStatusID

integer

None.

WFStatus

string

None.

Notes

string

None.

LastUpdated

date

None.

StartDate

date

None.

AgreementStatusID

integer

None.

ServiceLevelID

integer

None.

ServiceLevelDesc

string

None.

IsCopy

boolean

None.

PaymentInstallment

integer

None.

QDSPct

decimal number

None.

QuadPct

decimal number

None.

AdditionalFunds

string

None.

AdditionalFundIDs

string

None.

AdditionalCPEs

string

None.

AdditionalCPEIDs

string

None.

SupportNames

string

None.

Support

string

None.

AgreementType

string

None.

Request Formats

application/json, text/json

Sample:
{
  "WorkflowID": 1,
  "FundTradingCounterPartyID": 1,
  "ClientID": 1,
  "ClientName": "sample string 1",
  "FundID": 1,
  "FundName": "sample string 2",
  "CounterpartyID": 1,
  "CounterpartyName": "sample string 3",
  "CounterpartyEntityID": 1,
  "CounterPartyEntityName": "sample string 4",
  "DocumentCategoryID": 1,
  "DocumentCategoryDesc": "sample string 5",
  "DocumentCategoryOtherDesc": "sample string 6",
  "Price": 1.0,
  "NegotiatorID": 1,
  "ProjectManager": "sample string 7",
  "Negotiator": "sample string 8",
  "WorkflowStatusID": 1,
  "WFStatusID": 1,
  "WFStatus": "sample string 9",
  "Notes": "sample string 10",
  "LastUpdated": "2025-12-12T03:07:49.7160856+00:00",
  "StartDate": "2025-12-12T03:07:49.7160856+00:00",
  "AgreementStatusID": 1,
  "ServiceLevelID": 1,
  "ServiceLevelDesc": "sample string 11",
  "IsCopy": true,
  "PaymentInstallment": 1,
  "QDSPct": 1.0,
  "QuadPct": 1.0,
  "AdditionalFunds": "sample string 12",
  "AdditionalFundIDs": "sample string 13",
  "AdditionalCPEs": "sample string 14",
  "AdditionalCPEIDs": "sample string 15",
  "SupportNames": "sample string 16",
  "Support": "sample string 17",
  "AgreementType": "sample string 18"
}

application/xml, text/xml

Sample:
<WorkflowModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/QdsAPI.Models">
  <AdditionalCPEIDs>sample string 15</AdditionalCPEIDs>
  <AdditionalCPEs>sample string 14</AdditionalCPEs>
  <AdditionalFundIDs>sample string 13</AdditionalFundIDs>
  <AdditionalFunds>sample string 12</AdditionalFunds>
  <AgreementStatusID>1</AgreementStatusID>
  <AgreementType>sample string 18</AgreementType>
  <ClientID>1</ClientID>
  <ClientName>sample string 1</ClientName>
  <CounterPartyEntityName>sample string 4</CounterPartyEntityName>
  <CounterpartyEntityID>1</CounterpartyEntityID>
  <CounterpartyID>1</CounterpartyID>
  <CounterpartyName>sample string 3</CounterpartyName>
  <DocumentCategoryDesc>sample string 5</DocumentCategoryDesc>
  <DocumentCategoryID>1</DocumentCategoryID>
  <DocumentCategoryOtherDesc>sample string 6</DocumentCategoryOtherDesc>
  <FundID>1</FundID>
  <FundName>sample string 2</FundName>
  <FundTradingCounterPartyID>1</FundTradingCounterPartyID>
  <IsCopy>true</IsCopy>
  <LastUpdated>2025-12-12T03:07:49.7160856+00:00</LastUpdated>
  <Negotiator>sample string 8</Negotiator>
  <NegotiatorID>1</NegotiatorID>
  <Notes>sample string 10</Notes>
  <PaymentInstallment>1</PaymentInstallment>
  <Price>1</Price>
  <ProjectManager>sample string 7</ProjectManager>
  <QDSPct>1</QDSPct>
  <QuadPct>1</QuadPct>
  <ServiceLevelDesc>sample string 11</ServiceLevelDesc>
  <ServiceLevelID>1</ServiceLevelID>
  <StartDate>2025-12-12T03:07:49.7160856+00:00</StartDate>
  <Support>sample string 17</Support>
  <SupportNames>sample string 16</SupportNames>
  <WFStatus>sample string 9</WFStatus>
  <WFStatusID>1</WFStatusID>
  <WorkflowID>1</WorkflowID>
  <WorkflowStatusID>1</WorkflowStatusID>
</WorkflowModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.