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
3dvd171-7-10-844247-871.8915
As List
  • id
    • 3
  • type
    • dvd
  • isbn13
    • 171-7-10-844247-8
  • price
    • 71.89
  • numberinstock
    • 15

JSON Example

{
  "id": 3,
  "type": "dvd",
  "isbn13": "171-7-10-844247-8",
  "price": 71.89,
  "numberinstock": 15
}

XML Example

<item>
  <price>71.89</price>
  <numberinstock>15</numberinstock>
  <isbn13>171-7-10-844247-8</isbn13>
  <id>3</id>
  <type>dvd</type>
</item>