GET api/PDAGetAllWhData/GetAllWhData
No documentation available.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
BarcodeModal | No documentation available. |
Define this parameter in the request URI. |
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
[ { "Wh_id": "sample string 1", "Wh_No": "sample string 2", "Wh_Name": "sample string 3", "Type_Code": 4, "WhState": 5, "sType_Code": "sample string 6", "ifKh": true, "sifKh": "sample string 8" }, { "Wh_id": "sample string 1", "Wh_No": "sample string 2", "Wh_Name": "sample string 3", "Type_Code": 4, "WhState": 5, "sType_Code": "sample string 6", "ifKh": true, "sifKh": "sample string 8" }, { "Wh_id": "sample string 1", "Wh_No": "sample string 2", "Wh_Name": "sample string 3", "Type_Code": 4, "WhState": 5, "sType_Code": "sample string 6", "ifKh": true, "sifKh": "sample string 8" } ]
application/xml, text/xml
Sample:
<ArrayOfWhTableModal xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Models"> <WhTableModal> <Type_Code>4</Type_Code> <WhState>5</WhState> <Wh_Name>sample string 3</Wh_Name> <Wh_No>sample string 2</Wh_No> <Wh_id>sample string 1</Wh_id> <ifKh>true</ifKh> <sType_Code>sample string 6</sType_Code> <sifKh>sample string 8</sifKh> </WhTableModal> <WhTableModal> <Type_Code>4</Type_Code> <WhState>5</WhState> <Wh_Name>sample string 3</Wh_Name> <Wh_No>sample string 2</Wh_No> <Wh_id>sample string 1</Wh_id> <ifKh>true</ifKh> <sType_Code>sample string 6</sType_Code> <sifKh>sample string 8</sifKh> </WhTableModal> <WhTableModal> <Type_Code>4</Type_Code> <WhState>5</WhState> <Wh_Name>sample string 3</Wh_Name> <Wh_No>sample string 2</Wh_No> <Wh_id>sample string 1</Wh_id> <ifKh>true</ifKh> <sType_Code>sample string 6</sType_Code> <sifKh>sample string 8</sifKh> </WhTableModal> </ArrayOfWhTableModal>