GET api/PBXMLCostCenterLedgerBreakUp/GetAllLedgerBreakupMonthlyDetail?cccd={cccd}&year={year}&monthno={monthno}&AccNo={AccNo}&costcd={costcd}

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
cccd
No documentation available.

Define this parameter in the request URI.

year
No documentation available.

Define this parameter in the request URI.

monthno
No documentation available.

Define this parameter in the request URI.

AccNo
No documentation available.

Define this parameter in the request URI.

costcd
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",
    "COSTCENTREAMOUNT": 2.1,
    "trtype": "sample string 3",
    "trcode": "sample string 4",
    "AccNo": 5,
    "LEDSRL": "sample string 6",
    "LEDGERNAME": "sample string 7",
    "CATSRL": "sample string 8",
    "CostCatNo": 9,
    "CATEGORY": "sample string 10",
    "COSTCD": 11,
    "COSTCENTRENAME": "sample string 12",
    "VOUCHERTYPENAME": "sample string 13",
    "Debit": "sample string 14",
    "Credit": "sample string 15",
    "MONTHNAME": "sample string 16",
    "DATE1": 17,
    "mnthno": 18
  },
  {
    "CCCD": "sample string 1",
    "COSTCENTREAMOUNT": 2.1,
    "trtype": "sample string 3",
    "trcode": "sample string 4",
    "AccNo": 5,
    "LEDSRL": "sample string 6",
    "LEDGERNAME": "sample string 7",
    "CATSRL": "sample string 8",
    "CostCatNo": 9,
    "CATEGORY": "sample string 10",
    "COSTCD": 11,
    "COSTCENTRENAME": "sample string 12",
    "VOUCHERTYPENAME": "sample string 13",
    "Debit": "sample string 14",
    "Credit": "sample string 15",
    "MONTHNAME": "sample string 16",
    "DATE1": 17,
    "mnthno": 18
  },
  {
    "CCCD": "sample string 1",
    "COSTCENTREAMOUNT": 2.1,
    "trtype": "sample string 3",
    "trcode": "sample string 4",
    "AccNo": 5,
    "LEDSRL": "sample string 6",
    "LEDGERNAME": "sample string 7",
    "CATSRL": "sample string 8",
    "CostCatNo": 9,
    "CATEGORY": "sample string 10",
    "COSTCD": 11,
    "COSTCENTRENAME": "sample string 12",
    "VOUCHERTYPENAME": "sample string 13",
    "Debit": "sample string 14",
    "Credit": "sample string 15",
    "MONTHNAME": "sample string 16",
    "DATE1": 17,
    "mnthno": 18
  }
]

text/html

Sample:
[{"CCCD":"sample string 1","COSTCENTREAMOUNT":2.1,"trtype":"sample string 3","trcode":"sample string 4","AccNo":5,"LEDSRL":"sample string 6","LEDGERNAME":"sample string 7","CATSRL":"sample string 8","CostCatNo":9,"CATEGORY":"sample string 10","COSTCD":11,"COSTCENTRENAME":"sample string 12","VOUCHERTYPENAME":"sample string 13","Debit":"sample string 14","Credit":"sample string 15","MONTHNAME":"sample string 16","DATE1":17,"mnthno":18},{"CCCD":"sample string 1","COSTCENTREAMOUNT":2.1,"trtype":"sample string 3","trcode":"sample string 4","AccNo":5,"LEDSRL":"sample string 6","LEDGERNAME":"sample string 7","CATSRL":"sample string 8","CostCatNo":9,"CATEGORY":"sample string 10","COSTCD":11,"COSTCENTRENAME":"sample string 12","VOUCHERTYPENAME":"sample string 13","Debit":"sample string 14","Credit":"sample string 15","MONTHNAME":"sample string 16","DATE1":17,"mnthno":18},{"CCCD":"sample string 1","COSTCENTREAMOUNT":2.1,"trtype":"sample string 3","trcode":"sample string 4","AccNo":5,"LEDSRL":"sample string 6","LEDGERNAME":"sample string 7","CATSRL":"sample string 8","CostCatNo":9,"CATEGORY":"sample string 10","COSTCD":11,"COSTCENTRENAME":"sample string 12","VOUCHERTYPENAME":"sample string 13","Debit":"sample string 14","Credit":"sample string 15","MONTHNAME":"sample string 16","DATE1":17,"mnthno":18}]

application/xml, text/xml

Sample:
<ArrayOfPBXMLCostCenterLedgerBreakUp xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PowerAPI.Models">
  <PBXMLCostCenterLedgerBreakUp>
    <AccNo>5</AccNo>
    <CATEGORY>sample string 10</CATEGORY>
    <CATSRL>sample string 8</CATSRL>
    <CCCD>sample string 1</CCCD>
    <COSTCD>11</COSTCD>
    <COSTCENTREAMOUNT>2.1</COSTCENTREAMOUNT>
    <COSTCENTRENAME>sample string 12</COSTCENTRENAME>
    <CostCatNo>9</CostCatNo>
    <Credit>sample string 15</Credit>
    <DATE1>17</DATE1>
    <Debit>sample string 14</Debit>
    <LEDGERNAME>sample string 7</LEDGERNAME>
    <LEDSRL>sample string 6</LEDSRL>
    <MONTHNAME>sample string 16</MONTHNAME>
    <VOUCHERTYPENAME>sample string 13</VOUCHERTYPENAME>
    <mnthno>18</mnthno>
    <trcode>sample string 4</trcode>
    <trtype>sample string 3</trtype>
  </PBXMLCostCenterLedgerBreakUp>
  <PBXMLCostCenterLedgerBreakUp>
    <AccNo>5</AccNo>
    <CATEGORY>sample string 10</CATEGORY>
    <CATSRL>sample string 8</CATSRL>
    <CCCD>sample string 1</CCCD>
    <COSTCD>11</COSTCD>
    <COSTCENTREAMOUNT>2.1</COSTCENTREAMOUNT>
    <COSTCENTRENAME>sample string 12</COSTCENTRENAME>
    <CostCatNo>9</CostCatNo>
    <Credit>sample string 15</Credit>
    <DATE1>17</DATE1>
    <Debit>sample string 14</Debit>
    <LEDGERNAME>sample string 7</LEDGERNAME>
    <LEDSRL>sample string 6</LEDSRL>
    <MONTHNAME>sample string 16</MONTHNAME>
    <VOUCHERTYPENAME>sample string 13</VOUCHERTYPENAME>
    <mnthno>18</mnthno>
    <trcode>sample string 4</trcode>
    <trtype>sample string 3</trtype>
  </PBXMLCostCenterLedgerBreakUp>
  <PBXMLCostCenterLedgerBreakUp>
    <AccNo>5</AccNo>
    <CATEGORY>sample string 10</CATEGORY>
    <CATSRL>sample string 8</CATSRL>
    <CCCD>sample string 1</CCCD>
    <COSTCD>11</COSTCD>
    <COSTCENTREAMOUNT>2.1</COSTCENTREAMOUNT>
    <COSTCENTRENAME>sample string 12</COSTCENTRENAME>
    <CostCatNo>9</CostCatNo>
    <Credit>sample string 15</Credit>
    <DATE1>17</DATE1>
    <Debit>sample string 14</Debit>
    <LEDGERNAME>sample string 7</LEDGERNAME>
    <LEDSRL>sample string 6</LEDSRL>
    <MONTHNAME>sample string 16</MONTHNAME>
    <VOUCHERTYPENAME>sample string 13</VOUCHERTYPENAME>
    <mnthno>18</mnthno>
    <trcode>sample string 4</trcode>
    <trtype>sample string 3</trtype>
  </PBXMLCostCenterLedgerBreakUp>
</ArrayOfPBXMLCostCenterLedgerBreakUp>