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 }