POST api/MatrisBono/QualifiedInvestorsList

Request Information

URI Parameters

None.

Body Parameters

İsinListModel
NameDescriptionTypeAdditional information
Username

string

Required

String length: inclusive between 0 and 50

Password

string

Required

String length: inclusive between 0 and 50

Request Formats

application/json, text/json

Sample:
{
  "Username": "sample string 1",
  "Password": "sample string 2"
}

application/xml, text/xml

Sample:
<İsinListModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MatrisBonoApi.Models">
  <Password>sample string 2</Password>
  <Username>sample string 1</Username>
</İsinListModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:

Sample not available.