POST services/api/v1/Get_ReverseChargeList

Request Information

URI Parameters

None.

Body Parameters

BasicFilter
NameDescriptionTypeAdditional information
Start

integer

None.

FiterText

string

None.

Limit

integer

None.

ItemTypeId

integer

None.

CAType

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Start": 1,
  "FiterText": "sample string 2",
  "Limit": 3,
  "ItemTypeId": 4,
  "CAType": 5
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of ReverseCharge_List
NameDescriptionTypeAdditional information
Revid

integer

None.

Invoicedate

date

None.

VoucherNo

string

None.

Supplier

string

None.

RefNo

string

None.

Total

decimal number

None.

RCVAT

decimal number

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Revid": 1,
    "Invoicedate": "2026-09-09T15:19:10.6553533+04:00",
    "VoucherNo": "sample string 3",
    "Supplier": "sample string 4",
    "RefNo": "sample string 5",
    "Total": 6.0,
    "RCVAT": 7.0
  },
  {
    "Revid": 1,
    "Invoicedate": "2026-09-09T15:19:10.6553533+04:00",
    "VoucherNo": "sample string 3",
    "Supplier": "sample string 4",
    "RefNo": "sample string 5",
    "Total": 6.0,
    "RCVAT": 7.0
  }
]