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-ray550-1-33-560482-388.413
As List
  • id
    • 4
  • type
    • blu-ray
  • isbn13
    • 550-1-33-560482-3
  • price
    • 88.4
  • numberinstock
    • 13

JSON Example

{
  "id": 4,
  "type": "blu-ray",
  "isbn13": "550-1-33-560482-3",
  "price": 88.4,
  "numberinstock": 13
}

XML Example

<item>
  <price>88.4</price>
  <numberinstock>13</numberinstock>
  <isbn13>550-1-33-560482-3</isbn13>
  <id>4</id>
  <type>blu-ray</type>
</item>