GET api/ManufacturerListing/ManuListingGet
No documentation available.
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
{ "manuListing": [ { "manu_id": 1, "manu_name": "sample string 2", "web_desc": "sample string 3", "web_logo": "sample string 4", "web_alt_desc": "sample string 5" }, { "manu_id": 1, "manu_name": "sample string 2", "web_desc": "sample string 3", "web_logo": "sample string 4", "web_alt_desc": "sample string 5" }, { "manu_id": 1, "manu_name": "sample string 2", "web_desc": "sample string 3", "web_logo": "sample string 4", "web_alt_desc": "sample string 5" } ] }
text/xml
Sample:
<ManufacturerListDetails xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EPDS.Model.Manufacturer"> <manuListing> <ManufacturerList> <manu_id>1</manu_id> <manu_name>sample string 2</manu_name> <web_alt_desc>sample string 5</web_alt_desc> <web_desc>sample string 3</web_desc> <web_logo>sample string 4</web_logo> </ManufacturerList> <ManufacturerList> <manu_id>1</manu_id> <manu_name>sample string 2</manu_name> <web_alt_desc>sample string 5</web_alt_desc> <web_desc>sample string 3</web_desc> <web_logo>sample string 4</web_logo> </ManufacturerList> <ManufacturerList> <manu_id>1</manu_id> <manu_name>sample string 2</manu_name> <web_alt_desc>sample string 5</web_alt_desc> <web_desc>sample string 3</web_desc> <web_logo>sample string 4</web_logo> </ManufacturerList> </manuListing> </ManufacturerListDetails>