GET api/Demat/GetTariffPlan
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of TariffPlane| Name | Description | Type | Additional information |
|---|---|---|---|
| PlaneValue | integer |
None. |
|
| PlaneName | string |
None. |
Response Formats
application/json, text/json
[
{
"planeValue": 1,
"planeName": "sample string 2"
},
{
"planeValue": 1,
"planeName": "sample string 2"
}
]
application/xml, text/xml
<ArrayOfTariffPlane xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AccountOpening.Data">
<TariffPlane>
<PlaneName>sample string 2</PlaneName>
<PlaneValue>1</PlaneValue>
</TariffPlane>
<TariffPlane>
<PlaneName>sample string 2</PlaneName>
<PlaneValue>1</PlaneValue>
</TariffPlane>
</ArrayOfTariffPlane>