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-ray847-0-38-727118-363.3917
As List
  • id
    • 4
  • type
    • blu-ray
  • isbn13
    • 847-0-38-727118-3
  • price
    • 63.39
  • numberinstock
    • 17

JSON Example

{
  "id": 4,
  "type": "blu-ray",
  "isbn13": "847-0-38-727118-3",
  "price": 63.39,
  "numberinstock": 17
}

XML Example

<item>
  <price>63.39</price>
  <numberinstock>17</numberinstock>
  <isbn13>847-0-38-727118-3</isbn13>
  <id>4</id>
  <type>blu-ray</type>
</item>