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
3dvd674-3-53-153801-566.390
As List
  • id
    • 3
  • type
    • dvd
  • isbn13
    • 674-3-53-153801-5
  • price
    • 66.39
  • numberinstock
    • 0

JSON Example

{
  "id": 3,
  "type": "dvd",
  "isbn13": "674-3-53-153801-5",
  "price": 66.39,
  "numberinstock": 0
}

XML Example

<item>
  <price>66.39</price>
  <numberinstock>0</numberinstock>
  <isbn13>674-3-53-153801-5</isbn13>
  <id>3</id>
  <type>dvd</type>
</item>