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
58book673-9-83-141118-839.36424330
As List
  • id
    • 58
  • type
    • book
  • isbn13
    • 673-9-83-141118-8
  • price
    • 39.364243
  • numberinstock
    • 30

JSON Example

{
  "id": 58,
  "type": "book",
  "isbn13": "673-9-83-141118-8",
  "price": 39.364243,
  "numberinstock": 30
}

XML Example

<item>
  <price>39.364243</price>
  <numberinstock>30</numberinstock>
  <isbn13>673-9-83-141118-8</isbn13>
  <id>58</id>
  <type>book</type>
</item>