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
7dvd131-8-46-045486-229.373
As List
  • id
    • 7
  • type
    • dvd
  • isbn13
    • 131-8-46-045486-2
  • price
    • 29.37
  • numberinstock
    • 3

JSON Example

{
  "id": 7,
  "type": "dvd",
  "isbn13": "131-8-46-045486-2",
  "price": 29.37,
  "numberinstock": 3
}

XML Example

<item>
  <price>29.37</price>
  <numberinstock>3</numberinstock>
  <isbn13>131-8-46-045486-2</isbn13>
  <id>7</id>
  <type>dvd</type>
</item>