GET api/atpLEDProgress/GetWarehouseUsingInfo
No documentation available.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
ParamModal | No documentation available. |
Define this parameter in the request URI. |
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
{ "rows": [ { "lineNo": 1, "whName": "sample string 2", "box1": "sample string 3", "box2": "sample string 4", "box3": "sample string 5", "box4": "sample string 6", "box5": "sample string 7", "boxState1": 8, "boxState2": 9, "boxState3": 10, "boxState4": 11, "boxState5": 12 }, { "lineNo": 1, "whName": "sample string 2", "box1": "sample string 3", "box2": "sample string 4", "box3": "sample string 5", "box4": "sample string 6", "box5": "sample string 7", "boxState1": 8, "boxState2": 9, "boxState3": 10, "boxState4": 11, "boxState5": 12 }, { "lineNo": 1, "whName": "sample string 2", "box1": "sample string 3", "box2": "sample string 4", "box3": "sample string 5", "box4": "sample string 6", "box5": "sample string 7", "boxState1": 8, "boxState2": 9, "boxState3": 10, "boxState4": 11, "boxState5": 12 } ], "errorCode": 1, "errorMsg": "sample string 2" }
application/xml, text/xml
Sample:
<ATPLEDWarehouseUsingModal xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Controllers"> <errorCode xmlns="http://schemas.datacontract.org/2004/07/WfSoft.Core">1</errorCode> <errorMsg xmlns="http://schemas.datacontract.org/2004/07/WfSoft.Core">sample string 2</errorMsg> <rows> <ATPLEDWarehouseUsingRowModal> <box1>sample string 3</box1> <box2>sample string 4</box2> <box3>sample string 5</box3> <box4>sample string 6</box4> <box5>sample string 7</box5> <boxState1>8</boxState1> <boxState2>9</boxState2> <boxState3>10</boxState3> <boxState4>11</boxState4> <boxState5>12</boxState5> <lineNo>1</lineNo> <whName>sample string 2</whName> </ATPLEDWarehouseUsingRowModal> <ATPLEDWarehouseUsingRowModal> <box1>sample string 3</box1> <box2>sample string 4</box2> <box3>sample string 5</box3> <box4>sample string 6</box4> <box5>sample string 7</box5> <boxState1>8</boxState1> <boxState2>9</boxState2> <boxState3>10</boxState3> <boxState4>11</boxState4> <boxState5>12</boxState5> <lineNo>1</lineNo> <whName>sample string 2</whName> </ATPLEDWarehouseUsingRowModal> <ATPLEDWarehouseUsingRowModal> <box1>sample string 3</box1> <box2>sample string 4</box2> <box3>sample string 5</box3> <box4>sample string 6</box4> <box5>sample string 7</box5> <boxState1>8</boxState1> <boxState2>9</boxState2> <boxState3>10</boxState3> <boxState4>11</boxState4> <boxState5>12</boxState5> <lineNo>1</lineNo> <whName>sample string 2</whName> </ATPLEDWarehouseUsingRowModal> </rows> </ATPLEDWarehouseUsingModal>