Warranty Constraint Object
Warranty Constraint Object Formats
Warranty Constraint Object Properties
Required properties are in bold.
Property | Type | Description | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
AssetAge | object | This properly contains minimum age and maximum age definition for asset's age criteria. Age in days is calculated based on the asset install date.
| |||||||||
AssetType | string | Contains an Asset Types system category value identifying the type of asset. This property is for future use and currently is not used. | |||||||||
ConstraintType | string | This property identifies the type of constraint. Valid values are:
| |||||||||
Deleted | boolean | Identifies if the warranty constraint is to be deleted. Valid values are:
| |||||||||
Extensions | object | This object contains an optional collection of key/value pairs. These key/value are defined and controlled by the customer and are typically used to assist in integration by pass additional data around the system. | |||||||||
ID | string | This property uniquely identifies the warranty constraint in the system. | |||||||||
Message | object | This property contains a list of warranty constraint message for each required language. Each member pair consists of the language identifier (left side) and the text for the language (right side). Mobile application will display message when work order fails to satisfy a warranty constraint. | |||||||||
ModifiedUTC | datetime | The date and time, in UTC format, when this object was last modified. | |||||||||
Pattern | string | Regular expression for the manufacture's model number for the asset associated with the work order. This object uses the .NET/C# regular expression engine. | |||||||||
Priority | integer | Identifies the priority of the warranty constraint. Mobile application will apply highest Priority constraint in case multiple warranty constraints are eligible for "In Warranty" criteria evaluation. Highest number has the highest priority. |