Name | Description | Type | Additional information |
---|---|---|---|
AssetTag |
Required, the primary identifier of an asset and it must be unique |
string |
None. |
AssetRecordStatus |
Read-Only, Inventoried asset types can be deleted if all quantities have been removed |
RecordStatus |
None. |
RowNumber |
Optional. This indicates the ordinal position of the record in the given record set. |
integer |
None. |
AssetTypeNumber |
Required. It is the Unique Asset Type Number. |
string |
None. |
AssetTypeDescription |
Recommended. It is a brief description of Asset Type. |
string |
None. |
AssetClass |
Read-Only. When creating a new Asset Type this will default to Fixed Asset because creating new Multi-Quantity asset types happens at the same time the new multi-quantity asset is created. |
AssetClassEnum |
None. |
DepreciationClassName |
Optional. Depreciation Class Name must match an existing Depreciation Class Name. |
string |
None. |
ManufacturerName |
Optional. Manufacturer Name must match an existing Manufacturer Name. |
string |
None. |
CategoryDescription |
Optional. Category Description must match an existing Category. |
string |
None. |
SupplierNumber |
Recommended. Supplier Number must match an existing Supplier Number. |
string |
None. |
AssetTypeModelNumber |
Optional. It is an Asset Type Model Number. |
string |
None. |
AssetTypeCheckOutDuration |
Optional. Asset Type default checkout duration in minutes. |
integer |
None. |
AssetTypeLeadTime |
Optional. Asset Type lead time in minutes. |
integer |
None. |
AssetTypeAutoFillData |
Optional. This indicates that when a new asset is added, the asset type data will be auto-filled by default. |
boolean |
None. |
AssetDefaultCost |
Required. This is the Asset's initial (default) cost. |
decimal number |
None. |
AssetTypeRecordStatus |
Read-Only. Generally, Capital Assets can be in an Active or a Disposed state, Inventoried asset types can be deleted. |
RecordStatus |
None. |
AssetCount |
Read Only. It returns the number of assets associated with this asset type. |
integer |
None. |
AttachmentsToAdd |
Optional. If any attachments are added, you can associate the attachment GUID with this asset type. |
Collection of string |
None. |
AttachmentsToDelete |
Optional. To update, you need to disassociate (remove) an attachment GUID from the asset type. |
Collection of string |
None. |
AttachmentNames |
Optional. This is used to specify the name for the attachment. The Key is the GUID of the attachment and the Value is the File Name. |
Collection of Pair of string [key] and string [value] |
None. |
CustomFields |
This is to retrieve or specify values for custom fields. |
Collection of DcfValueInfo |
None. |
NewDefaultAttachment |
Specify the GUID of the attachment to display by default. |
string |
None. |
HasAttachment |
Read-Only. Indicates that the asset type has at least one attachment. |
boolean |
None. |
IsGroup |
Optional. This is the default settings for assets of this type to be groups. |
boolean |
None. |
TransactAsWhole |
Optional. This is the default setting for asset of this type to transact as whole only if they are groups. |
boolean |
None. |
AuditAsWhole |
Optional. This is the default setting for asset of this type to audit as whole only if they are groups. |
boolean |
None. |