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
47book972-6-46-733600-030.95150223
As List
  • id
    • 47
  • type
    • book
  • isbn13
    • 972-6-46-733600-0
  • price
    • 30.951502
  • numberinstock
    • 23

JSON Example

{
  "id": 47,
  "type": "book",
  "isbn13": "972-6-46-733600-0",
  "price": 30.951502,
  "numberinstock": 23
}

XML Example

<item>
  <price>30.951502</price>
  <numberinstock>23</numberinstock>
  <isbn13>972-6-46-733600-0</isbn13>
  <id>47</id>
  <type>book</type>
</item>