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
42book178-2-71-519143-619.993
As List
  • id
    • 42
  • type
    • book
  • isbn13
    • 178-2-71-519143-6
  • price
    • 19.99
  • numberinstock
    • 3

JSON Example

{
  "id": 42,
  "type": "book",
  "isbn13": "178-2-71-519143-6",
  "price": 19.99,
  "numberinstock": 3
}

XML Example

<item>
  <price>19.99</price>
  <numberinstock>3</numberinstock>
  <isbn13>178-2-71-519143-6</isbn13>
  <id>42</id>
  <type>book</type>
</item>