GET api/GetRateofInstCP?PlaneName={PlaneName}&CompID={CompID}&BranchId={BranchId}&SubGroupCode={SubGroupCode}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| PlaneName | string |
Required |
|
| CompID | string |
Required |
|
| BranchId | string |
Required |
|
| SubGroupCode | string |
Required |
Body Parameters
None.
Response Information
Resource Description
returndbmlOfsp_FetchLoanPlaneResult| Name | Description | Type | Additional information |
|---|---|---|---|
| StatusId | integer |
None. |
|
| Status | string |
None. |
|
| returndbmllist | Collection of sp_FetchLoanPlaneResult |
None. |
Response Formats
application/json, text/json
Sample:
{
"StatusId": 1,
"Status": "sample string 2",
"returndbmllist": [
{
"PlaneName": "sample string 1",
"PlaneId": 2
},
{
"PlaneName": "sample string 1",
"PlaneId": 2
}
]
}
application/xml, text/xml
Sample:
<returndbmlOfsp_FetchLoanPlaneResultQfFs7G33 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SSGAPI.Models">
<Status>sample string 2</Status>
<StatusId>1</StatusId>
<returndbmllist xmlns:d2p1="http://schemas.datacontract.org/2004/07/SSG.Data">
<d2p1:sp_FetchLoanPlaneResult>
<d2p1:PlaneId>2</d2p1:PlaneId>
<d2p1:PlaneName>sample string 1</d2p1:PlaneName>
</d2p1:sp_FetchLoanPlaneResult>
<d2p1:sp_FetchLoanPlaneResult>
<d2p1:PlaneId>2</d2p1:PlaneId>
<d2p1:PlaneName>sample string 1</d2p1:PlaneName>
</d2p1:sp_FetchLoanPlaneResult>
</returndbmllist>
</returndbmlOfsp_FetchLoanPlaneResultQfFs7G33>