GET api/installlibrary/manufacturers
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of Manufacturer| Name | Description | Type | Additional information |
|---|---|---|---|
| ManufacturerID | integer |
None. |
|
| Name | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"ManufacturerID": 1,
"Name": "sample string 2"
},
{
"ManufacturerID": 1,
"Name": "sample string 2"
}
]
application/xml, text/xml
Sample:
<ArrayOfManufacturer xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FiltermistAPI.Models">
<Manufacturer>
<ManufacturerID>1</ManufacturerID>
<Name>sample string 2</Name>
</Manufacturer>
<Manufacturer>
<ManufacturerID>1</ManufacturerID>
<Name>sample string 2</Name>
</Manufacturer>
</ArrayOfManufacturer>