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
4blu-ray288-1-41-745174-796.6613
As List
  • id
    • 4
  • type
    • blu-ray
  • isbn13
    • 288-1-41-745174-7
  • price
    • 96.66
  • numberinstock
    • 13

JSON Example

{
  "id": 4,
  "type": "blu-ray",
  "isbn13": "288-1-41-745174-7",
  "price": 96.66,
  "numberinstock": 13
}

XML Example

<item>
  <price>96.66</price>
  <numberinstock>13</numberinstock>
  <isbn13>288-1-41-745174-7</isbn13>
  <id>4</id>
  <type>blu-ray</type>
</item>