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
35book665-1-98-225119-099.9942
As List
  • id
    • 35
  • type
    • book
  • isbn13
    • 665-1-98-225119-0
  • price
    • 99.99
  • numberinstock
    • 42

JSON Example

{
  "id": 35,
  "type": "book",
  "isbn13": "665-1-98-225119-0",
  "price": 99.99,
  "numberinstock": 42
}

XML Example

<item>
  <price>99.99</price>
  <numberinstock>42</numberinstock>
  <isbn13>665-1-98-225119-0</isbn13>
  <id>35</id>
  <type>book</type>
</item>