GET api/MGDReport/GetGSTForCustAndVendors?strCompany={strCompany}&strCostCenter={strCostCenter}&strGstinNo={strGstinNo}&strDateFrm={strDateFrm}&strDateTo={strDateTo}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
strCompany

string

Required

strCostCenter

string

Required

strGstinNo

string

Required

strDateFrm

date

Required

strDateTo

date

Required

Body Parameters

None.

Response Information

Resource Description

Collection of mdlGSTForCustAndVendor
NameDescriptionTypeAdditional information
strCompanyId

string

None.

strCompany

string

None.

strCostCenter

string

None.

strVoucher

string

None.

strLegacyInvoice

string

None.

strInternalInvoice

string

None.

strInternalDate

string

None.

strVenodrName

string

None.

strGSTIN

string

None.

strHSNCode

string

None.

strSACCode

string

None.

strConseptionStateCode

string

None.

decReverceChargePercent

decimal number

None.

strTaxCode

string

None.

intTaxAccType

integer

None.

decTaxValue

decimal number

None.

decTaxAmount

decimal number

None.

decTotalAmount

decimal number

None.

decTCSAmount

decimal number

None.

strExempt

string

None.

strITCCategory

string

None.

strNonGST

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "strCompanyId": "sample string 1",
    "strCompany": "sample string 2",
    "strCostCenter": "sample string 3",
    "strVoucher": "sample string 4",
    "strLegacyInvoice": "sample string 5",
    "strInternalInvoice": "sample string 6",
    "strInternalDate": "sample string 7",
    "strVenodrName": "sample string 8",
    "strGSTIN": "sample string 9",
    "strHSNCode": "sample string 10",
    "strSACCode": "sample string 11",
    "strConseptionStateCode": "sample string 12",
    "decReverceChargePercent": 13.0,
    "strTaxCode": "sample string 14",
    "intTaxAccType": 15,
    "decTaxValue": 16.0,
    "decTaxAmount": 17.0,
    "decTotalAmount": 18.0,
    "decTCSAmount": 19.0,
    "strExempt": "sample string 20",
    "strITCCategory": "sample string 21",
    "strNonGST": "sample string 22"
  },
  {
    "strCompanyId": "sample string 1",
    "strCompany": "sample string 2",
    "strCostCenter": "sample string 3",
    "strVoucher": "sample string 4",
    "strLegacyInvoice": "sample string 5",
    "strInternalInvoice": "sample string 6",
    "strInternalDate": "sample string 7",
    "strVenodrName": "sample string 8",
    "strGSTIN": "sample string 9",
    "strHSNCode": "sample string 10",
    "strSACCode": "sample string 11",
    "strConseptionStateCode": "sample string 12",
    "decReverceChargePercent": 13.0,
    "strTaxCode": "sample string 14",
    "intTaxAccType": 15,
    "decTaxValue": 16.0,
    "decTaxAmount": 17.0,
    "decTotalAmount": 18.0,
    "decTCSAmount": 19.0,
    "strExempt": "sample string 20",
    "strITCCategory": "sample string 21",
    "strNonGST": "sample string 22"
  }
]

application/xml, text/xml

Sample:
<ArrayOfmdlGSTForCustAndVendor xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AXCommunication.Models">
  <mdlGSTForCustAndVendor>
    <decReverceChargePercent>13</decReverceChargePercent>
    <decTCSAmount>19</decTCSAmount>
    <decTaxAmount>17</decTaxAmount>
    <decTaxValue>16</decTaxValue>
    <decTotalAmount>18</decTotalAmount>
    <intTaxAccType>15</intTaxAccType>
    <strCompany>sample string 2</strCompany>
    <strCompanyId>sample string 1</strCompanyId>
    <strConseptionStateCode>sample string 12</strConseptionStateCode>
    <strCostCenter>sample string 3</strCostCenter>
    <strExempt>sample string 20</strExempt>
    <strGSTIN>sample string 9</strGSTIN>
    <strHSNCode>sample string 10</strHSNCode>
    <strITCCategory>sample string 21</strITCCategory>
    <strInternalDate>sample string 7</strInternalDate>
    <strInternalInvoice>sample string 6</strInternalInvoice>
    <strLegacyInvoice>sample string 5</strLegacyInvoice>
    <strNonGST>sample string 22</strNonGST>
    <strSACCode>sample string 11</strSACCode>
    <strTaxCode>sample string 14</strTaxCode>
    <strVenodrName>sample string 8</strVenodrName>
    <strVoucher>sample string 4</strVoucher>
  </mdlGSTForCustAndVendor>
  <mdlGSTForCustAndVendor>
    <decReverceChargePercent>13</decReverceChargePercent>
    <decTCSAmount>19</decTCSAmount>
    <decTaxAmount>17</decTaxAmount>
    <decTaxValue>16</decTaxValue>
    <decTotalAmount>18</decTotalAmount>
    <intTaxAccType>15</intTaxAccType>
    <strCompany>sample string 2</strCompany>
    <strCompanyId>sample string 1</strCompanyId>
    <strConseptionStateCode>sample string 12</strConseptionStateCode>
    <strCostCenter>sample string 3</strCostCenter>
    <strExempt>sample string 20</strExempt>
    <strGSTIN>sample string 9</strGSTIN>
    <strHSNCode>sample string 10</strHSNCode>
    <strITCCategory>sample string 21</strITCCategory>
    <strInternalDate>sample string 7</strInternalDate>
    <strInternalInvoice>sample string 6</strInternalInvoice>
    <strLegacyInvoice>sample string 5</strLegacyInvoice>
    <strNonGST>sample string 22</strNonGST>
    <strSACCode>sample string 11</strSACCode>
    <strTaxCode>sample string 14</strTaxCode>
    <strVenodrName>sample string 8</strVenodrName>
    <strVoucher>sample string 4</strVoucher>
  </mdlGSTForCustAndVendor>
</ArrayOfmdlGSTForCustAndVendor>