Company
Information about a company is implemented in the Company object. The attributes of the Company object are:
Attribute
|
Description
|
---|---|
address |
A string of maximum length 40 containing the street address of the place. |
address2 |
A string of maximum length 40 containing an additional street address of the place. |
alertRetention |
An integer value representing the company's preference for alert purge time in days. |
city |
A string of maximum length 40 containing the city of the place. |
country |
A string of maximum length 5 containing the country code of the place. |
custAcctNo |
A string of maximum length 10 indicating the company's numeric Customer Account Number at the NMC. |
custAuxAcctNo |
A string of maximum length 10 indicating the company's numeric Auxiliary Customer Account Number at the NMC. It is associated with the Customer Account Number. |
hubId |
A string of maximum length 3 that identifies the decimal representation of the NMC Family/Instance to which the company is connected/associated. |
id |
A string value of maximum length 10 indicating the unique identifier of the company. |
lockedOut |
A boolean value indicating if the company has been locked out. |
name |
A string value of maximum length 50 indicating the name of the company. |
obeyDst |
A boolean value indicating if the company obeys daylight saving time. |
ownAcctNo |
A string of maximum length 10 representing the company's numeric Owning Account Number at the NMC. This should only be specified when the Customer Account Number is not the primary NMC account number for the company. |
ownAuxAcctNo |
A string of maximum length 10 representing the company's numeric Auxiliary Account Number at the NMC for the Owning Account Number. It is associated with the Owning Account Number. This should only be specified when the Owning Account Number is used. |
postalCode |
A string of maximum length 12 containing the postal code of the place. |
qspInstance |
A character value representing the instance of the Portal the user belongs to. Valid values are: |
reportRetention |
An integer value representing the company's preference for report purge time in days. |
state |
A string of maximum length 2 containing the state of the place. |
tempUom |
A character value representing the unit of measure for temperature used by a company. |
timeZone |
A TimeZone object containing information about the company's timezone settings. |
timeZonesObserved |
A string of maximum length 2 indicating the subset list of timezones that are applicable to the company. |
uom |
A string of maximum length 10 representing the unit of measure used by a company. |
WSDL Definition
Here is how the Company Information object is defined within the WSDL
|
Sample XML
Here is some sample XML that shows what the User Information object will look like in XML
|