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-ray411-8-07-500317-429.1615
As List
  • id
    • 4
  • type
    • blu-ray
  • isbn13
    • 411-8-07-500317-4
  • price
    • 29.16
  • numberinstock
    • 15

JSON Example

{
  "id": 4,
  "type": "blu-ray",
  "isbn13": "411-8-07-500317-4",
  "price": 29.16,
  "numberinstock": 15
}

XML Example

<item>
  <price>29.16</price>
  <numberinstock>15</numberinstock>
  <isbn13>411-8-07-500317-4</isbn13>
  <id>4</id>
  <type>blu-ray</type>
</item>