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-ray361-0-88-403466-078.1510
As List
  • id
    • 4
  • type
    • blu-ray
  • isbn13
    • 361-0-88-403466-0
  • price
    • 78.15
  • numberinstock
    • 10

JSON Example

{
  "id": 4,
  "type": "blu-ray",
  "isbn13": "361-0-88-403466-0",
  "price": 78.15,
  "numberinstock": 10
}

XML Example

<item>
  <price>78.15</price>
  <numberinstock>10</numberinstock>
  <isbn13>361-0-88-403466-0</isbn13>
  <id>4</id>
  <type>blu-ray</type>
</item>