LookupAttributeValueDTO

A DTO that represents a Lookup AttributeValue.

Sub Type Property: "_type" : "Lookup"

Fields

Type
Name
Description
Optional
Default Value
value
The value of the attribute value.
false
 
Boolean  
writable
The flag to indicate if this attribute is writable.
false
 
Boolean  
readable
The flag to indicate if this attribute is readable.
false
 
status
DTO that may contain status messages for the AttributeValue.
false
 

Example

{
	"_type": "Lookup",
	"value": {
		"pk": "ADDRNAME_OFFICE",
		"key": "OFFICE",
		"description": "Office address",
		"symbol": {
			"type": "IMAGE_ID",
			"data": {
				"IMAGE_ID": "USER_IMAGE:Office:16:16"
			}
		}
	},
	"writable": true,
	"readable": true,
	"status": null
}