GET api/PBXMLVCatTransInwOut/GetAllCatTransInw?cccd={cccd}&ItCd={ItCd}&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. |
| ItCd | 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",
"Itcd": 2,
"Name": "sample string 3",
"STOCKITEMNAME": "sample string 4",
"AMOUNT": 5.1,
"RATE": 6.1,
"SUNIT": "sample string 7",
"ACTUALQTY": 8.1,
"AMOUNT1": 9.1,
"trcode": "sample string 10",
"trtype": "sample string 11"
},
{
"cccd": "sample string 1",
"Itcd": 2,
"Name": "sample string 3",
"STOCKITEMNAME": "sample string 4",
"AMOUNT": 5.1,
"RATE": 6.1,
"SUNIT": "sample string 7",
"ACTUALQTY": 8.1,
"AMOUNT1": 9.1,
"trcode": "sample string 10",
"trtype": "sample string 11"
},
{
"cccd": "sample string 1",
"Itcd": 2,
"Name": "sample string 3",
"STOCKITEMNAME": "sample string 4",
"AMOUNT": 5.1,
"RATE": 6.1,
"SUNIT": "sample string 7",
"ACTUALQTY": 8.1,
"AMOUNT1": 9.1,
"trcode": "sample string 10",
"trtype": "sample string 11"
}
]
text/html
Sample:
[{"cccd":"sample string 1","Itcd":2,"Name":"sample string 3","STOCKITEMNAME":"sample string 4","AMOUNT":5.1,"RATE":6.1,"SUNIT":"sample string 7","ACTUALQTY":8.1,"AMOUNT1":9.1,"trcode":"sample string 10","trtype":"sample string 11"},{"cccd":"sample string 1","Itcd":2,"Name":"sample string 3","STOCKITEMNAME":"sample string 4","AMOUNT":5.1,"RATE":6.1,"SUNIT":"sample string 7","ACTUALQTY":8.1,"AMOUNT1":9.1,"trcode":"sample string 10","trtype":"sample string 11"},{"cccd":"sample string 1","Itcd":2,"Name":"sample string 3","STOCKITEMNAME":"sample string 4","AMOUNT":5.1,"RATE":6.1,"SUNIT":"sample string 7","ACTUALQTY":8.1,"AMOUNT1":9.1,"trcode":"sample string 10","trtype":"sample string 11"}]
application/xml, text/xml
Sample:
<ArrayOfPBXMLVCatTransInwOut xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PowerAPI.Models">
<PBXMLVCatTransInwOut>
<ACTUALQTY>8.1</ACTUALQTY>
<AMOUNT>5.1</AMOUNT>
<AMOUNT1>9.1</AMOUNT1>
<Itcd>2</Itcd>
<Name>sample string 3</Name>
<RATE>6.1</RATE>
<STOCKITEMNAME>sample string 4</STOCKITEMNAME>
<SUNIT>sample string 7</SUNIT>
<cccd>sample string 1</cccd>
<trcode>sample string 10</trcode>
<trtype>sample string 11</trtype>
</PBXMLVCatTransInwOut>
<PBXMLVCatTransInwOut>
<ACTUALQTY>8.1</ACTUALQTY>
<AMOUNT>5.1</AMOUNT>
<AMOUNT1>9.1</AMOUNT1>
<Itcd>2</Itcd>
<Name>sample string 3</Name>
<RATE>6.1</RATE>
<STOCKITEMNAME>sample string 4</STOCKITEMNAME>
<SUNIT>sample string 7</SUNIT>
<cccd>sample string 1</cccd>
<trcode>sample string 10</trcode>
<trtype>sample string 11</trtype>
</PBXMLVCatTransInwOut>
<PBXMLVCatTransInwOut>
<ACTUALQTY>8.1</ACTUALQTY>
<AMOUNT>5.1</AMOUNT>
<AMOUNT1>9.1</AMOUNT1>
<Itcd>2</Itcd>
<Name>sample string 3</Name>
<RATE>6.1</RATE>
<STOCKITEMNAME>sample string 4</STOCKITEMNAME>
<SUNIT>sample string 7</SUNIT>
<cccd>sample string 1</cccd>
<trcode>sample string 10</trcode>
<trtype>sample string 11</trtype>
</PBXMLVCatTransInwOut>
</ArrayOfPBXMLVCatTransInwOut>