Idinteger(int32)The internal Id of the Entity.NamestringThe Name of the Entity. MaxLength: 50.DescriptionstringThe Description of the Entity. MaxLength: 500.ImageKeystring or null(guid)A unique id for the image at our image server. Url for images are formed like http://[client specific CDN]/{ImageKey}. Preset, height and width can be sent as parameters.CodestringThe Code of the Entity. MaxLength: 50.{ "Id": 0, "Name": "string", "Description": "string", "ImageKey": "string", "Code": "string" }
A unique id for the image at our image server. Url for images are formed like http://[client specific CDN]/{ImageKey}. Preset, height and width can be sent as parameters.
Idinteger(int32)The internal Id of the Entity. This Id might be different in different tiers such as Stage and Production. Use Code if hard coding is required.ValuestringThe Value of the Entity. MaxLength: max.CodestringThe Code of the Entity, if existing. Use this value when hard coding is required. MaxLength: 255.{ "Id": 0, "Value": "string", "Code": "string" }
The internal Id of the Entity. This Id might be different in different tiers such as Stage and Production. Use Code if hard coding is required.
NamestringThe Name of the Entity. MaxLength: 50.ValuestringThe Value of the Entity. MaxLength: max.{ "Name": "string", "Value": "string" }