/
Item
Item
Structure
Field | Type | Required | Description |
---|---|---|---|
id | int | false | Id of the Item. |
code | string | false | Code of the Item. |
name | string | true | Name of the Item |
description | string | Descrition of the Item. | |
descriptionI18n | string | Descrition of the Item. | |
active | boolean | If Item is active. | |
quantity | int | true | |
amountAfterTax | float | false | Price of this Item. |
imageURL | String |
JSON representation
{ "id": 3, "code": "AGG", "name": "AGUA CON GAS", "nameI18n": "AGUA CON GAS", "description": null, "descriptionI18n": null, "imageURL": null, "amountAfterTax": 2.5, "active": true, "quantity": 1 }
, multiple selections available,
Related content
Item
More like this
Product
Product
More like this
ChainItem
ChainItem
More like this
Posting
Posting
More like this
TicketItem
TicketItem
More like this
FolioProduct
FolioProduct
More like this