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
36book671-5-27-156790-654.50484525
As List
  • id
    • 36
  • type
    • book
  • isbn13
    • 671-5-27-156790-6
  • price
    • 54.504845
  • numberinstock
    • 25

JSON Example

{
  "id": 36,
  "type": "book",
  "isbn13": "671-5-27-156790-6",
  "price": 54.504845,
  "numberinstock": 25
}

XML Example

<item>
  <price>54.504845</price>
  <numberinstock>25</numberinstock>
  <isbn13>671-5-27-156790-6</isbn13>
  <id>36</id>
  <type>book</type>
</item>