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-ray862-0-15-113531-014.1410
As List
  • id
    • 4
  • type
    • blu-ray
  • isbn13
    • 862-0-15-113531-0
  • price
    • 14.14
  • numberinstock
    • 10

JSON Example

{
  "id": 4,
  "type": "blu-ray",
  "isbn13": "862-0-15-113531-0",
  "price": 14.14,
  "numberinstock": 10
}

XML Example

<item>
  <price>14.14</price>
  <numberinstock>10</numberinstock>
  <isbn13>862-0-15-113531-0</isbn13>
  <id>4</id>
  <type>blu-ray</type>
</item>