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
54book320-7-17-128159-549.74464825
As List
  • id
    • 54
  • type
    • book
  • isbn13
    • 320-7-17-128159-5
  • price
    • 49.744648
  • numberinstock
    • 25

JSON Example

{
  "id": 54,
  "type": "book",
  "isbn13": "320-7-17-128159-5",
  "price": 49.744648,
  "numberinstock": 25
}

XML Example

<item>
  <price>49.744648</price>
  <numberinstock>25</numberinstock>
  <isbn13>320-7-17-128159-5</isbn13>
  <id>54</id>
  <type>book</type>
</item>