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
7dvd475-1-36-216543-041.647
As List
  • id
    • 7
  • type
    • dvd
  • isbn13
    • 475-1-36-216543-0
  • price
    • 41.64
  • numberinstock
    • 7

JSON Example

{
  "id": 7,
  "type": "dvd",
  "isbn13": "475-1-36-216543-0",
  "price": 41.64,
  "numberinstock": 7
}

XML Example

<item>
  <price>41.64</price>
  <numberinstock>7</numberinstock>
  <isbn13>475-1-36-216543-0</isbn13>
  <id>7</id>
  <type>dvd</type>
</item>