GET api/Center/GetTLBillPaymentDetails/{bpid}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
bpid

integer

Required

Body Parameters

None.

Response Information

Resource Description

GetTLBillPaymentDetails_Result
NameDescriptionTypeAdditional information
bpid

integer

None.

refid

string

None.

reftype

string

None.

month

string

None.

year

string

None.

bankname

string

None.

accountno

string

None.

chkno

string

None.

chkdate

date

None.

dptdate

date

None.

time

string

None.

ptype

string

None.

deduction

string

None.

vat

string

None.

tds

string

None.

securutydeposite

string

None.

otherdeduction

string

None.

amountdeduct

string

None.

totamount

decimal number

None.

remark

string

None.

remarkbytl

string

None.

scancopy

string

None.

tlname

string

None.

csname

string

None.

status

string

None.

Response Formats

application/json, text/json

Sample:
{
  "bpid": 1,
  "refid": "sample string 2",
  "reftype": "sample string 3",
  "month": "sample string 4",
  "year": "sample string 5",
  "bankname": "sample string 6",
  "accountno": "sample string 7",
  "chkno": "sample string 8",
  "chkdate": "2025-05-10T11:24:41.7209083+05:30",
  "dptdate": "2025-05-10T11:24:41.7209083+05:30",
  "time": "sample string 9",
  "ptype": "sample string 10",
  "deduction": "sample string 11",
  "vat": "sample string 12",
  "tds": "sample string 13",
  "securutydeposite": "sample string 14",
  "otherdeduction": "sample string 15",
  "amountdeduct": "sample string 16",
  "totamount": 1.0,
  "remark": "sample string 17",
  "remarkbytl": "sample string 18",
  "scancopy": "sample string 19",
  "tlname": "sample string 20",
  "csname": "sample string 21",
  "status": "sample string 22"
}

application/xml, text/xml

Sample:
<GetTLBillPaymentDetails_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
  <accountno>sample string 7</accountno>
  <amountdeduct>sample string 16</amountdeduct>
  <bankname>sample string 6</bankname>
  <bpid>1</bpid>
  <chkdate>2025-05-10T11:24:41.7209083+05:30</chkdate>
  <chkno>sample string 8</chkno>
  <csname>sample string 21</csname>
  <deduction>sample string 11</deduction>
  <dptdate>2025-05-10T11:24:41.7209083+05:30</dptdate>
  <month>sample string 4</month>
  <otherdeduction>sample string 15</otherdeduction>
  <ptype>sample string 10</ptype>
  <refid>sample string 2</refid>
  <reftype>sample string 3</reftype>
  <remark>sample string 17</remark>
  <remarkbytl>sample string 18</remarkbytl>
  <scancopy>sample string 19</scancopy>
  <securutydeposite>sample string 14</securutydeposite>
  <status>sample string 22</status>
  <tds>sample string 13</tds>
  <time>sample string 9</time>
  <tlname>sample string 20</tlname>
  <totamount>1</totamount>
  <vat>sample string 12</vat>
  <year>sample string 5</year>
</GetTLBillPaymentDetails_Result>