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
2book864-3-28-532345-895.4615
As List
  • id
    • 2
  • type
    • book
  • isbn13
    • 864-3-28-532345-8
  • price
    • 95.46
  • numberinstock
    • 15

JSON Example

{
  "id": 2,
  "type": "book",
  "isbn13": "864-3-28-532345-8",
  "price": 95.46,
  "numberinstock": 15
}

XML Example

<item>
  <price>95.46</price>
  <numberinstock>15</numberinstock>
  <isbn13>864-3-28-532345-8</isbn13>
  <id>2</id>
  <type>book</type>
</item>