Exploring Entities in __default session database.

item Instance

item

All the fields and values for the item instance are shown in the table below.

idtypeisbn13pricenumberinstock
4blu-ray016-6-67-387658-728.2212
As List
  • id
    • 4
  • type
    • blu-ray
  • isbn13
    • 016-6-67-387658-7
  • price
    • 28.22
  • numberinstock
    • 12

JSON Example

{
  "id": 4,
  "type": "blu-ray",
  "isbn13": "016-6-67-387658-7",
  "price": 28.22,
  "numberinstock": 12
}

XML Example

<item>
  <price>28.22</price>
  <numberinstock>12</numberinstock>
  <isbn13>016-6-67-387658-7</isbn13>
  <id>4</id>
  <type>blu-ray</type>
</item>