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
83blu-ray342-1-77-664871-30.6653390510
As List
  • id
    • 83
  • type
    • blu-ray
  • isbn13
    • 342-1-77-664871-3
  • price
    • 0.66533905
  • numberinstock
    • 10

JSON Example

{
  "id": 83,
  "type": "blu-ray",
  "isbn13": "342-1-77-664871-3",
  "price": 0.66533905,
  "numberinstock": 10
}

XML Example

<item>
  <price>0.66533905</price>
  <numberinstock>10</numberinstock>
  <isbn13>342-1-77-664871-3</isbn13>
  <id>83</id>
  <type>blu-ray</type>
</item>