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
7dvd571-5-13-012511-019.943
As List
  • id
    • 7
  • type
    • dvd
  • isbn13
    • 571-5-13-012511-0
  • price
    • 19.94
  • numberinstock
    • 3

JSON Example

{
  "id": 7,
  "type": "dvd",
  "isbn13": "571-5-13-012511-0",
  "price": 19.94,
  "numberinstock": 3
}

XML Example

<item>
  <price>19.94</price>
  <numberinstock>3</numberinstock>
  <isbn13>571-5-13-012511-0</isbn13>
  <id>7</id>
  <type>dvd</type>
</item>