Contents

Summary

A vendor.

Properties

Name Editable? Required? Type Nullable? Summary
ID Int32 The ID of the vendor.
AppID Int32 The ID of the asset/CI application containing the vendor.
AppName String The name of the asset/CI application containing the vendor.
Name This field is editable through the web API. This field is required. String The name of the vendor.
Description This field is editable through the web API. String This field is nullable. The description of the vendor.
IsActive This field is editable through the web API. Boolean The active status of the vendor.
AccountNumber This field is editable through the web API. String This field is nullable. The account number of the vendor used to represent the organization.
IsContractProvider This field is editable through the web API. Boolean The contract provider status of the vendor.
IsManufacturer This field is editable through the web API. Boolean The manufacturer status of the vendor.
IsSupplier This field is editable through the web API. Boolean The supplier status of the vendor.
CompanyInformation This field is editable through the web API. TeamDynamix.Api.Assets.ContactInformation This field is nullable. The contact information of the vendor's company.
ContactName This field is editable through the web API. String This field is nullable. The name of the primary contact associated with the vendor.
ContactTitle This field is editable through the web API. String This field is nullable. The title of the primary contact associated with the vendor.
ContactDepartment This field is editable through the web API. String This field is nullable. The department of the primary contact associated with the vendor.
ContactEmail This field is editable through the web API. String This field is nullable. The email address of the primary contact associated with the vendor.
PrimaryContactInformation This field is editable through the web API. TeamDynamix.Api.Assets.ContactInformation This field is nullable. The contact information of the vendor's primary contact.
ContractsCount Int32 The number of contracts provided by this vendor.
ProductModelsCount Int32 The number of product models manufactured by this vendor.
AssetsSuppliedCount Int32 The number of assets supplied by this vendor.
Attributes This field is editable through the web API. TeamDynamix.Api.CustomAttributes.CustomAttribute[] This field is nullable. The custom attributes associated with the vendor.
CreatedDate DateTime The created date of the vendor.
CreatedUid Guid The UID of the user who created the vendor.
CreatedFullName String The full name of the user who created the vendor.
ModifiedDate DateTime The last modified date of the vendor.
ModifiedUid Guid The UID of the user who last modified the vendor.
ModifiedFullName String The full name of the user who last modified the vendor.

Remarks

Vendors represent manufacturers of products, suppliers of assets, providers of warranties and other service contracts, or any combination thereof.