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-ray243-5-83-856028-657.4213
As List
  • id
    • 4
  • type
    • blu-ray
  • isbn13
    • 243-5-83-856028-6
  • price
    • 57.42
  • numberinstock
    • 13

JSON Example

{
  "id": 4,
  "type": "blu-ray",
  "isbn13": "243-5-83-856028-6",
  "price": 57.42,
  "numberinstock": 13
}

XML Example

<item>
  <price>57.42</price>
  <numberinstock>13</numberinstock>
  <isbn13>243-5-83-856028-6</isbn13>
  <id>4</id>
  <type>blu-ray</type>
</item>