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
7dvd512-8-07-167473-229.986
As List
  • id
    • 7
  • type
    • dvd
  • isbn13
    • 512-8-07-167473-2
  • price
    • 29.98
  • numberinstock
    • 6

JSON Example

{
  "id": 7,
  "type": "dvd",
  "isbn13": "512-8-07-167473-2",
  "price": 29.98,
  "numberinstock": 6
}

XML Example

<item>
  <price>29.98</price>
  <numberinstock>6</numberinstock>
  <isbn13>512-8-07-167473-2</isbn13>
  <id>7</id>
  <type>dvd</type>
</item>