POST services/api/v1/Get_GenerateReverseChargeVoucheNo

Request Information

URI Parameters

None.

Body Parameters

Id_CompamyId
NameDescriptionTypeAdditional information
Id

integer

None.

CompanyId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "CompanyId": 2
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ResversVoucherNO
NameDescriptionTypeAdditional information
VoucherNo

string

None.

VatVoucherNo

string

None.

Response Formats

application/json, text/json

Sample:
{
  "VoucherNo": "sample string 1",
  "VatVoucherNo": "sample string 2"
}