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
3dvd780-4-42-255810-35.152
As List
  • id
    • 3
  • type
    • dvd
  • isbn13
    • 780-4-42-255810-3
  • price
    • 5.15
  • numberinstock
    • 2

JSON Example

{
  "id": 3,
  "type": "dvd",
  "isbn13": "780-4-42-255810-3",
  "price": 5.15,
  "numberinstock": 2
}

XML Example

<item>
  <price>5.15</price>
  <numberinstock>2</numberinstock>
  <isbn13>780-4-42-255810-3</isbn13>
  <id>3</id>
  <type>dvd</type>
</item>