Manufacturer
This is a manufacturer for either equipment or products. For example, True is the manufacturer for the refrigerators and Freshpet is a manufacturer for pet food
POST /controllers/AssetType.ashx
Key Parameters
Parameter | Type | Required | Description |
---|---|---|---|
ManufacturerName | String | Yes | ManufacturerName (unique) |
IsForeign | Boolean | No | If this manufacturer's products should be considered as foreign products |
IsRouteC | Boolean | No | If a cabinet manufacturer, is it using a Custom camera |
🧩 Manufacturer List API (Response)
List of manufacturers including their identifiers, names, external system codes, and classification details such as whether they are foreign or use Route C logic.
GET /Controllers/Manufacturer.ashx?action=list&start=0&limit=50&asArray=0
Parameter | Type | Description |
---|---|---|
ManufacturerId | Integer | Unique ID for the manufacturer |
ManufacturerName | String | Display name of the manufacturer |
ExternalManufacturerCode | String | External system reference for manufacturer |
IsForeign | Boolean | Indicates if the manufacturer is foreign |
IsRouteC | Boolean | Indicates if this manufacturer uses Route C logic |