GET api/PBXMLVCostCentreGroupBreakup/GetCostCenterBreakupList?cccd={cccd}&AccNo={AccNo}
No documentation available.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
cccd | No documentation available. |
Define this parameter in the request URI. |
AccNo | 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", "AccNo": "sample string 2", "Group": "sample string 3", "Tag": "sample string 4", "ParentID": "sample string 5", "LEDGERNAME": "sample string 6", "CATEGORY": "sample string 7", "COSTCENTREAMOUNT": "sample string 8", "Debit": 9, "Credit": 10, "CATSRL": "sample string 11", "CostCatNo": "sample string 12", "COSTCENTRENAME": "sample string 13", "ClosingAmount": 14 }, { "Cccd": "sample string 1", "AccNo": "sample string 2", "Group": "sample string 3", "Tag": "sample string 4", "ParentID": "sample string 5", "LEDGERNAME": "sample string 6", "CATEGORY": "sample string 7", "COSTCENTREAMOUNT": "sample string 8", "Debit": 9, "Credit": 10, "CATSRL": "sample string 11", "CostCatNo": "sample string 12", "COSTCENTRENAME": "sample string 13", "ClosingAmount": 14 }, { "Cccd": "sample string 1", "AccNo": "sample string 2", "Group": "sample string 3", "Tag": "sample string 4", "ParentID": "sample string 5", "LEDGERNAME": "sample string 6", "CATEGORY": "sample string 7", "COSTCENTREAMOUNT": "sample string 8", "Debit": 9, "Credit": 10, "CATSRL": "sample string 11", "CostCatNo": "sample string 12", "COSTCENTRENAME": "sample string 13", "ClosingAmount": 14 } ]
text/html
Sample:
[{"Cccd":"sample string 1","AccNo":"sample string 2","Group":"sample string 3","Tag":"sample string 4","ParentID":"sample string 5","LEDGERNAME":"sample string 6","CATEGORY":"sample string 7","COSTCENTREAMOUNT":"sample string 8","Debit":9,"Credit":10,"CATSRL":"sample string 11","CostCatNo":"sample string 12","COSTCENTRENAME":"sample string 13","ClosingAmount":14},{"Cccd":"sample string 1","AccNo":"sample string 2","Group":"sample string 3","Tag":"sample string 4","ParentID":"sample string 5","LEDGERNAME":"sample string 6","CATEGORY":"sample string 7","COSTCENTREAMOUNT":"sample string 8","Debit":9,"Credit":10,"CATSRL":"sample string 11","CostCatNo":"sample string 12","COSTCENTRENAME":"sample string 13","ClosingAmount":14},{"Cccd":"sample string 1","AccNo":"sample string 2","Group":"sample string 3","Tag":"sample string 4","ParentID":"sample string 5","LEDGERNAME":"sample string 6","CATEGORY":"sample string 7","COSTCENTREAMOUNT":"sample string 8","Debit":9,"Credit":10,"CATSRL":"sample string 11","CostCatNo":"sample string 12","COSTCENTRENAME":"sample string 13","ClosingAmount":14}]
application/xml, text/xml
Sample:
<ArrayOfPBXMLVCostCentreGroupBreakup xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PowerAPI.Models"> <PBXMLVCostCentreGroupBreakup> <AccNo>sample string 2</AccNo> <CATEGORY>sample string 7</CATEGORY> <CATSRL>sample string 11</CATSRL> <COSTCENTREAMOUNT>sample string 8</COSTCENTREAMOUNT> <COSTCENTRENAME>sample string 13</COSTCENTRENAME> <Cccd>sample string 1</Cccd> <ClosingAmount>14</ClosingAmount> <CostCatNo>sample string 12</CostCatNo> <Credit>10</Credit> <Debit>9</Debit> <Group>sample string 3</Group> <LEDGERNAME>sample string 6</LEDGERNAME> <ParentID>sample string 5</ParentID> <Tag>sample string 4</Tag> </PBXMLVCostCentreGroupBreakup> <PBXMLVCostCentreGroupBreakup> <AccNo>sample string 2</AccNo> <CATEGORY>sample string 7</CATEGORY> <CATSRL>sample string 11</CATSRL> <COSTCENTREAMOUNT>sample string 8</COSTCENTREAMOUNT> <COSTCENTRENAME>sample string 13</COSTCENTRENAME> <Cccd>sample string 1</Cccd> <ClosingAmount>14</ClosingAmount> <CostCatNo>sample string 12</CostCatNo> <Credit>10</Credit> <Debit>9</Debit> <Group>sample string 3</Group> <LEDGERNAME>sample string 6</LEDGERNAME> <ParentID>sample string 5</ParentID> <Tag>sample string 4</Tag> </PBXMLVCostCentreGroupBreakup> <PBXMLVCostCentreGroupBreakup> <AccNo>sample string 2</AccNo> <CATEGORY>sample string 7</CATEGORY> <CATSRL>sample string 11</CATSRL> <COSTCENTREAMOUNT>sample string 8</COSTCENTREAMOUNT> <COSTCENTRENAME>sample string 13</COSTCENTRENAME> <Cccd>sample string 1</Cccd> <ClosingAmount>14</ClosingAmount> <CostCatNo>sample string 12</CostCatNo> <Credit>10</Credit> <Debit>9</Debit> <Group>sample string 3</Group> <LEDGERNAME>sample string 6</LEDGERNAME> <ParentID>sample string 5</ParentID> <Tag>sample string 4</Tag> </PBXMLVCostCentreGroupBreakup> </ArrayOfPBXMLVCostCentreGroupBreakup>