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
8blu-ray372-5-51-444531-196.5313
As List
  • id
    • 8
  • type
    • blu-ray
  • isbn13
    • 372-5-51-444531-1
  • price
    • 96.53
  • numberinstock
    • 13

JSON Example

{
  "id": 8,
  "type": "blu-ray",
  "isbn13": "372-5-51-444531-1",
  "price": 96.53,
  "numberinstock": 13
}

XML Example

<item>
  <price>96.53</price>
  <numberinstock>13</numberinstock>
  <isbn13>372-5-51-444531-1</isbn13>
  <id>8</id>
  <type>blu-ray</type>
</item>