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
43book861-7-85-947008-535.0955326
As List
  • id
    • 43
  • type
    • book
  • isbn13
    • 861-7-85-947008-5
  • price
    • 35.09553
  • numberinstock
    • 26

JSON Example

{
  "id": 43,
  "type": "book",
  "isbn13": "861-7-85-947008-5",
  "price": 35.09553,
  "numberinstock": 26
}

XML Example

<item>
  <price>35.09553</price>
  <numberinstock>26</numberinstock>
  <isbn13>861-7-85-947008-5</isbn13>
  <id>43</id>
  <type>book</type>
</item>