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
3dvd163-4-78-235840-772.870
As List
  • id
    • 3
  • type
    • dvd
  • isbn13
    • 163-4-78-235840-7
  • price
    • 72.87
  • numberinstock
    • 0

JSON Example

{
  "id": 3,
  "type": "dvd",
  "isbn13": "163-4-78-235840-7",
  "price": 72.87,
  "numberinstock": 0
}

XML Example

<item>
  <price>72.87</price>
  <numberinstock>0</numberinstock>
  <isbn13>163-4-78-235840-7</isbn13>
  <id>3</id>
  <type>dvd</type>
</item>