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
2book012-7-07-318156-628.7118
As List
  • id
    • 2
  • type
    • book
  • isbn13
    • 012-7-07-318156-6
  • price
    • 28.71
  • numberinstock
    • 18

JSON Example

{
  "id": 2,
  "type": "book",
  "isbn13": "012-7-07-318156-6",
  "price": 28.71,
  "numberinstock": 18
}

XML Example

<item>
  <price>28.71</price>
  <numberinstock>18</numberinstock>
  <isbn13>012-7-07-318156-6</isbn13>
  <id>2</id>
  <type>book</type>
</item>