Item

Structure

FieldTypeRequiredDescription
idintfalseId of the Item.
codestringfalseCode of the Item.
namestringtrueName of the Item
descriptionstring
Descrition of the Item.
descriptionI18nstring
Descrition of the Item.
activeboolean
If Item is active.
quantityinttrue
amountAfterTaxfloatfalsePrice of this Item.
imageURLString

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
}