GET api/PBXMLVReorderStatus/GetAllGrpItemReOrder?cccd={cccd}&Parent={Parent}&startDate={startDate}&endDate={endDate}
No documentation available.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
cccd | No documentation available. |
Define this parameter in the request URI. |
Parent | No documentation available. |
Define this parameter in the request URI. |
startDate | No documentation available. |
Define this parameter in the request URI. |
endDate | 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", "ItDescP": "sample string 3", "INVQ": 4.1, "INVR": 5.1, "INVA": 6.1, "STOCKNAME": "sample string 7", "OPQ": 8.1, "OPR": 9.1, "OPA": 10.1, "OUTQ": 11.1, "OUTR": 12.1, "OUTA": 13.1, "CLOSEQ": 14.1, "CLOSER": 15.1, "CLOSEA": 16.1, "ORDERQTY": 17 }, { "cccd": "sample string 1", "ITGR": "sample string 2", "ItDescP": "sample string 3", "INVQ": 4.1, "INVR": 5.1, "INVA": 6.1, "STOCKNAME": "sample string 7", "OPQ": 8.1, "OPR": 9.1, "OPA": 10.1, "OUTQ": 11.1, "OUTR": 12.1, "OUTA": 13.1, "CLOSEQ": 14.1, "CLOSER": 15.1, "CLOSEA": 16.1, "ORDERQTY": 17 }, { "cccd": "sample string 1", "ITGR": "sample string 2", "ItDescP": "sample string 3", "INVQ": 4.1, "INVR": 5.1, "INVA": 6.1, "STOCKNAME": "sample string 7", "OPQ": 8.1, "OPR": 9.1, "OPA": 10.1, "OUTQ": 11.1, "OUTR": 12.1, "OUTA": 13.1, "CLOSEQ": 14.1, "CLOSER": 15.1, "CLOSEA": 16.1, "ORDERQTY": 17 } ]
text/html
Sample:
[{"cccd":"sample string 1","ITGR":"sample string 2","ItDescP":"sample string 3","INVQ":4.1,"INVR":5.1,"INVA":6.1,"STOCKNAME":"sample string 7","OPQ":8.1,"OPR":9.1,"OPA":10.1,"OUTQ":11.1,"OUTR":12.1,"OUTA":13.1,"CLOSEQ":14.1,"CLOSER":15.1,"CLOSEA":16.1,"ORDERQTY":17},{"cccd":"sample string 1","ITGR":"sample string 2","ItDescP":"sample string 3","INVQ":4.1,"INVR":5.1,"INVA":6.1,"STOCKNAME":"sample string 7","OPQ":8.1,"OPR":9.1,"OPA":10.1,"OUTQ":11.1,"OUTR":12.1,"OUTA":13.1,"CLOSEQ":14.1,"CLOSER":15.1,"CLOSEA":16.1,"ORDERQTY":17},{"cccd":"sample string 1","ITGR":"sample string 2","ItDescP":"sample string 3","INVQ":4.1,"INVR":5.1,"INVA":6.1,"STOCKNAME":"sample string 7","OPQ":8.1,"OPR":9.1,"OPA":10.1,"OUTQ":11.1,"OUTR":12.1,"OUTA":13.1,"CLOSEQ":14.1,"CLOSER":15.1,"CLOSEA":16.1,"ORDERQTY":17}]
application/xml, text/xml
Sample:
<ArrayOfPBXMLVReOrderGrpItem xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PowerAPI.Models"> <PBXMLVReOrderGrpItem> <CLOSEA>16.1</CLOSEA> <CLOSEQ>14.1</CLOSEQ> <CLOSER>15.1</CLOSER> <INVA>6.1</INVA> <INVQ>4.1</INVQ> <INVR>5.1</INVR> <ITGR>sample string 2</ITGR> <ItDescP>sample string 3</ItDescP> <OPA>10.1</OPA> <OPQ>8.1</OPQ> <OPR>9.1</OPR> <ORDERQTY>17</ORDERQTY> <OUTA>13.1</OUTA> <OUTQ>11.1</OUTQ> <OUTR>12.1</OUTR> <STOCKNAME>sample string 7</STOCKNAME> <cccd>sample string 1</cccd> </PBXMLVReOrderGrpItem> <PBXMLVReOrderGrpItem> <CLOSEA>16.1</CLOSEA> <CLOSEQ>14.1</CLOSEQ> <CLOSER>15.1</CLOSER> <INVA>6.1</INVA> <INVQ>4.1</INVQ> <INVR>5.1</INVR> <ITGR>sample string 2</ITGR> <ItDescP>sample string 3</ItDescP> <OPA>10.1</OPA> <OPQ>8.1</OPQ> <OPR>9.1</OPR> <ORDERQTY>17</ORDERQTY> <OUTA>13.1</OUTA> <OUTQ>11.1</OUTQ> <OUTR>12.1</OUTR> <STOCKNAME>sample string 7</STOCKNAME> <cccd>sample string 1</cccd> </PBXMLVReOrderGrpItem> <PBXMLVReOrderGrpItem> <CLOSEA>16.1</CLOSEA> <CLOSEQ>14.1</CLOSEQ> <CLOSER>15.1</CLOSER> <INVA>6.1</INVA> <INVQ>4.1</INVQ> <INVR>5.1</INVR> <ITGR>sample string 2</ITGR> <ItDescP>sample string 3</ItDescP> <OPA>10.1</OPA> <OPQ>8.1</OPQ> <OPR>9.1</OPR> <ORDERQTY>17</ORDERQTY> <OUTA>13.1</OUTA> <OUTQ>11.1</OUTQ> <OUTR>12.1</OUTR> <STOCKNAME>sample string 7</STOCKNAME> <cccd>sample string 1</cccd> </PBXMLVReOrderGrpItem> </ArrayOfPBXMLVReOrderGrpItem>