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
7dvd421-5-72-237214-560.829
As List
  • id
    • 7
  • type
    • dvd
  • isbn13
    • 421-5-72-237214-5
  • price
    • 60.82
  • numberinstock
    • 9

JSON Example

{
  "id": 7,
  "type": "dvd",
  "isbn13": "421-5-72-237214-5",
  "price": 60.82,
  "numberinstock": 9
}

XML Example

<item>
  <price>60.82</price>
  <numberinstock>9</numberinstock>
  <isbn13>421-5-72-237214-5</isbn13>
  <id>7</id>
  <type>dvd</type>
</item>