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
7dvd288-8-04-087370-647.9614
As List
  • id
    • 7
  • type
    • dvd
  • isbn13
    • 288-8-04-087370-6
  • price
    • 47.96
  • numberinstock
    • 14

JSON Example

{
  "id": 7,
  "type": "dvd",
  "isbn13": "288-8-04-087370-6",
  "price": 47.96,
  "numberinstock": 14
}

XML Example

<item>
  <price>47.96</price>
  <numberinstock>14</numberinstock>
  <isbn13>288-8-04-087370-6</isbn13>
  <id>7</id>
  <type>dvd</type>
</item>