GET api/Center/GetTlPaymentList/{userid}/{role}/{pgid}?whr={whr}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
userid | string |
Required |
|
role | string |
Required |
|
pgid | string |
Required |
|
whr | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of GetTlPaymentList_ResultName | Description | Type | Additional information |
---|---|---|---|
centid | string |
None. |
|
state | string |
None. |
|
city | string |
None. |
|
teamleaderid | string |
None. |
|
fullname | string |
None. |
|
centname | string |
None. |
|
bpid | integer |
None. |
|
chamount | string |
None. |
|
ptype | string |
None. |
|
chkno | string |
None. |
|
amdate | date |
None. |
|
month | string |
None. |
|
year | string |
None. |
|
status | string |
None. |
|
remark | string |
None. |
|
remarkbytl | string |
None. |
|
tRecordCount | integer |
None. |
Response Formats
application/json, text/json
Sample:
[ { "centid": "sample string 1", "state": "sample string 2", "city": "sample string 3", "teamleaderid": "sample string 4", "fullname": "sample string 5", "centname": "sample string 6", "bpid": 7, "chamount": "sample string 8", "ptype": "sample string 9", "chkno": "sample string 10", "amdate": "2025-05-10T12:36:43.1824742+05:30", "month": "sample string 11", "year": "sample string 12", "status": "sample string 13", "remark": "sample string 14", "remarkbytl": "sample string 15", "tRecordCount": 16 }, { "centid": "sample string 1", "state": "sample string 2", "city": "sample string 3", "teamleaderid": "sample string 4", "fullname": "sample string 5", "centname": "sample string 6", "bpid": 7, "chamount": "sample string 8", "ptype": "sample string 9", "chkno": "sample string 10", "amdate": "2025-05-10T12:36:43.1824742+05:30", "month": "sample string 11", "year": "sample string 12", "status": "sample string 13", "remark": "sample string 14", "remarkbytl": "sample string 15", "tRecordCount": 16 } ]
application/xml, text/xml
Sample:
<ArrayOfGetTlPaymentList_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models"> <GetTlPaymentList_Result> <amdate>2025-05-10T12:36:43.1824742+05:30</amdate> <bpid>7</bpid> <centid>sample string 1</centid> <centname>sample string 6</centname> <chamount>sample string 8</chamount> <chkno>sample string 10</chkno> <city>sample string 3</city> <fullname>sample string 5</fullname> <month>sample string 11</month> <ptype>sample string 9</ptype> <remark>sample string 14</remark> <remarkbytl>sample string 15</remarkbytl> <state>sample string 2</state> <status>sample string 13</status> <tRecordCount>16</tRecordCount> <teamleaderid>sample string 4</teamleaderid> <year>sample string 12</year> </GetTlPaymentList_Result> <GetTlPaymentList_Result> <amdate>2025-05-10T12:36:43.1824742+05:30</amdate> <bpid>7</bpid> <centid>sample string 1</centid> <centname>sample string 6</centname> <chamount>sample string 8</chamount> <chkno>sample string 10</chkno> <city>sample string 3</city> <fullname>sample string 5</fullname> <month>sample string 11</month> <ptype>sample string 9</ptype> <remark>sample string 14</remark> <remarkbytl>sample string 15</remarkbytl> <state>sample string 2</state> <status>sample string 13</status> <tRecordCount>16</tRecordCount> <teamleaderid>sample string 4</teamleaderid> <year>sample string 12</year> </GetTlPaymentList_Result> </ArrayOfGetTlPaymentList_Result>