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
38book310-4-25-565799-072.1782347
As List
  • id
    • 38
  • type
    • book
  • isbn13
    • 310-4-25-565799-0
  • price
    • 72.17823
  • numberinstock
    • 47

JSON Example

{
  "id": 38,
  "type": "book",
  "isbn13": "310-4-25-565799-0",
  "price": 72.17823,
  "numberinstock": 47
}

XML Example

<item>
  <price>72.17823</price>
  <numberinstock>47</numberinstock>
  <isbn13>310-4-25-565799-0</isbn13>
  <id>38</id>
  <type>book</type>
</item>