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-ray218-7-31-465506-758.4111
As List
  • id
    • 4
  • type
    • blu-ray
  • isbn13
    • 218-7-31-465506-7
  • price
    • 58.41
  • numberinstock
    • 11

JSON Example

{
  "id": 4,
  "type": "blu-ray",
  "isbn13": "218-7-31-465506-7",
  "price": 58.41,
  "numberinstock": 11
}

XML Example

<item>
  <price>58.41</price>
  <numberinstock>11</numberinstock>
  <isbn13>218-7-31-465506-7</isbn13>
  <id>4</id>
  <type>blu-ray</type>
</item>