Contents

Summary

An asset-contract association.

Properties

Name Editable? Type Nullable? Summary
AppID Int32 The ID of the asset/CI application containing the contract.
AppName String The name of the asset/CI application containing the contract.
ContractID Int32 The contract ID.
ContractNumber String The contract number.
ContractProviderID Int32 The ID of the contract provider (vendor).
ContractProviderName String The name of the contract provider (vendor).
ContractTypeID TeamDynamix.Api.Assets.ContractType The ID of the contract type.
ContractTypeName String The name of the contract type.
ContractIsFixedModel Boolean Whether this contract uses a "fixed" date model. If false, indicates that it uses a sliding date model.
DateModel String The date model of the contract.
StartDate This field is editable through the web API. DateTime The start date of the contract.

If the contract has a Sliding date model, this value is editable.

If the contract has a Fixed date model, this value is non-editable. It will instead be a retrieval-only property.

EndDate This field is editable through the web API. DateTime The end date of the contract.

If the contract has a Sliding date model, this value is editable.

If the contract has a Fixed date model, this value is non-editable. It will instead be a retrieval-only property.

AssetID Int32 The ID of the asset.
AssetSerialNumber String This field is nullable. The serial number of the asset.
AssetName String This field is nullable. The name of the asset.
AssetTag String This field is nullable. The service tag of the asset.
AssetManufacturerID Int32 The ID of the asset's manufacturer.
AssetManufacturerName String This field is nullable. The name of the asset's manufacturer.
AssetProductModelID Int32 The ID of the asset's product model.
AssetProductModelName String This field is nullable. The name of the asset's product model.
AssetOwnerUID Guid The UID of the person who owns the asset.
AssetOwnerFullName String This field is nullable. The full name of the person who owns the asset.
AssetStatusID Int32 The ID of the asset's status.
AssetStatusName String The name of the asset's status.
CreatedDate DateTime The created date of the asset-contract association.
CreatedUID Guid The UID of the person who created the asset-contract association.
CreatedFullName String The full name of the person who created the asset-contract association.
ModifiedDate DateTime The last modified date of the asset-contract association.
ModifiedUID Guid The UID of the last person to modify the asset-contract association.
ModifiedFullName String The full name of the last person to modify the asset-contract association.