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
52book291-8-45-184367-690.78532416
As List
  • id
    • 52
  • type
    • book
  • isbn13
    • 291-8-45-184367-6
  • price
    • 90.785324
  • numberinstock
    • 16

JSON Example

{
  "id": 52,
  "type": "book",
  "isbn13": "291-8-45-184367-6",
  "price": 90.785324,
  "numberinstock": 16
}

XML Example

<item>
  <price>90.785324</price>
  <numberinstock>16</numberinstock>
  <isbn13>291-8-45-184367-6</isbn13>
  <id>52</id>
  <type>book</type>
</item>