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-ray451-8-47-338078-265.380
As List
  • id
    • 4
  • type
    • blu-ray
  • isbn13
    • 451-8-47-338078-2
  • price
    • 65.38
  • numberinstock
    • 0

JSON Example

{
  "id": 4,
  "type": "blu-ray",
  "isbn13": "451-8-47-338078-2",
  "price": 65.38,
  "numberinstock": 0
}

XML Example

<item>
  <price>65.38</price>
  <numberinstock>0</numberinstock>
  <isbn13>451-8-47-338078-2</isbn13>
  <id>4</id>
  <type>blu-ray</type>
</item>