ItemTags

From Gvp-public
Revision as of 12:44, 5 April 2019 by Id02660 (talk | contribs) (Created page with " {{Api_DataType_Spec |Description=Represents a ItemTag object. Catalog Item is generic object that it can be any types of CatalogItemType. |Members= {{{!}} border="2" style=...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


Represents a ItemTag object. Catalog Item is generic object that it can be any types of CatalogItemType.

Members

Field Data Type Description
ItemId Int
ItemType ItemType enum
RequiresPin Boolean
TagType TagType
TagValue String


Example

{
       "ItemId": 28771,
       "ItemType": 256,
       "RequiresPin": false,
       "TagType": 3,
       "TagValue": "True",
}


Known issues

None


Version history

See also

API Version Number Change description Changes author
7.0 Initial data type implementation José Manuel Escartín