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-ray060-5-57-157861-232.712
As List
  • id
    • 4
  • type
    • blu-ray
  • isbn13
    • 060-5-57-157861-2
  • price
    • 32.7
  • numberinstock
    • 12

JSON Example

{
  "id": 4,
  "type": "blu-ray",
  "isbn13": "060-5-57-157861-2",
  "price": 32.7,
  "numberinstock": 12
}

XML Example

<item>
  <price>32.7</price>
  <numberinstock>12</numberinstock>
  <isbn13>060-5-57-157861-2</isbn13>
  <id>4</id>
  <type>blu-ray</type>
</item>