POST api/AccountVerify
Request Information
URI Parameters
None.
Body Parameters
TransactionClass| Name | Description | Type | Additional information |
|---|---|---|---|
| autoid | integer |
None. |
|
| srlno | integer |
None. |
|
| transactionid | string |
None. |
|
| catagory | string |
None. |
|
| accno | string |
None. |
|
| saccno | string |
None. |
|
| trandate | string |
None. |
|
| custcode | string |
None. |
|
| membershipcode | string |
None. |
|
| particulars | string |
None. |
|
| tranby | string |
None. |
|
| credit | decimal number |
None. |
|
| swapamnt | decimal number |
None. |
|
| debit | decimal number |
None. |
|
| totalamnt | decimal number |
None. |
|
| scrlno | string |
None. |
|
| voucherdt | decimal number |
None. |
|
| periodid | integer |
None. |
|
| paymentmode | string |
None. |
|
| chkdate | date |
None. |
|
| chkno | string |
None. |
|
| bankname | string |
None. |
|
| bankbranch | string |
None. |
|
| remarks | string |
None. |
|
| pbprint | byte |
None. |
|
| addby | string |
None. |
|
| adddate | date |
None. |
|
| editby | string |
None. |
|
| editdate | date |
None. |
|
| pbprintby | string |
None. |
|
| pbprintdate | date |
None. |
|
| companyid | integer |
None. |
|
| deleteby | string |
None. |
|
| deletedate | date |
None. |
|
| branchcode | string |
None. |
|
| depositbank | string |
None. |
|
| joiningtype | string |
None. |
|
| approved | integer |
None. |
|
| confirmed | integer |
None. |
|
| banktrantype | string |
None. |
|
| banktranno | string |
None. |
|
| payproof | string |
None. |
|
| roundoff | decimal number |
None. |
|
| exactamount | decimal number |
None. |
|
| reference_number | string |
None. |
|
| tran_type_index | integer |
None. |
|
| transferType | string |
None. |
|
| remarks1 | string |
None. |
|
| businessamnt | decimal number |
None. |
|
| CrAmnt | decimal number |
None. |
|
| DrAmnt | decimal number |
None. |
|
| banklocation | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"autoid": 1,
"srlno": 1,
"transactionid": "sample string 2",
"catagory": "sample string 3",
"accno": "sample string 4",
"saccno": "sample string 5",
"trandate": "sample string 6",
"custcode": "sample string 7",
"membershipcode": "sample string 8",
"particulars": "sample string 9",
"tranby": "sample string 10",
"credit": 1.0,
"swapamnt": 1.0,
"debit": 1.0,
"totalamnt": 1.0,
"scrlno": "sample string 11",
"voucherdt": 1.0,
"periodid": 1,
"paymentmode": "sample string 12",
"chkdate": "2025-12-21T22:45:17.594306+05:30",
"chkno": "sample string 13",
"bankname": "sample string 14",
"bankbranch": "sample string 15",
"remarks": "sample string 16",
"pbprint": 64,
"addby": "sample string 17",
"adddate": "2025-12-21T22:45:17.594306+05:30",
"editby": "sample string 18",
"editdate": "2025-12-21T22:45:17.594306+05:30",
"pbprintby": "sample string 19",
"pbprintdate": "2025-12-21T22:45:17.594306+05:30",
"companyid": 1,
"deleteby": "sample string 20",
"deletedate": "2025-12-21T22:45:17.594306+05:30",
"branchcode": "sample string 21",
"depositbank": "sample string 22",
"joiningtype": "sample string 23",
"approved": 1,
"confirmed": 1,
"banktrantype": "sample string 24",
"banktranno": "sample string 25",
"payproof": "sample string 26",
"roundoff": 1.0,
"exactamount": 1.0,
"reference_number": "sample string 27",
"tran_type_index": 1,
"transferType": "sample string 28",
"remarks1": "sample string 29",
"businessamnt": 30.0,
"CrAmnt": 31.0,
"DrAmnt": 32.0,
"banklocation": "sample string 33"
}
application/xml, text/xml
Sample:
<TransactionClass xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BasicAuthentication.Models"> <CrAmnt>31</CrAmnt> <DrAmnt>32</DrAmnt> <accno>sample string 4</accno> <addby>sample string 17</addby> <adddate>2025-12-21T22:45:17.594306+05:30</adddate> <approved>1</approved> <autoid>1</autoid> <bankbranch>sample string 15</bankbranch> <banklocation>sample string 33</banklocation> <bankname>sample string 14</bankname> <banktranno>sample string 25</banktranno> <banktrantype>sample string 24</banktrantype> <branchcode>sample string 21</branchcode> <businessamnt>30</businessamnt> <catagory>sample string 3</catagory> <chkdate>2025-12-21T22:45:17.594306+05:30</chkdate> <chkno>sample string 13</chkno> <companyid>1</companyid> <confirmed>1</confirmed> <credit>1</credit> <custcode>sample string 7</custcode> <debit>1</debit> <deleteby>sample string 20</deleteby> <deletedate>2025-12-21T22:45:17.594306+05:30</deletedate> <depositbank>sample string 22</depositbank> <editby>sample string 18</editby> <editdate>2025-12-21T22:45:17.594306+05:30</editdate> <exactamount>1</exactamount> <joiningtype>sample string 23</joiningtype> <membershipcode>sample string 8</membershipcode> <particulars>sample string 9</particulars> <paymentmode>sample string 12</paymentmode> <payproof>sample string 26</payproof> <pbprint>64</pbprint> <pbprintby>sample string 19</pbprintby> <pbprintdate>2025-12-21T22:45:17.594306+05:30</pbprintdate> <periodid>1</periodid> <reference_number>sample string 27</reference_number> <remarks>sample string 16</remarks> <remarks1>sample string 29</remarks1> <roundoff>1</roundoff> <saccno>sample string 5</saccno> <scrlno>sample string 11</scrlno> <srlno>1</srlno> <swapamnt>1</swapamnt> <totalamnt>1</totalamnt> <tran_type_index>1</tran_type_index> <tranby>sample string 10</tranby> <trandate>sample string 6</trandate> <transactionid>sample string 2</transactionid> <transferType>sample string 28</transferType> <voucherdt>1</voucherdt> </TransactionClass>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.