POST api/Center/InsertTLBillPayment/{userid}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
userid

string

Required

Body Parameters

PIFTlBillPayment
NameDescriptionTypeAdditional information
bpid

integer

None.

refid

string

None.

reftype

string

None.

ptype

string

None.

bankname

string

None.

chkno

string

None.

chkdate

date

None.

chamount

string

None.

totamount

decimal number

None.

scancopy

string

None.

accountno

string

None.

dptdate

date

None.

time

string

None.

deduction

string

None.

vat

string

None.

tds

string

None.

securutydeposite

string

None.

otherdeduction

string

None.

amountdeduct

string

None.

tlid

string

None.

remarkbytl

string

None.

month

string

None.

year

string

None.

remark

string

None.

status

string

None.

createby

string

None.

createon

date

None.

updateby

string

None.

updateon

date

None.

Request Formats

application/json, text/json

Sample:
{
  "bpid": 1,
  "refid": "sample string 2",
  "reftype": "sample string 3",
  "ptype": "sample string 4",
  "bankname": "sample string 5",
  "chkno": "sample string 6",
  "chkdate": "2025-05-10T10:42:44.1466928+05:30",
  "chamount": "sample string 7",
  "totamount": 1.0,
  "scancopy": "sample string 8",
  "accountno": "sample string 9",
  "dptdate": "2025-05-10T10:42:44.1466928+05:30",
  "time": "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",
  "tlid": "sample string 17",
  "remarkbytl": "sample string 18",
  "month": "sample string 19",
  "year": "sample string 20",
  "remark": "sample string 21",
  "status": "sample string 22",
  "createby": "sample string 23",
  "createon": "2025-05-10T10:42:44.1466928+05:30",
  "updateby": "sample string 24",
  "updateon": "2025-05-10T10:42:44.1466928+05:30"
}

application/xml, text/xml

Sample:
<PIFTlBillPayment 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 16</amountdeduct>
  <bankname>sample string 5</bankname>
  <bpid>1</bpid>
  <chamount>sample string 7</chamount>
  <chkdate>2025-05-10T10:42:44.1466928+05:30</chkdate>
  <chkno>sample string 6</chkno>
  <createby>sample string 23</createby>
  <createon>2025-05-10T10:42:44.1466928+05:30</createon>
  <deduction>sample string 11</deduction>
  <dptdate>2025-05-10T10:42:44.1466928+05:30</dptdate>
  <month>sample string 19</month>
  <otherdeduction>sample string 15</otherdeduction>
  <ptype>sample string 4</ptype>
  <refid>sample string 2</refid>
  <reftype>sample string 3</reftype>
  <remark>sample string 21</remark>
  <remarkbytl>sample string 18</remarkbytl>
  <scancopy>sample string 8</scancopy>
  <securutydeposite>sample string 14</securutydeposite>
  <status>sample string 22</status>
  <tds>sample string 13</tds>
  <time>sample string 10</time>
  <tlid>sample string 17</tlid>
  <totamount>1</totamount>
  <updateby>sample string 24</updateby>
  <updateon>2025-05-10T10:42:44.1466928+05:30</updateon>
  <vat>sample string 12</vat>
  <year>sample string 20</year>
</PIFTlBillPayment>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

string

Response Formats

application/json, text/json

Sample:
"sample string 1"

application/xml, text/xml

Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>