GET api/Center/GetTLBillPaymentDetailsNew/{bpid}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| bpid | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
GetTLBillPaymentDetailsNew_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| bpid | integer |
None. |
|
| refid | string |
None. |
|
| reftype | string |
None. |
|
| stmonth | string |
None. |
|
| styear | string |
None. |
|
| endmonth | string |
None. |
|
| endyear | 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. |
|
| chamount | 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",
"stmonth": "sample string 4",
"styear": "sample string 5",
"endmonth": "sample string 6",
"endyear": "sample string 7",
"bankname": "sample string 8",
"accountno": "sample string 9",
"chkno": "sample string 10",
"chkdate": "2025-10-30T02:53:41.1954079+05:30",
"dptdate": "2025-10-30T02:53:41.1954079+05:30",
"time": "sample string 11",
"ptype": "sample string 12",
"deduction": "sample string 13",
"vat": "sample string 14",
"tds": "sample string 15",
"securutydeposite": "sample string 16",
"otherdeduction": "sample string 17",
"amountdeduct": "sample string 18",
"chamount": "sample string 19",
"totamount": 1.0,
"remark": "sample string 20",
"remarkbytl": "sample string 21",
"scancopy": "sample string 22",
"tlname": "sample string 23",
"csname": "sample string 24",
"status": "sample string 25"
}
application/xml, text/xml
Sample:
<GetTLBillPaymentDetailsNew_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models"> <accountno>sample string 9</accountno> <amountdeduct>sample string 18</amountdeduct> <bankname>sample string 8</bankname> <bpid>1</bpid> <chamount>sample string 19</chamount> <chkdate>2025-10-30T02:53:41.1954079+05:30</chkdate> <chkno>sample string 10</chkno> <csname>sample string 24</csname> <deduction>sample string 13</deduction> <dptdate>2025-10-30T02:53:41.1954079+05:30</dptdate> <endmonth>sample string 6</endmonth> <endyear>sample string 7</endyear> <otherdeduction>sample string 17</otherdeduction> <ptype>sample string 12</ptype> <refid>sample string 2</refid> <reftype>sample string 3</reftype> <remark>sample string 20</remark> <remarkbytl>sample string 21</remarkbytl> <scancopy>sample string 22</scancopy> <securutydeposite>sample string 16</securutydeposite> <status>sample string 25</status> <stmonth>sample string 4</stmonth> <styear>sample string 5</styear> <tds>sample string 15</tds> <time>sample string 11</time> <tlname>sample string 23</tlname> <totamount>1</totamount> <vat>sample string 14</vat> </GetTLBillPaymentDetailsNew_Result>