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
7dvd643-5-43-801814-35.89
As List
  • id
    • 7
  • type
    • dvd
  • isbn13
    • 643-5-43-801814-3
  • price
    • 5.8
  • numberinstock
    • 9

JSON Example

{
  "id": 7,
  "type": "dvd",
  "isbn13": "643-5-43-801814-3",
  "price": 5.8,
  "numberinstock": 9
}

XML Example

<item>
  <price>5.8</price>
  <numberinstock>9</numberinstock>
  <isbn13>643-5-43-801814-3</isbn13>
  <id>7</id>
  <type>dvd</type>
</item>