A product model as manufactured by a vendor.
Name | Editable? | Required? | Type | Nullable? | Summary |
---|---|---|---|---|---|
ID | Int32 | The ID of the product model. | |||
AppID | Int32 | The ID of the asset/CI application containing the product model. | |||
AppName | String | The name of the asset/CI application containing the product model. | |||
Name | This field is editable through the web API. | This field is required. | String | The name of the product model. | |
Description | This field is editable through the web API. | String | This field is nullable. | The description of the product model. | |
IsActive | This field is editable through the web API. | Boolean | The active status of the product model. | ||
ManufacturerID | This field is editable through the web API. | This field is required. | Int32 | The ID of the manufacturer associated with the product model. | |
ManufacturerName | String | This field is nullable. | The name of the manufacturer associated with the product model. | ||
ProductTypeID | This field is editable through the web API. | This field is required. | Int32 | The ID of the product type associated with the product model. | |
ProductTypeName | String | The name of the product type associated with the product model. | |||
PartNumber | This field is editable through the web API. | String | This field is nullable. | The part number of the product model. | |
Attributes | This field is editable through the web API. | TeamDynamix.Api.CustomAttributes.CustomAttribute[] | This field is nullable. | The custom attributes associated with the product model. | |
CreatedDate | DateTime | The created date of the product model. | |||
CreatedUid | Guid | The UID of the user who created the product model. | |||
CreatedFullName | String | The full name of the user who created the product model. | |||
ModifiedDate | DateTime | The last modified date of the product model. | |||
ModifiedUid | Guid | The UID of the user who last modified the product model. | |||
ModifiedFullName | String | The full name of the user who last modified the product model. |