POST services/api/v1/GetTaxVoucherById_ForTaxVoucher
Request Information
URI Parameters
None.
Body Parameters
Id_BranchId_vatc_vatp| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| BranchId | integer |
None. |
|
| VatCollectAcc | integer |
None. |
|
| VatPaidAcc | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"BranchId": 2,
"VatCollectAcc": 3,
"VatPaidAcc": 4
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
TaxTransaction_Master_New| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Transno | integer |
None. |
|
| Transdate | date |
None. |
|
| Vouchertypeid | integer |
None. |
|
| Voucherno | string |
None. |
|
| Referenceno | string |
None. |
|
| Narration | string |
None. |
|
| BranchId | integer |
None. |
|
| PartyName | string |
None. |
|
| TRNNo | string |
None. |
|
| Taxstatus | integer |
None. |
|
| Taxcode | integer |
None. |
|
| Taxrate | decimal number |
None. |
|
| VatAmount | decimal number |
None. |
|
| Amount | decimal number |
None. |
|
| ChequeNo | string |
None. |
|
| ChequeDate | date |
None. |
|
| CreditList | Collection of TaxTransactionDtl |
None. |
|
| DebitList | Collection of TaxTransactionDtl |
None. |
|
| VatCollectAcc | integer |
None. |
|
| VatPaidAcc | integer |
None. |
|
| CompanyId | integer |
None. |
|
| UserId | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"Id": 1,
"Transno": 2,
"Transdate": "2026-09-09T15:26:45.8025395+04:00",
"Vouchertypeid": 4,
"Voucherno": "sample string 5",
"Referenceno": "sample string 6",
"Narration": "sample string 7",
"BranchId": 8,
"PartyName": "sample string 9",
"TRNNo": "sample string 10",
"Taxstatus": 11,
"Taxcode": 12,
"Taxrate": 13.0,
"VatAmount": 14.0,
"Amount": 15.0,
"ChequeNo": "sample string 16",
"ChequeDate": "2026-09-09T15:26:45.8025395+04:00",
"CreditList": [
{
"Id": 1,
"Account": "sample string 2",
"LedgerId": 3,
"Narration": "sample string 4",
"Amount": 5.0
},
{
"Id": 1,
"Account": "sample string 2",
"LedgerId": 3,
"Narration": "sample string 4",
"Amount": 5.0
}
],
"DebitList": [
{
"Id": 1,
"Account": "sample string 2",
"LedgerId": 3,
"Narration": "sample string 4",
"Amount": 5.0
},
{
"Id": 1,
"Account": "sample string 2",
"LedgerId": 3,
"Narration": "sample string 4",
"Amount": 5.0
}
],
"VatCollectAcc": 18,
"VatPaidAcc": 19,
"CompanyId": 20,
"UserId": 21
}