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-ray184-7-55-360368-384.1516
As List
  • id
    • 4
  • type
    • blu-ray
  • isbn13
    • 184-7-55-360368-3
  • price
    • 84.15
  • numberinstock
    • 16

JSON Example

{
  "id": 4,
  "type": "blu-ray",
  "isbn13": "184-7-55-360368-3",
  "price": 84.15,
  "numberinstock": 16
}

XML Example

<item>
  <price>84.15</price>
  <numberinstock>16</numberinstock>
  <isbn13>184-7-55-360368-3</isbn13>
  <id>4</id>
  <type>blu-ray</type>
</item>