POST services/api/v1/Get_VoucherTypeByVoucherTypeIds

Request Information

URI Parameters

None.

Body Parameters

CompanyId_Vouchertypes
NameDescriptionTypeAdditional information
CompanyId

integer

None.

Vouchertypes

Collection of integer

None.

Request Formats

application/json, text/json

Sample:
{
  "CompanyId": 1,
  "Vouchertypes": [
    1,
    2
  ]
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of CAVoucherType_Master
NameDescriptionTypeAdditional information
Id

integer

None.

VTypeLevel

integer

None.

vouchertypeid

integer

None.

UnderId

integer

None.

CompanyID

integer

None.

Name

string

None.

DebitFlag

integer

None.

DebitList

string

None.

CreditFlag

integer

None.

CreditList

string

None.

ExcludeDebitFlag

integer

None.

ExcludeDebitList

string

None.

ExcludeCreditflag

integer

None.

ExcludeCreditList

string

None.

StartingNo

integer

None.

Prefix

string

None.

UserId

integer

None.

ShowAcTrans

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Id": 1,
    "VTypeLevel": 2,
    "vouchertypeid": 3,
    "UnderId": 4,
    "CompanyID": 5,
    "Name": "sample string 6",
    "DebitFlag": 7,
    "DebitList": "sample string 8",
    "CreditFlag": 9,
    "CreditList": "sample string 10",
    "ExcludeDebitFlag": 11,
    "ExcludeDebitList": "sample string 12",
    "ExcludeCreditflag": 13,
    "ExcludeCreditList": "sample string 14",
    "StartingNo": 15,
    "Prefix": "sample string 16",
    "UserId": 17,
    "ShowAcTrans": 18
  },
  {
    "Id": 1,
    "VTypeLevel": 2,
    "vouchertypeid": 3,
    "UnderId": 4,
    "CompanyID": 5,
    "Name": "sample string 6",
    "DebitFlag": 7,
    "DebitList": "sample string 8",
    "CreditFlag": 9,
    "CreditList": "sample string 10",
    "ExcludeDebitFlag": 11,
    "ExcludeDebitList": "sample string 12",
    "ExcludeCreditflag": 13,
    "ExcludeCreditList": "sample string 14",
    "StartingNo": 15,
    "Prefix": "sample string 16",
    "UserId": 17,
    "ShowAcTrans": 18
  }
]