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-ray400-0-64-638557-395.4212
As List
  • id
    • 4
  • type
    • blu-ray
  • isbn13
    • 400-0-64-638557-3
  • price
    • 95.42
  • numberinstock
    • 12

JSON Example

{
  "id": 4,
  "type": "blu-ray",
  "isbn13": "400-0-64-638557-3",
  "price": 95.42,
  "numberinstock": 12
}

XML Example

<item>
  <price>95.42</price>
  <numberinstock>12</numberinstock>
  <isbn13>400-0-64-638557-3</isbn13>
  <id>4</id>
  <type>blu-ray</type>
</item>