GET api/PBXMLVCostCentreGroupBreakup/CostCenterGroupBreakUPDetByCatNo?cccd={cccd}&CostCatNo={CostCatNo}&AccNo={AccNo}&from={from}&to={to}
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| cccd | No documentation available. |
Define this parameter in the request URI. |
| CostCatNo | No documentation available. |
Define this parameter in the request URI. |
| AccNo | No documentation available. |
Define this parameter in the request URI. |
| from | No documentation available. |
Define this parameter in the request URI. |
| to | 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",
"COSTCD": "sample string 13",
"COSTCENTRENAME": "sample string 14",
"ClosingAmount": 15
},
{
"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",
"COSTCD": "sample string 13",
"COSTCENTRENAME": "sample string 14",
"ClosingAmount": 15
},
{
"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",
"COSTCD": "sample string 13",
"COSTCENTRENAME": "sample string 14",
"ClosingAmount": 15
}
]
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","COSTCD":"sample string 13","COSTCENTRENAME":"sample string 14","ClosingAmount":15},{"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","COSTCD":"sample string 13","COSTCENTRENAME":"sample string 14","ClosingAmount":15},{"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","COSTCD":"sample string 13","COSTCENTRENAME":"sample string 14","ClosingAmount":15}]
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>
<COSTCD>sample string 13</COSTCD>
<COSTCENTREAMOUNT>sample string 8</COSTCENTREAMOUNT>
<COSTCENTRENAME>sample string 14</COSTCENTRENAME>
<Cccd>sample string 1</Cccd>
<ClosingAmount>15</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>
<COSTCD>sample string 13</COSTCD>
<COSTCENTREAMOUNT>sample string 8</COSTCENTREAMOUNT>
<COSTCENTRENAME>sample string 14</COSTCENTRENAME>
<Cccd>sample string 1</Cccd>
<ClosingAmount>15</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>
<COSTCD>sample string 13</COSTCD>
<COSTCENTREAMOUNT>sample string 8</COSTCENTREAMOUNT>
<COSTCENTRENAME>sample string 14</COSTCENTRENAME>
<Cccd>sample string 1</Cccd>
<ClosingAmount>15</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>