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
30book450-1-87-946511-960.795425
As List
  • id
    • 30
  • type
    • book
  • isbn13
    • 450-1-87-946511-9
  • price
    • 60.79542
  • numberinstock
    • 5

JSON Example

{
  "id": 30,
  "type": "book",
  "isbn13": "450-1-87-946511-9",
  "price": 60.79542,
  "numberinstock": 5
}

XML Example

<item>
  <price>60.79542</price>
  <numberinstock>5</numberinstock>
  <isbn13>450-1-87-946511-9</isbn13>
  <id>30</id>
  <type>book</type>
</item>