GET api/PBXMLVOverrideperiod/GetAllAccountingMst?cccd={cccd}

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
cccd
No documentation available.

Define this parameter in the request URI.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
[
  {
    "Cccd": "sample string 1",
    "SrlNo": 2,
    "AccNo": 3,
    "EmpNo": 4,
    "COMPONENTNAME": "sample string 5",
    "NAME": "sample string 6",
    "LEDGERNAME": "sample string 7",
    "OVERRIDEFOR": "sample string 8",
    "EXEMPTIONAMOUNT": 9,
    "INCOMEAMOUNT": 10
  },
  {
    "Cccd": "sample string 1",
    "SrlNo": 2,
    "AccNo": 3,
    "EmpNo": 4,
    "COMPONENTNAME": "sample string 5",
    "NAME": "sample string 6",
    "LEDGERNAME": "sample string 7",
    "OVERRIDEFOR": "sample string 8",
    "EXEMPTIONAMOUNT": 9,
    "INCOMEAMOUNT": 10
  },
  {
    "Cccd": "sample string 1",
    "SrlNo": 2,
    "AccNo": 3,
    "EmpNo": 4,
    "COMPONENTNAME": "sample string 5",
    "NAME": "sample string 6",
    "LEDGERNAME": "sample string 7",
    "OVERRIDEFOR": "sample string 8",
    "EXEMPTIONAMOUNT": 9,
    "INCOMEAMOUNT": 10
  }
]

text/html

Sample:
[{"Cccd":"sample string 1","SrlNo":2,"AccNo":3,"EmpNo":4,"COMPONENTNAME":"sample string 5","NAME":"sample string 6","LEDGERNAME":"sample string 7","OVERRIDEFOR":"sample string 8","EXEMPTIONAMOUNT":9,"INCOMEAMOUNT":10},{"Cccd":"sample string 1","SrlNo":2,"AccNo":3,"EmpNo":4,"COMPONENTNAME":"sample string 5","NAME":"sample string 6","LEDGERNAME":"sample string 7","OVERRIDEFOR":"sample string 8","EXEMPTIONAMOUNT":9,"INCOMEAMOUNT":10},{"Cccd":"sample string 1","SrlNo":2,"AccNo":3,"EmpNo":4,"COMPONENTNAME":"sample string 5","NAME":"sample string 6","LEDGERNAME":"sample string 7","OVERRIDEFOR":"sample string 8","EXEMPTIONAMOUNT":9,"INCOMEAMOUNT":10}]

application/xml, text/xml

Sample:
<ArrayOfPBXMLVOverrideperiod xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PowerAPI.Models">
  <PBXMLVOverrideperiod>
    <AccNo>3</AccNo>
    <COMPONENTNAME>sample string 5</COMPONENTNAME>
    <Cccd>sample string 1</Cccd>
    <EXEMPTIONAMOUNT>9</EXEMPTIONAMOUNT>
    <EmpNo>4</EmpNo>
    <INCOMEAMOUNT>10</INCOMEAMOUNT>
    <LEDGERNAME>sample string 7</LEDGERNAME>
    <NAME>sample string 6</NAME>
    <OVERRIDEFOR>sample string 8</OVERRIDEFOR>
    <SrlNo>2</SrlNo>
  </PBXMLVOverrideperiod>
  <PBXMLVOverrideperiod>
    <AccNo>3</AccNo>
    <COMPONENTNAME>sample string 5</COMPONENTNAME>
    <Cccd>sample string 1</Cccd>
    <EXEMPTIONAMOUNT>9</EXEMPTIONAMOUNT>
    <EmpNo>4</EmpNo>
    <INCOMEAMOUNT>10</INCOMEAMOUNT>
    <LEDGERNAME>sample string 7</LEDGERNAME>
    <NAME>sample string 6</NAME>
    <OVERRIDEFOR>sample string 8</OVERRIDEFOR>
    <SrlNo>2</SrlNo>
  </PBXMLVOverrideperiod>
  <PBXMLVOverrideperiod>
    <AccNo>3</AccNo>
    <COMPONENTNAME>sample string 5</COMPONENTNAME>
    <Cccd>sample string 1</Cccd>
    <EXEMPTIONAMOUNT>9</EXEMPTIONAMOUNT>
    <EmpNo>4</EmpNo>
    <INCOMEAMOUNT>10</INCOMEAMOUNT>
    <LEDGERNAME>sample string 7</LEDGERNAME>
    <NAME>sample string 6</NAME>
    <OVERRIDEFOR>sample string 8</OVERRIDEFOR>
    <SrlNo>2</SrlNo>
  </PBXMLVOverrideperiod>
</ArrayOfPBXMLVOverrideperiod>