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
8blu-ray051-5-73-316818-32.949
As List
  • id
    • 8
  • type
    • blu-ray
  • isbn13
    • 051-5-73-316818-3
  • price
    • 2.94
  • numberinstock
    • 9

JSON Example

{
  "id": 8,
  "type": "blu-ray",
  "isbn13": "051-5-73-316818-3",
  "price": 2.94,
  "numberinstock": 9
}

XML Example

<item>
  <price>2.94</price>
  <numberinstock>9</numberinstock>
  <isbn13>051-5-73-316818-3</isbn13>
  <id>8</id>
  <type>blu-ray</type>
</item>