GET api/Center/TLBillPaymentReceipt/{bpid}/{month}/{year}/{refid}/{reftype}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
bpid

integer

Required

month

string

Required

year

string

Required

refid

string

Required

reftype

string

Required

Body Parameters

None.

Response Information

Resource Description

TLReceipt
NameDescriptionTypeAdditional information
bpid

integer

None.

refid

string

None.

ptype

string

None.

name

string

None.

chamount

string

None.

totamount

decimal number

None.

month

string

None.

year

string

None.

createon

date

None.

chkno

string

None.

Response Formats

application/json, text/json

Sample:
{
  "bpid": 1,
  "refid": "sample string 2",
  "ptype": "sample string 3",
  "name": "sample string 4",
  "chamount": "sample string 5",
  "totamount": 6.0,
  "month": "sample string 7",
  "year": "sample string 8",
  "createon": "2025-05-10T07:57:57.6417314+05:30",
  "chkno": "sample string 10"
}

application/xml, text/xml

Sample:
<TLReceipt xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
  <bpid>1</bpid>
  <chamount>sample string 5</chamount>
  <chkno>sample string 10</chkno>
  <createon>2025-05-10T07:57:57.6417314+05:30</createon>
  <month>sample string 7</month>
  <name>sample string 4</name>
  <ptype>sample string 3</ptype>
  <refid>sample string 2</refid>
  <totamount>6</totamount>
  <year>sample string 8</year>
</TLReceipt>