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
8blu-ray126-6-66-007224-390.4216
As List
  • id
    • 8
  • type
    • blu-ray
  • isbn13
    • 126-6-66-007224-3
  • price
    • 90.42
  • numberinstock
    • 16

JSON Example

{
  "id": 8,
  "type": "blu-ray",
  "isbn13": "126-6-66-007224-3",
  "price": 90.42,
  "numberinstock": 16
}

XML Example

<item>
  <price>90.42</price>
  <numberinstock>16</numberinstock>
  <isbn13>126-6-66-007224-3</isbn13>
  <id>8</id>
  <type>blu-ray</type>
</item>