GET api/TaxMasters/NextID

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

TaxMaster
NameDescriptionTypeAdditional information
COMPID

integer

None.

ID

integer

None.

TaxName

string

None.

TaxValue

decimal number

None.

CGST

decimal number

None.

IGST

decimal number

None.

SGST

decimal number

None.

UserID

integer

None.

TimeStamp

date

None.

Acc_CODE

integer

None.

InvoiceDetails

Collection of InvoiceDetail

None.

ProductMasters

Collection of ProductMaster

None.

Response Formats

application/json, text/json

Sample:
{
  "COMPID": 1,
  "ID": 2,
  "TaxName": "sample string 3",
  "TaxValue": 1.1,
  "CGST": 1.1,
  "IGST": 1.1,
  "SGST": 1.1,
  "UserID": 1,
  "TimeStamp": "2025-12-29T08:27:40.3143702+05:30",
  "Acc_CODE": 1
}

text/html

Sample:
{"COMPID":1,"ID":2,"TaxName":"sample string 3","TaxValue":1.1,"CGST":1.1,"IGST":1.1,"SGST":1.1,"UserID":1,"TimeStamp":"2025-12-29T08:27:40.3143702+05:30","Acc_CODE":1}

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.