GET api/PBXMLVGodownExciseUnits/GetAllGodownGroup?cccd={cccd}&Itcd={Itcd}&Srl={Srl}&from={from}&to={to}&sessid={sessid}
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. |
Srl | 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. |
sessid | No documentation available. |
Define this parameter in the request URI. |
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
[ { "STOCKNAME": "sample string 1", "cccd": "sample string 2", "Parent": "sample string 3", "OPQ": 4.1, "OPRATE": 5.1, "OPAMT": 6.1, "INVQ": 7.1, "INVRATE": 8.1, "INVAMT": 9.1, "OUTQ": 10.1, "OUTRATE": 11.1, "OUTAMT": 12.1, "CQTY": 13.1, "CRATE": 14.1, "CAMT": 15.1, "ItGr": "sample string 16" }, { "STOCKNAME": "sample string 1", "cccd": "sample string 2", "Parent": "sample string 3", "OPQ": 4.1, "OPRATE": 5.1, "OPAMT": 6.1, "INVQ": 7.1, "INVRATE": 8.1, "INVAMT": 9.1, "OUTQ": 10.1, "OUTRATE": 11.1, "OUTAMT": 12.1, "CQTY": 13.1, "CRATE": 14.1, "CAMT": 15.1, "ItGr": "sample string 16" }, { "STOCKNAME": "sample string 1", "cccd": "sample string 2", "Parent": "sample string 3", "OPQ": 4.1, "OPRATE": 5.1, "OPAMT": 6.1, "INVQ": 7.1, "INVRATE": 8.1, "INVAMT": 9.1, "OUTQ": 10.1, "OUTRATE": 11.1, "OUTAMT": 12.1, "CQTY": 13.1, "CRATE": 14.1, "CAMT": 15.1, "ItGr": "sample string 16" } ]
text/html
Sample:
[{"STOCKNAME":"sample string 1","cccd":"sample string 2","Parent":"sample string 3","OPQ":4.1,"OPRATE":5.1,"OPAMT":6.1,"INVQ":7.1,"INVRATE":8.1,"INVAMT":9.1,"OUTQ":10.1,"OUTRATE":11.1,"OUTAMT":12.1,"CQTY":13.1,"CRATE":14.1,"CAMT":15.1,"ItGr":"sample string 16"},{"STOCKNAME":"sample string 1","cccd":"sample string 2","Parent":"sample string 3","OPQ":4.1,"OPRATE":5.1,"OPAMT":6.1,"INVQ":7.1,"INVRATE":8.1,"INVAMT":9.1,"OUTQ":10.1,"OUTRATE":11.1,"OUTAMT":12.1,"CQTY":13.1,"CRATE":14.1,"CAMT":15.1,"ItGr":"sample string 16"},{"STOCKNAME":"sample string 1","cccd":"sample string 2","Parent":"sample string 3","OPQ":4.1,"OPRATE":5.1,"OPAMT":6.1,"INVQ":7.1,"INVRATE":8.1,"INVAMT":9.1,"OUTQ":10.1,"OUTRATE":11.1,"OUTAMT":12.1,"CQTY":13.1,"CRATE":14.1,"CAMT":15.1,"ItGr":"sample string 16"}]
application/xml, text/xml
Sample:
<ArrayOfPBXMLVGodownGroup xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PowerAPI.Models"> <PBXMLVGodownGroup> <CAMT>15.1</CAMT> <CQTY>13.1</CQTY> <CRATE>14.1</CRATE> <INVAMT>9.1</INVAMT> <INVQ>7.1</INVQ> <INVRATE>8.1</INVRATE> <ItGr>sample string 16</ItGr> <OPAMT>6.1</OPAMT> <OPQ>4.1</OPQ> <OPRATE>5.1</OPRATE> <OUTAMT>12.1</OUTAMT> <OUTQ>10.1</OUTQ> <OUTRATE>11.1</OUTRATE> <Parent>sample string 3</Parent> <STOCKNAME>sample string 1</STOCKNAME> <cccd>sample string 2</cccd> </PBXMLVGodownGroup> <PBXMLVGodownGroup> <CAMT>15.1</CAMT> <CQTY>13.1</CQTY> <CRATE>14.1</CRATE> <INVAMT>9.1</INVAMT> <INVQ>7.1</INVQ> <INVRATE>8.1</INVRATE> <ItGr>sample string 16</ItGr> <OPAMT>6.1</OPAMT> <OPQ>4.1</OPQ> <OPRATE>5.1</OPRATE> <OUTAMT>12.1</OUTAMT> <OUTQ>10.1</OUTQ> <OUTRATE>11.1</OUTRATE> <Parent>sample string 3</Parent> <STOCKNAME>sample string 1</STOCKNAME> <cccd>sample string 2</cccd> </PBXMLVGodownGroup> <PBXMLVGodownGroup> <CAMT>15.1</CAMT> <CQTY>13.1</CQTY> <CRATE>14.1</CRATE> <INVAMT>9.1</INVAMT> <INVQ>7.1</INVQ> <INVRATE>8.1</INVRATE> <ItGr>sample string 16</ItGr> <OPAMT>6.1</OPAMT> <OPQ>4.1</OPQ> <OPRATE>5.1</OPRATE> <OUTAMT>12.1</OUTAMT> <OUTQ>10.1</OUTQ> <OUTRATE>11.1</OUTRATE> <Parent>sample string 3</Parent> <STOCKNAME>sample string 1</STOCKNAME> <cccd>sample string 2</cccd> </PBXMLVGodownGroup> </ArrayOfPBXMLVGodownGroup>