Returns detailed information for the specified manufacturer(s).
GetManufacturerInfo(XmlIds AS String)
XML String
XmlIds = XML String containing the Manufacturer Ids of the records to return. You must format the string using the XML IdList Structure Definition.
XML String has the following structure:
|
Field |
Type |
Length |
Description |
|
iId |
Integer |
4 |
Primary Key - Unique Identifier. |
|
iLocationId |
Integer |
4 |
Not used. |
|
cCompany |
String |
60 |
Manufacturer name. |
|
cAbbreviation |
String |
2 |
Two-character abbreviation for the manufacturer. |
|
cAddress1 |
String |
40 |
The address of the manufacturer. |
|
cAddress2 |
String |
40 |
The address of the manufacturer. |
|
cCity |
String |
30 |
The city in which the manufacturer is located. |
|
cState |
String |
3 |
The state in which the manufacturer is located. |
|
cZipCode |
String |
10 |
The zip code. |
|
cAreaCode |
String |
4 |
The area code of the manufacturer's phone number. |
|
cPhoneNumber |
String |
8 |
The phone number for the manufacturer. |
|
cExtension |
String |
5 |
Displays the 4-digit extension number of the contact person, if necessary. |
|
cFaxArea |
String |
4 |
Displays the area code for facsimile transmissions. |
|
cFaxPhone |
String |
8 |
Displays the phone number for facsimile transmissions. |
|
cContactName |
String |
35 |
Displays the name of the manufacturer's contact person. |
|
cWebSite |
String |
90 |
Displays the web site of the manufacturer. |
|
cEmail |
String |
60 |
Displays the email address of the manufacturer's contact person. |
|
mNotes |
String |
|
Manufacturer notes. |
|
gLogo |
|
|
Not Used. |
|
dDateDel |
DateTime |
8 |
Date deleted. |
|
iGId |
Integer |
4 |
Manufacturer Global Id. |
|
cContactArea |
String |
4 |
Area code for the manufacturer's contact phone number. |
|
cContactPhone |
String |
8 |
Manufacturer's contact phone number. |