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
118book183-0-04-539099-797.990
As List
  • id
    • 118
  • type
    • book
  • isbn13
    • 183-0-04-539099-7
  • price
    • 97.99
  • numberinstock
    • 0

JSON Example

{
  "id": 118,
  "type": "book",
  "isbn13": "183-0-04-539099-7",
  "price": 97.99,
  "numberinstock": 0
}

XML Example

<item>
  <price>97.99</price>
  <numberinstock>0</numberinstock>
  <isbn13>183-0-04-539099-7</isbn13>
  <id>118</id>
  <type>book</type>
</item>