GET api/PBXMLVCategory/GetAllCATEGORY2?cccd={cccd}
No documentation available.
Request Information
Parameters
| Name | Description | Additional 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",
"CatCd": 2,
"Name": "sample string 3",
"CostCatNm": "sample string 4",
"Category": "sample string 5",
"CATEGORY": "sample string 6",
"TotInwQty": 7.1,
"TotInwRate": 8.1,
"TotInwAmt": 9.1,
"TotOutQty": 10.1,
"TotOutRate": 11.1,
"TotOutAmt": 12.1
},
{
"cccd": "sample string 1",
"CatCd": 2,
"Name": "sample string 3",
"CostCatNm": "sample string 4",
"Category": "sample string 5",
"CATEGORY": "sample string 6",
"TotInwQty": 7.1,
"TotInwRate": 8.1,
"TotInwAmt": 9.1,
"TotOutQty": 10.1,
"TotOutRate": 11.1,
"TotOutAmt": 12.1
},
{
"cccd": "sample string 1",
"CatCd": 2,
"Name": "sample string 3",
"CostCatNm": "sample string 4",
"Category": "sample string 5",
"CATEGORY": "sample string 6",
"TotInwQty": 7.1,
"TotInwRate": 8.1,
"TotInwAmt": 9.1,
"TotOutQty": 10.1,
"TotOutRate": 11.1,
"TotOutAmt": 12.1
}
]
text/html
Sample:
[{"cccd":"sample string 1","CatCd":2,"Name":"sample string 3","CostCatNm":"sample string 4","Category":"sample string 5","CATEGORY":"sample string 6","TotInwQty":7.1,"TotInwRate":8.1,"TotInwAmt":9.1,"TotOutQty":10.1,"TotOutRate":11.1,"TotOutAmt":12.1},{"cccd":"sample string 1","CatCd":2,"Name":"sample string 3","CostCatNm":"sample string 4","Category":"sample string 5","CATEGORY":"sample string 6","TotInwQty":7.1,"TotInwRate":8.1,"TotInwAmt":9.1,"TotOutQty":10.1,"TotOutRate":11.1,"TotOutAmt":12.1},{"cccd":"sample string 1","CatCd":2,"Name":"sample string 3","CostCatNm":"sample string 4","Category":"sample string 5","CATEGORY":"sample string 6","TotInwQty":7.1,"TotInwRate":8.1,"TotInwAmt":9.1,"TotOutQty":10.1,"TotOutRate":11.1,"TotOutAmt":12.1}]
application/xml, text/xml
Sample:
<ArrayOfPBXMLVCategory xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PowerAPI.Models">
<PBXMLVCategory>
<CATEGORY>sample string 6</CATEGORY>
<CatCd>2</CatCd>
<Category>sample string 5</Category>
<CostCatNm>sample string 4</CostCatNm>
<Name>sample string 3</Name>
<TotInwAmt>9.1</TotInwAmt>
<TotInwQty>7.1</TotInwQty>
<TotInwRate>8.1</TotInwRate>
<TotOutAmt>12.1</TotOutAmt>
<TotOutQty>10.1</TotOutQty>
<TotOutRate>11.1</TotOutRate>
<cccd>sample string 1</cccd>
</PBXMLVCategory>
<PBXMLVCategory>
<CATEGORY>sample string 6</CATEGORY>
<CatCd>2</CatCd>
<Category>sample string 5</Category>
<CostCatNm>sample string 4</CostCatNm>
<Name>sample string 3</Name>
<TotInwAmt>9.1</TotInwAmt>
<TotInwQty>7.1</TotInwQty>
<TotInwRate>8.1</TotInwRate>
<TotOutAmt>12.1</TotOutAmt>
<TotOutQty>10.1</TotOutQty>
<TotOutRate>11.1</TotOutRate>
<cccd>sample string 1</cccd>
</PBXMLVCategory>
<PBXMLVCategory>
<CATEGORY>sample string 6</CATEGORY>
<CatCd>2</CatCd>
<Category>sample string 5</Category>
<CostCatNm>sample string 4</CostCatNm>
<Name>sample string 3</Name>
<TotInwAmt>9.1</TotInwAmt>
<TotInwQty>7.1</TotInwQty>
<TotInwRate>8.1</TotInwRate>
<TotOutAmt>12.1</TotOutAmt>
<TotOutQty>10.1</TotOutQty>
<TotOutRate>11.1</TotOutRate>
<cccd>sample string 1</cccd>
</PBXMLVCategory>
</ArrayOfPBXMLVCategory>