-
Notifications
You must be signed in to change notification settings - Fork 2
Supplier
PatrickLane edited this page Nov 13, 2014
·
6 revisions
Represent a supplier account in the accountsIQ system.
supplier members
• cannot be negative
Name | Type | Description | Constraints |
---|---|---|---|
AccountID | Int32 | Get the account unique ID | |
AccountReferralID | String | Get/Set the supplier's referral identifier. |
|
Address1 | String | Get/Set the supplier's first line of address. |
|
Address2 | String | Get/Set the supplier's second line of address. |
|
AreaID | String | Get/Set the supplier's area identifier. |
|
AuthorUserID | String | Get the identifier of the user who created the stock item. | |
BankAccountCode | String | Get/Set the supplier's bank account code. The list of bank accounts can be obtained by calling the GetBankList method. |
|
BankSortCode | String | Get/Set the supplier's bank sort code. |
|
BankSwiftCode | String | Get/Set the supplier's bank swift code. |
|
City | String | Get/Set the supplier's city name. |
|
Code | String | Get the unique supplier code in the system. |
|
Contact | String | Get/Set the supplier's contact name. |
|
ControlGLAccountCode | String | Get/Set the supplier's control general ledger account code. The GL account codes can be obtained by calling the GetGLAccountList method. A pre-set value can also be used when creating a new supplier using the GetNewSupplierFromDefaults method. |
|
Country | String | Get/Set the supplier's country name. |
|
CountryID | String | Get/Set the supplier's country ID from the country list. This is not part of the supplier's address and is only used for reporting. |
|
County_State | String | Get/Set the supplier's county or state name. |
|
CreationDate | DateTime | Get the date at which the stock item was created. | |
CreditLimit | Decimal | Get/Set the supplier credit limit. | |
CreditTermID | String | Get/Set the supplier's credit term identifier. The list of credit terms identifier can be obtained by calling the GetCreditTermList method. |
|
CurrencyCode | String | Get/Set the supplier's trading currency code. |
|
DefaultTaxCode | String | Get/Set the supplier's default tax code. It will be used if the Use account code checkbox is ticked in the front end. |
|
DeliveryAddress1 | String | Get/Set the supplier's first line of delivery address. |
|
DeliveryAddress2 | String | Get/Set the supplier's second line of delivery address. |
|
DeliveryCity | String | Get/Set the supplier's delivery city name. |
|
DeliveryContact | String | Get/Set the supplier's delivery contact name. |
|
DeliveryCountry | String | Get/Set the supplier's delivery country name. |
|
DeliveryCounty_State | String | Get/Set the supplier's delivery county or state name. |
|
DeliveryFax | String | Get/Set the supplier's delivery fax number. |
|
DeliveryName | String | Get/Set the supplier's delivery name. |
|
DeliveryPhone | String | Get/Set the supplier's delivery phone nummber. |
|
DeliveryPostCode | String | Get/Set the supplier's delivery post code. |
|
DeliveryRouteID | String | Get/Set the supplier's delivery route identifier. |
|
DepartmentID | String | Get/Set the supplier's default department or tracking code identifier. This is used to tag transactions entered on the supplier. This can be overwritten in the transaction entry screens. |
|
DiscountRate | Decimal | Get/Set the supplier's default discount rate. |
|
EDICentralID | String | Get/Set the supplier's central EDI identifier. |
|
String | Get/Set the supplier's email address. |
|
|
Fax | String | Get/Set the supplier's fax number. |
|
GroupID | String | Get/Set the supplier's group identifier. |
|
HeadOfficeAccountID | String | Get/Set the supplier head office account ID. If this is set, the supplier must be a branch of the specified head office account. |
|
Hold | Int16 | Get/Set the supplier on hold status: |
|
InternationalBankAccountNumber | String | Get/Set the supplier's bank IBAN. |
|
IsActive | Boolean | Get/Set a flag indicating whether the supplier is active or not. | |
IsFranchise | Boolean | Get/Set a flag indicating if the supplier is a franchisee or not. This is only used for franchisee/ franchisor order to quote synchronisation. | |
IsHeadOffice | Boolean | Get/Set a flag indicating whether the supplier is a head office account. If set, the supplier will then be eligible to be selected by a branch as its head office. | |
LedgerType | LedgerType | Get the LedgerType of the supplier. For a supplier this is always "purchases". | |
MobilePhone | String | Get/Set the supplier's mobile phone number. |
|
Name | String | Get/Set the supplier's name. |
|
Notes | String | Get/Set notes associated with the supplier. |
|
PaymentMethodID | String | Get/Set the supplier's payment method identifier. |
|
Phone | String | GGet/Set the supplier's phone number. |
|
PostCode | String | Get/Set the supplier's post code. |
|
PriceCategoryID | String | Get/Set the supplier's price category identifier. This will determine which set of prices apply to the supplier on a stock item. |
|
PriceListID | String | Get/Set the supplier's price list identifier. This applies special pricing per supplier based on quantity range and dates. |
|
PriorityID | String | Get/Set the supplier's priority identifier. |
|
RegionID | String | Get/Set the supplier's region identifier. |
|
ShipViaID | String | Get/Set the supplier's shipping via identifier. |
|
UseAccountTaxCode | Boolean | Get/Set a flag indicating whether the supplier default tax code will be used over item tax codes when creating new invoices/orders/quotes from the front end. | |
UseHeadOffice | Boolean | Get/Set a flag indicating whether the supplier uses the head office capabilities or not. | |
VATExemptReference | String | Get/Set the supplier's tax exemption reference number. |
|
VATRegistrationNumber | String | Get/Set the supplier's Tax registration number. |
|
WebAddress | String | Get/Set the supplier's web site address. |
|