GET api/PBXMLVCostCategorySummary/CostCenterCategorySummaryDetList?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",
    "COSTCENTREAMOUNT": "sample string 2",
    "CATSRL": "sample string 3",
    "CostCatNo": "sample string 4",
    "CATEGORY": "sample string 5",
    "COSTCENTRENAME": "sample string 6",
    "Debit": "sample string 7",
    "Credit": "sample string 8"
  },
  {
    "Cccd": "sample string 1",
    "COSTCENTREAMOUNT": "sample string 2",
    "CATSRL": "sample string 3",
    "CostCatNo": "sample string 4",
    "CATEGORY": "sample string 5",
    "COSTCENTRENAME": "sample string 6",
    "Debit": "sample string 7",
    "Credit": "sample string 8"
  },
  {
    "Cccd": "sample string 1",
    "COSTCENTREAMOUNT": "sample string 2",
    "CATSRL": "sample string 3",
    "CostCatNo": "sample string 4",
    "CATEGORY": "sample string 5",
    "COSTCENTRENAME": "sample string 6",
    "Debit": "sample string 7",
    "Credit": "sample string 8"
  }
]

text/html

Sample:
[{"Cccd":"sample string 1","COSTCENTREAMOUNT":"sample string 2","CATSRL":"sample string 3","CostCatNo":"sample string 4","CATEGORY":"sample string 5","COSTCENTRENAME":"sample string 6","Debit":"sample string 7","Credit":"sample string 8"},{"Cccd":"sample string 1","COSTCENTREAMOUNT":"sample string 2","CATSRL":"sample string 3","CostCatNo":"sample string 4","CATEGORY":"sample string 5","COSTCENTRENAME":"sample string 6","Debit":"sample string 7","Credit":"sample string 8"},{"Cccd":"sample string 1","COSTCENTREAMOUNT":"sample string 2","CATSRL":"sample string 3","CostCatNo":"sample string 4","CATEGORY":"sample string 5","COSTCENTRENAME":"sample string 6","Debit":"sample string 7","Credit":"sample string 8"}]

application/xml, text/xml

Sample:
<ArrayOfPBXMLVCostCategorySummary xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PowerAPI.Models">
  <PBXMLVCostCategorySummary>
    <CATEGORY>sample string 5</CATEGORY>
    <CATSRL>sample string 3</CATSRL>
    <COSTCENTREAMOUNT>sample string 2</COSTCENTREAMOUNT>
    <COSTCENTRENAME>sample string 6</COSTCENTRENAME>
    <Cccd>sample string 1</Cccd>
    <CostCatNo>sample string 4</CostCatNo>
    <Credit>sample string 8</Credit>
    <Debit>sample string 7</Debit>
  </PBXMLVCostCategorySummary>
  <PBXMLVCostCategorySummary>
    <CATEGORY>sample string 5</CATEGORY>
    <CATSRL>sample string 3</CATSRL>
    <COSTCENTREAMOUNT>sample string 2</COSTCENTREAMOUNT>
    <COSTCENTRENAME>sample string 6</COSTCENTRENAME>
    <Cccd>sample string 1</Cccd>
    <CostCatNo>sample string 4</CostCatNo>
    <Credit>sample string 8</Credit>
    <Debit>sample string 7</Debit>
  </PBXMLVCostCategorySummary>
  <PBXMLVCostCategorySummary>
    <CATEGORY>sample string 5</CATEGORY>
    <CATSRL>sample string 3</CATSRL>
    <COSTCENTREAMOUNT>sample string 2</COSTCENTREAMOUNT>
    <COSTCENTRENAME>sample string 6</COSTCENTRENAME>
    <Cccd>sample string 1</Cccd>
    <CostCatNo>sample string 4</CostCatNo>
    <Credit>sample string 8</Credit>
    <Debit>sample string 7</Debit>
  </PBXMLVCostCategorySummary>
</ArrayOfPBXMLVCostCategorySummary>