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-ray446-0-63-686583-441.2310
As List
  • id
    • 4
  • type
    • blu-ray
  • isbn13
    • 446-0-63-686583-4
  • price
    • 41.23
  • numberinstock
    • 10

JSON Example

{
  "id": 4,
  "type": "blu-ray",
  "isbn13": "446-0-63-686583-4",
  "price": 41.23,
  "numberinstock": 10
}

XML Example

<item>
  <price>41.23</price>
  <numberinstock>10</numberinstock>
  <isbn13>446-0-63-686583-4</isbn13>
  <id>4</id>
  <type>blu-ray</type>
</item>