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
3dvd751-7-45-676581-610.664
As List
  • id
    • 3
  • type
    • dvd
  • isbn13
    • 751-7-45-676581-6
  • price
    • 10.66
  • numberinstock
    • 4

JSON Example

{
  "id": 3,
  "type": "dvd",
  "isbn13": "751-7-45-676581-6",
  "price": 10.66,
  "numberinstock": 4
}

XML Example

<item>
  <price>10.66</price>
  <numberinstock>4</numberinstock>
  <isbn13>751-7-45-676581-6</isbn13>
  <id>3</id>
  <type>dvd</type>
</item>