POST api/FMPP/GetAvailableSchemeList

Request Information

URI Parameters

None.

Body Parameters

AvailableSchemeInputModel
NameDescriptionTypeAdditional information
Investor_id

string

None.

IFAID

string

None.

IFAKey

string

None.

Request Formats

application/json, text/json

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

application/xml, text/xml

Sample:
<AvailableSchemeInputModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LendenWrapper.Models">
  <IFAID>sample string 2</IFAID>
  <IFAKey>sample string 3</IFAKey>
  <Investor_id>sample string 1</Investor_id>
</AvailableSchemeInputModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

AvailableSchemeOutputModel
NameDescriptionTypeAdditional information
message

string

None.

response

SchemeResponse

None.

Status

string

None.

Message

string

None.

LCResponse

LCResponse

None.

IFAID

string

None.

IFAKey

string

None.

Response Formats

application/json, text/json

Sample:
{
  "message": "sample string 1",
  "response": {
    "success": "sample string 1",
    "message": "sample string 2",
    "data": [
      {
        "name": "sample string 1",
        "description": "sample string 2",
        "tenure": "sample string 3",
        "min_investment": "sample string 4",
        "max_investment": "sample string 5",
        "expected_roi": "sample string 6",
        "annualized_yield": "sample string 7",
        "is_default": "sample string 8",
        "partner_code": "sample string 9",
        "investment_type": "sample string 10"
      },
      {
        "name": "sample string 1",
        "description": "sample string 2",
        "tenure": "sample string 3",
        "min_investment": "sample string 4",
        "max_investment": "sample string 5",
        "expected_roi": "sample string 6",
        "annualized_yield": "sample string 7",
        "is_default": "sample string 8",
        "partner_code": "sample string 9",
        "investment_type": "sample string 10"
      }
    ]
  },
  "Status": "sample string 2",
  "Message": "sample string 3",
  "LCResponse": {
    "code": "sample string 1",
    "message": "sample string 2",
    "Data": {
      "checksum": "sample string 1",
      "payload": "sample string 2"
    },
    "IFAID": "sample string 3",
    "IFAKey": "sample string 4"
  },
  "IFAID": "sample string 4",
  "IFAKey": "sample string 5"
}

application/xml, text/xml

Sample:
<AvailableSchemeOutputModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LendenWrapper.Models">
  <IFAID>sample string 4</IFAID>
  <IFAKey>sample string 5</IFAKey>
  <LCResponse>
    <IFAID>sample string 3</IFAID>
    <IFAKey>sample string 4</IFAKey>
    <Data>
      <checksum>sample string 1</checksum>
      <payload>sample string 2</payload>
    </Data>
    <code>sample string 1</code>
    <message>sample string 2</message>
  </LCResponse>
  <Message>sample string 3</Message>
  <Status>sample string 2</Status>
  <message>sample string 1</message>
  <response>
    <data>
      <SchemeListResp>
        <annualized_yield>sample string 7</annualized_yield>
        <description>sample string 2</description>
        <expected_roi>sample string 6</expected_roi>
        <investment_type>sample string 10</investment_type>
        <is_default>sample string 8</is_default>
        <max_investment>sample string 5</max_investment>
        <min_investment>sample string 4</min_investment>
        <name>sample string 1</name>
        <partner_code>sample string 9</partner_code>
        <tenure>sample string 3</tenure>
      </SchemeListResp>
      <SchemeListResp>
        <annualized_yield>sample string 7</annualized_yield>
        <description>sample string 2</description>
        <expected_roi>sample string 6</expected_roi>
        <investment_type>sample string 10</investment_type>
        <is_default>sample string 8</is_default>
        <max_investment>sample string 5</max_investment>
        <min_investment>sample string 4</min_investment>
        <name>sample string 1</name>
        <partner_code>sample string 9</partner_code>
        <tenure>sample string 3</tenure>
      </SchemeListResp>
    </data>
    <message>sample string 2</message>
    <success>sample string 1</success>
  </response>
</AvailableSchemeOutputModel>