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-ray468-0-25-227860-272.4410
As List
  • id
    • 4
  • type
    • blu-ray
  • isbn13
    • 468-0-25-227860-2
  • price
    • 72.44
  • numberinstock
    • 10

JSON Example

{
  "id": 4,
  "type": "blu-ray",
  "isbn13": "468-0-25-227860-2",
  "price": 72.44,
  "numberinstock": 10
}

XML Example

<item>
  <price>72.44</price>
  <numberinstock>10</numberinstock>
  <isbn13>468-0-25-227860-2</isbn13>
  <id>4</id>
  <type>blu-ray</type>
</item>