GET api/InsulationManufacturers
Get All Manufacturers GET: api/InsulationManufacturers
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of InsulManufacturerName | Description | Type | Additional information |
---|---|---|---|
InsulManufacturerID | integer |
None. |
|
Manufacturer | string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "insulManufacturerID": 1, "manufacturer": "sample string 2" }, { "insulManufacturerID": 1, "manufacturer": "sample string 2" } ]
application/xml, text/xml
Sample:
<ArrayOfInsulManufacturer xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/srd81.Models"> <InsulManufacturer> <InsulManufacturerID>1</InsulManufacturerID> <Manufacturer>sample string 2</Manufacturer> </InsulManufacturer> <InsulManufacturer> <InsulManufacturerID>1</InsulManufacturerID> <Manufacturer>sample string 2</Manufacturer> </InsulManufacturer> </ArrayOfInsulManufacturer>