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
67book126-5-55-926106-529.77140637
As List
  • id
    • 67
  • type
    • book
  • isbn13
    • 126-5-55-926106-5
  • price
    • 29.771406
  • numberinstock
    • 37

JSON Example

{
  "id": 67,
  "type": "book",
  "isbn13": "126-5-55-926106-5",
  "price": 29.771406,
  "numberinstock": 37
}

XML Example

<item>
  <price>29.771406</price>
  <numberinstock>37</numberinstock>
  <isbn13>126-5-55-926106-5</isbn13>
  <id>67</id>
  <type>book</type>
</item>