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-ray705-1-85-187814-343.412
As List
  • id
    • 4
  • type
    • blu-ray
  • isbn13
    • 705-1-85-187814-3
  • price
    • 43.4
  • numberinstock
    • 12

JSON Example

{
  "id": 4,
  "type": "blu-ray",
  "isbn13": "705-1-85-187814-3",
  "price": 43.4,
  "numberinstock": 12
}

XML Example

<item>
  <price>43.4</price>
  <numberinstock>12</numberinstock>
  <isbn13>705-1-85-187814-3</isbn13>
  <id>4</id>
  <type>blu-ray</type>
</item>