# Get a manufacturer Get a specific manufacturer by internal id. Endpoint: GET /GetManufacturer Version: 1.1 ## Query parameters: - `id` (integer, required) Internal id for manufacturer. - `cultureCode` (string) Specifies in which language to display culture specific information. If none is supplied, value is resolved from Application. ## Response 200 fields (application/json): - `Id` (integer) The internal Id of the Manufacturer. - `Name` (string) The Name of the Manufacturer. MaxLength: 100. - `OrgNo` (string) The organizational number of the Manufacturer. MaxLength: 50. - `WebSite` (string) The url to the Manufacturer's web site. MaxLength: 255. - `LogoPath` (string) MaxLength: 255. Obsolete! - Use LogoKey - `SupportUrl` (string) The url to the Manufacturer's support page on their web site. MaxLength: 255. - `SupportEmail` (string) The email address to the Manufacturer's support. MaxLength: 255. - `SupportPhone` (string) The phone number to the Manufacturer's support. MaxLength: 500. - `SupportOpenHours` (string) The opening hours for the Manufacturer's support. MaxLength: max. - `SupportPolicy` (string) The url to the Manufacturer's support policy web page. MaxLength: max. - `SupportDescription` (string) The url to the Manufacturer's support description web page. MaxLength: max. - `Key` (string) The system wide unique Key of the Manufacturer. - `LogoKey` (string,null) A unique id for the image at our image server. Url for images are formed like http://[client specific CDN]/{LogoKey}. Preset, height and width can be sent as parameters. - `UniqueName` (string) A unique name that can be used in Urls and to get this entity. GetManufacturer and GetManufacturerByUniqueName gets the same Manufacturer. MaxLength: 255.