PropertyLoyalty

Structure

FieldTypeRequiredDescription
idInteger
id
activeBoolean
active =  true or false
inactiveReasonString
description of inactive reason

JSON representation

{
	"id": 1,
	"active": false,
	"inactiveReason": "out of season"
}