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
2book743-0-16-220071-755.754
As List
  • id
    • 2
  • type
    • book
  • isbn13
    • 743-0-16-220071-7
  • price
    • 55.75
  • numberinstock
    • 4

JSON Example

{
  "id": 2,
  "type": "book",
  "isbn13": "743-0-16-220071-7",
  "price": 55.75,
  "numberinstock": 4
}

XML Example

<item>
  <price>55.75</price>
  <numberinstock>4</numberinstock>
  <isbn13>743-0-16-220071-7</isbn13>
  <id>2</id>
  <type>book</type>
</item>