/
Validation Type Object

Validation Type Object

4.16.0

The Validation Type object contains a collection of configurable attributes which can be stored and utilized in mobile application for validating manufacturer's model number for the asset.


On this page:

Related pages:

Validation Type Object Formats

JSON Format
{
    "${ModelNum}" : {
        "ID" : "${ModelNum}",
		"Delete" : false
    }
}

Validation Type Object Properties

(info) Required properties are in Bold.

PropertyTypeDescription
${ModelNum}object

The property contains the manufacture's model number of the asset.

PropertyTypeDescription
DeletebooleanThis optional property is used during a PATCH request to remove specific items. This property will never be returned during a GET request.
IDstringIdentifies the manufacture's model number of the asset.

Related content

Validation REST API
Validation REST API
More like this
Asset Model Number Verification REST API Interface
Asset Model Number Verification REST API Interface
More like this
Product Object
Product Object
More like this
Warranty Constraint Object
Warranty Constraint Object
More like this
14.1 sp238_ext_data_valid_defns
14.1 sp238_ext_data_valid_defns
More like this