GET api/Center/GetCenterBillPaymentDetailsNew/{refid}/{reftype}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
refid | string |
Required |
|
reftype | string |
Required |
Body Parameters
None.
Response Information
Resource Description
GetCenterBillPaymentDetailsResponseNewName | Description | Type | Additional information |
---|---|---|---|
bankName | string |
None. |
|
accNo | string |
None. |
|
stmonth | string |
None. |
|
styear | string |
None. |
|
endmonth | string |
None. |
|
endyear | string |
None. |
|
totalamount | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
{ "bankName": "sample string 1", "accNo": "sample string 2", "stmonth": "sample string 3", "styear": "sample string 4", "endmonth": "sample string 5", "endyear": "sample string 6", "totalamount": 7.1 }
application/xml, text/xml
Sample:
<GetCenterBillPaymentDetailsResponseNew xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models"> <accNo>sample string 2</accNo> <bankName>sample string 1</bankName> <endmonth>sample string 5</endmonth> <endyear>sample string 6</endyear> <stmonth>sample string 3</stmonth> <styear>sample string 4</styear> <totalamount>7.1</totalamount> </GetCenterBillPaymentDetailsResponseNew>