GET api/Center/TLBillPaymentReceiptNew/{bpid}/{refid}/{reftype}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
bpid

integer

Required

refid

string

Required

reftype

string

Required

Body Parameters

None.

Response Information

Resource Description

TLReceiptNew
NameDescriptionTypeAdditional information
bpid

integer

None.

refid

string

None.

ptype

string

None.

name

string

None.

chamount

string

None.

totamount

decimal number

None.

stmonth

string

None.

styear

string

None.

endmonth

string

None.

endyear

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,
  "stmonth": "sample string 7",
  "styear": "sample string 8",
  "endmonth": "sample string 9",
  "endyear": "sample string 10",
  "createon": "2025-09-14T07:17:47.614967+05:30",
  "chkno": "sample string 12"
}

application/xml, text/xml

Sample:
<TLReceiptNew 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 12</chkno>
  <createon>2025-09-14T07:17:47.614967+05:30</createon>
  <endmonth>sample string 9</endmonth>
  <endyear>sample string 10</endyear>
  <name>sample string 4</name>
  <ptype>sample string 3</ptype>
  <refid>sample string 2</refid>
  <stmonth>sample string 7</stmonth>
  <styear>sample string 8</styear>
  <totamount>6</totamount>
</TLReceiptNew>