GET api/PBXMLVCostCentreBreakUp/CostCenterBreakupList?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",
    "costcd": "sample string 2",
    "CATEGORY": "sample string 3",
    "COSTCENTRE": "sample string 4"
  },
  {
    "Cccd": "sample string 1",
    "costcd": "sample string 2",
    "CATEGORY": "sample string 3",
    "COSTCENTRE": "sample string 4"
  },
  {
    "Cccd": "sample string 1",
    "costcd": "sample string 2",
    "CATEGORY": "sample string 3",
    "COSTCENTRE": "sample string 4"
  }
]

text/html

Sample:
[{"Cccd":"sample string 1","costcd":"sample string 2","CATEGORY":"sample string 3","COSTCENTRE":"sample string 4"},{"Cccd":"sample string 1","costcd":"sample string 2","CATEGORY":"sample string 3","COSTCENTRE":"sample string 4"},{"Cccd":"sample string 1","costcd":"sample string 2","CATEGORY":"sample string 3","COSTCENTRE":"sample string 4"}]

application/xml, text/xml

Sample:
<ArrayOfPBXMLVCostCentreBreakUp xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PowerAPI.Models">
  <PBXMLVCostCentreBreakUp>
    <CATEGORY>sample string 3</CATEGORY>
    <COSTCENTRE>sample string 4</COSTCENTRE>
    <Cccd>sample string 1</Cccd>
    <costcd>sample string 2</costcd>
  </PBXMLVCostCentreBreakUp>
  <PBXMLVCostCentreBreakUp>
    <CATEGORY>sample string 3</CATEGORY>
    <COSTCENTRE>sample string 4</COSTCENTRE>
    <Cccd>sample string 1</Cccd>
    <costcd>sample string 2</costcd>
  </PBXMLVCostCentreBreakUp>
  <PBXMLVCostCentreBreakUp>
    <CATEGORY>sample string 3</CATEGORY>
    <COSTCENTRE>sample string 4</COSTCENTRE>
    <Cccd>sample string 1</Cccd>
    <costcd>sample string 2</costcd>
  </PBXMLVCostCentreBreakUp>
</ArrayOfPBXMLVCostCentreBreakUp>