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
2book860-0-84-612055-155.515
As List
  • id
    • 2
  • type
    • book
  • isbn13
    • 860-0-84-612055-1
  • price
    • 55.5
  • numberinstock
    • 15

JSON Example

{
  "id": 2,
  "type": "book",
  "isbn13": "860-0-84-612055-1",
  "price": 55.5,
  "numberinstock": 15
}

XML Example

<item>
  <price>55.5</price>
  <numberinstock>15</numberinstock>
  <isbn13>860-0-84-612055-1</isbn13>
  <id>2</id>
  <type>book</type>
</item>