Document toolboxDocument toolbox

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.