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
7dvd802-6-83-063258-772.269
As List
  • id
    • 7
  • type
    • dvd
  • isbn13
    • 802-6-83-063258-7
  • price
    • 72.26
  • numberinstock
    • 9

JSON Example

{
  "id": 7,
  "type": "dvd",
  "isbn13": "802-6-83-063258-7",
  "price": 72.26,
  "numberinstock": 9
}

XML Example

<item>
  <price>72.26</price>
  <numberinstock>9</numberinstock>
  <isbn13>802-6-83-063258-7</isbn13>
  <id>7</id>
  <type>dvd</type>
</item>