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-ray633-7-03-876737-70.5916
As List
  • id
    • 4
  • type
    • blu-ray
  • isbn13
    • 633-7-03-876737-7
  • price
    • 0.59
  • numberinstock
    • 16

JSON Example

{
  "id": 4,
  "type": "blu-ray",
  "isbn13": "633-7-03-876737-7",
  "price": 0.59,
  "numberinstock": 16
}

XML Example

<item>
  <price>0.59</price>
  <numberinstock>16</numberinstock>
  <isbn13>633-7-03-876737-7</isbn13>
  <id>4</id>
  <type>blu-ray</type>
</item>