Returns a manufacturer listing for the specified location(s).
GetManufacturerListing(IncludeDeleted AS Boolean)
XML String
IncludeDeleted = Select to include deleted records in the results.
XML String has the following structure:
|
Field |
Type |
Length |
Description |
|
iId |
Integer |
4 |
Primary Key - Unique Identifier. |
|
cCompany |
String |
60 |
Manufacturer name. |
|
cAbbreviation |
String |
2 |
Two-character abbreviation for the manufacturer. |
|
dDateDel |
DateTime |
8 |
Date deleted. |