Difference between revisions of "ItemTags"
Jump to navigation
Jump to search
(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=...") |
(No difference)
|
Revision as of 12:44, 5 April 2019
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 |