GET api/PBXMLCostCategoryMonthlydetail/GetAllCostCategoryMonthlyDetail?cccd={cccd}&mnthno={mnthno}&year={year}&CostCatNo={CostCatNo}&COSTCD={COSTCD}

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
cccd
No documentation available.

Define this parameter in the request URI.

mnthno
No documentation available.

Define this parameter in the request URI.

year
No documentation available.

Define this parameter in the request URI.

CostCatNo
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:
[
  {
    "COSTCENTRE": 1,
    "mnthno": 2,
    "YEAR": 3,
    "DATE": 4,
    "MONTHNAME": 5,
    "Debit": "sample string 6",
    "Credit": "sample string 7",
    "UNIT": "sample string 8",
    "CCCD": "sample string 9",
    "COSTCENTREAMOUNT": 10.1,
    "trtype": "sample string 11",
    "trcode": "sample string 12",
    "AccNo": 13,
    "LEDSRL": "sample string 14",
    "LEDGERNAME": "sample string 15",
    "CATSRL": "sample string 16",
    "CostCatNo": "sample string 17",
    "CATEGORY": "sample string 18",
    "COSTCD": 19,
    "COSTCENTRENAME": "sample string 20",
    "trkey": "sample string 21",
    "VOUCHERTYPENAME": "sample string 22"
  },
  {
    "COSTCENTRE": 1,
    "mnthno": 2,
    "YEAR": 3,
    "DATE": 4,
    "MONTHNAME": 5,
    "Debit": "sample string 6",
    "Credit": "sample string 7",
    "UNIT": "sample string 8",
    "CCCD": "sample string 9",
    "COSTCENTREAMOUNT": 10.1,
    "trtype": "sample string 11",
    "trcode": "sample string 12",
    "AccNo": 13,
    "LEDSRL": "sample string 14",
    "LEDGERNAME": "sample string 15",
    "CATSRL": "sample string 16",
    "CostCatNo": "sample string 17",
    "CATEGORY": "sample string 18",
    "COSTCD": 19,
    "COSTCENTRENAME": "sample string 20",
    "trkey": "sample string 21",
    "VOUCHERTYPENAME": "sample string 22"
  },
  {
    "COSTCENTRE": 1,
    "mnthno": 2,
    "YEAR": 3,
    "DATE": 4,
    "MONTHNAME": 5,
    "Debit": "sample string 6",
    "Credit": "sample string 7",
    "UNIT": "sample string 8",
    "CCCD": "sample string 9",
    "COSTCENTREAMOUNT": 10.1,
    "trtype": "sample string 11",
    "trcode": "sample string 12",
    "AccNo": 13,
    "LEDSRL": "sample string 14",
    "LEDGERNAME": "sample string 15",
    "CATSRL": "sample string 16",
    "CostCatNo": "sample string 17",
    "CATEGORY": "sample string 18",
    "COSTCD": 19,
    "COSTCENTRENAME": "sample string 20",
    "trkey": "sample string 21",
    "VOUCHERTYPENAME": "sample string 22"
  }
]

text/html

Sample:
[{"COSTCENTRE":1,"mnthno":2,"YEAR":3,"DATE":4,"MONTHNAME":5,"Debit":"sample string 6","Credit":"sample string 7","UNIT":"sample string 8","CCCD":"sample string 9","COSTCENTREAMOUNT":10.1,"trtype":"sample string 11","trcode":"sample string 12","AccNo":13,"LEDSRL":"sample string 14","LEDGERNAME":"sample string 15","CATSRL":"sample string 16","CostCatNo":"sample string 17","CATEGORY":"sample string 18","COSTCD":19,"COSTCENTRENAME":"sample string 20","trkey":"sample string 21","VOUCHERTYPENAME":"sample string 22"},{"COSTCENTRE":1,"mnthno":2,"YEAR":3,"DATE":4,"MONTHNAME":5,"Debit":"sample string 6","Credit":"sample string 7","UNIT":"sample string 8","CCCD":"sample string 9","COSTCENTREAMOUNT":10.1,"trtype":"sample string 11","trcode":"sample string 12","AccNo":13,"LEDSRL":"sample string 14","LEDGERNAME":"sample string 15","CATSRL":"sample string 16","CostCatNo":"sample string 17","CATEGORY":"sample string 18","COSTCD":19,"COSTCENTRENAME":"sample string 20","trkey":"sample string 21","VOUCHERTYPENAME":"sample string 22"},{"COSTCENTRE":1,"mnthno":2,"YEAR":3,"DATE":4,"MONTHNAME":5,"Debit":"sample string 6","Credit":"sample string 7","UNIT":"sample string 8","CCCD":"sample string 9","COSTCENTREAMOUNT":10.1,"trtype":"sample string 11","trcode":"sample string 12","AccNo":13,"LEDSRL":"sample string 14","LEDGERNAME":"sample string 15","CATSRL":"sample string 16","CostCatNo":"sample string 17","CATEGORY":"sample string 18","COSTCD":19,"COSTCENTRENAME":"sample string 20","trkey":"sample string 21","VOUCHERTYPENAME":"sample string 22"}]

application/xml, text/xml

Sample:
<ArrayOfPBXMLCostCategoryMonthlyDetail xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PowerAPI.Models">
  <PBXMLCostCategoryMonthlyDetail>
    <AccNo>13</AccNo>
    <CATEGORY>sample string 18</CATEGORY>
    <CATSRL>sample string 16</CATSRL>
    <CCCD>sample string 9</CCCD>
    <COSTCD>19</COSTCD>
    <COSTCENTRE>1</COSTCENTRE>
    <COSTCENTREAMOUNT>10.1</COSTCENTREAMOUNT>
    <COSTCENTRENAME>sample string 20</COSTCENTRENAME>
    <CostCatNo>sample string 17</CostCatNo>
    <Credit>sample string 7</Credit>
    <DATE>4</DATE>
    <Debit>sample string 6</Debit>
    <LEDGERNAME>sample string 15</LEDGERNAME>
    <LEDSRL>sample string 14</LEDSRL>
    <MONTHNAME>5</MONTHNAME>
    <UNIT>sample string 8</UNIT>
    <VOUCHERTYPENAME>sample string 22</VOUCHERTYPENAME>
    <YEAR>3</YEAR>
    <mnthno>2</mnthno>
    <trcode>sample string 12</trcode>
    <trkey>sample string 21</trkey>
    <trtype>sample string 11</trtype>
  </PBXMLCostCategoryMonthlyDetail>
  <PBXMLCostCategoryMonthlyDetail>
    <AccNo>13</AccNo>
    <CATEGORY>sample string 18</CATEGORY>
    <CATSRL>sample string 16</CATSRL>
    <CCCD>sample string 9</CCCD>
    <COSTCD>19</COSTCD>
    <COSTCENTRE>1</COSTCENTRE>
    <COSTCENTREAMOUNT>10.1</COSTCENTREAMOUNT>
    <COSTCENTRENAME>sample string 20</COSTCENTRENAME>
    <CostCatNo>sample string 17</CostCatNo>
    <Credit>sample string 7</Credit>
    <DATE>4</DATE>
    <Debit>sample string 6</Debit>
    <LEDGERNAME>sample string 15</LEDGERNAME>
    <LEDSRL>sample string 14</LEDSRL>
    <MONTHNAME>5</MONTHNAME>
    <UNIT>sample string 8</UNIT>
    <VOUCHERTYPENAME>sample string 22</VOUCHERTYPENAME>
    <YEAR>3</YEAR>
    <mnthno>2</mnthno>
    <trcode>sample string 12</trcode>
    <trkey>sample string 21</trkey>
    <trtype>sample string 11</trtype>
  </PBXMLCostCategoryMonthlyDetail>
  <PBXMLCostCategoryMonthlyDetail>
    <AccNo>13</AccNo>
    <CATEGORY>sample string 18</CATEGORY>
    <CATSRL>sample string 16</CATSRL>
    <CCCD>sample string 9</CCCD>
    <COSTCD>19</COSTCD>
    <COSTCENTRE>1</COSTCENTRE>
    <COSTCENTREAMOUNT>10.1</COSTCENTREAMOUNT>
    <COSTCENTRENAME>sample string 20</COSTCENTRENAME>
    <CostCatNo>sample string 17</CostCatNo>
    <Credit>sample string 7</Credit>
    <DATE>4</DATE>
    <Debit>sample string 6</Debit>
    <LEDGERNAME>sample string 15</LEDGERNAME>
    <LEDSRL>sample string 14</LEDSRL>
    <MONTHNAME>5</MONTHNAME>
    <UNIT>sample string 8</UNIT>
    <VOUCHERTYPENAME>sample string 22</VOUCHERTYPENAME>
    <YEAR>3</YEAR>
    <mnthno>2</mnthno>
    <trcode>sample string 12</trcode>
    <trkey>sample string 21</trkey>
    <trtype>sample string 11</trtype>
  </PBXMLCostCategoryMonthlyDetail>
</ArrayOfPBXMLCostCategoryMonthlyDetail>