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
36book178-2-71-510677-819.993
As List
  • id
    • 36
  • type
    • book
  • isbn13
    • 178-2-71-510677-8
  • price
    • 19.99
  • numberinstock
    • 3

JSON Example

{
  "id": 36,
  "type": "book",
  "isbn13": "178-2-71-510677-8",
  "price": 19.99,
  "numberinstock": 3
}

XML Example

<item>
  <price>19.99</price>
  <numberinstock>3</numberinstock>
  <isbn13>178-2-71-510677-8</isbn13>
  <id>36</id>
  <type>book</type>
</item>