GET api/Center/GetCenterBillPaymentDetails/{refid}/{reftype}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
refid

string

Required

reftype

string

Required

Body Parameters

None.

Response Information

Resource Description

GetCenterBillPaymentDetailsResponse
NameDescriptionTypeAdditional information
bankName

string

None.

accNo

string

None.

month

string

None.

year

string

None.

totalamount

decimal number

None.

Response Formats

application/json, text/json

Sample:
{
  "bankName": "sample string 1",
  "accNo": "sample string 2",
  "month": "sample string 3",
  "year": "sample string 4",
  "totalamount": 5.1
}

application/xml, text/xml

Sample:
<GetCenterBillPaymentDetailsResponse 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>
  <month>sample string 3</month>
  <totalamount>5.1</totalamount>
  <year>sample string 4</year>
</GetCenterBillPaymentDetailsResponse>