POST api/CAS/GetECASDrillDownOneData

Request Information

URI Parameters

None.

Body Parameters

ECASDrillDownOneInputInfo
NameDescriptionTypeAdditional information
MembID

integer

None.

IFAID

string

None.

IFAKey

string

None.

Request Formats

application/json, text/json

Sample:
{
  "MembID": 1,
  "IFAID": "sample string 2",
  "IFAKey": "sample string 3"
}

application/xml, text/xml

Sample:
<ECASModel.ECASDrillDownOneInputInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MFMyWealthCASUpload">
  <IFAID>sample string 2</IFAID>
  <IFAKey>sample string 3</IFAKey>
  <MembID>1</MembID>
</ECASModel.ECASDrillDownOneInputInfo>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ECASDrillDownOneOutputInfo
NameDescriptionTypeAdditional information
ECASDrillDownOneList

Collection of ECASDrillDownOne

None.

Status

string

None.

Message

string

None.

IFAID

string

None.

IFAKey

string

None.

Response Formats

application/json, text/json

Sample:
{
  "ECASDrillDownOneList": [
    {
      "MembID": 1,
      "Name": "sample string 2",
      "AUM": "sample string 3"
    },
    {
      "MembID": 1,
      "Name": "sample string 2",
      "AUM": "sample string 3"
    }
  ],
  "Status": "sample string 1",
  "Message": "sample string 2",
  "IFAID": "sample string 3",
  "IFAKey": "sample string 4"
}

application/xml, text/xml

Sample:
<ECASModel.ECASDrillDownOneOutputInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MFMyWealthCASUpload">
  <IFAID>sample string 3</IFAID>
  <IFAKey>sample string 4</IFAKey>
  <Message>sample string 2</Message>
  <Status>sample string 1</Status>
  <ECASDrillDownOneList>
    <ECASModel.ECASDrillDownOne>
      <AUM>sample string 3</AUM>
      <MembID>1</MembID>
      <Name>sample string 2</Name>
    </ECASModel.ECASDrillDownOne>
    <ECASModel.ECASDrillDownOne>
      <AUM>sample string 3</AUM>
      <MembID>1</MembID>
      <Name>sample string 2</Name>
    </ECASModel.ECASDrillDownOne>
  </ECASDrillDownOneList>
</ECASModel.ECASDrillDownOneOutputInfo>