GET api/PBItems/GetAllItems?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",
"ItGr": "sample string 2",
"Parent": 3
},
{
"cccd": "sample string 1",
"ItGr": "sample string 2",
"Parent": 3
},
{
"cccd": "sample string 1",
"ItGr": "sample string 2",
"Parent": 3
}
]
text/html
Sample:
[{"cccd":"sample string 1","ItGr":"sample string 2","Parent":3},{"cccd":"sample string 1","ItGr":"sample string 2","Parent":3},{"cccd":"sample string 1","ItGr":"sample string 2","Parent":3}]
application/xml, text/xml
Sample:
<ArrayOfPBItems xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PowerAPI.Models">
<PBItems>
<ItGr>sample string 2</ItGr>
<Parent>3</Parent>
<cccd>sample string 1</cccd>
</PBItems>
<PBItems>
<ItGr>sample string 2</ItGr>
<Parent>3</Parent>
<cccd>sample string 1</cccd>
</PBItems>
<PBItems>
<ItGr>sample string 2</ItGr>
<Parent>3</Parent>
<cccd>sample string 1</cccd>
</PBItems>
</ArrayOfPBItems>