GET api/FundRequestNew/GetPayType?BranchID={BranchID}&CompID={CompID}&PurposeFor={PurposeFor}&FYear={FYear}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| BranchID | string |
Required |
|
| CompID | string |
Required |
|
| PurposeFor | string |
Required |
|
| FYear | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of TestList| Name | Description | Type | Additional information |
|---|---|---|---|
| Purpose | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Purpose": "sample string 1"
},
{
"Purpose": "sample string 1"
}
]
application/xml, text/xml
Sample:
<ArrayOfTestList xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ImpexMobileAPI.Controllers">
<TestList>
<Purpose>sample string 1</Purpose>
</TestList>
<TestList>
<Purpose>sample string 1</Purpose>
</TestList>
</ArrayOfTestList>