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
104book334-3-41-723132-7666.099
As List
  • id
    • 104
  • type
    • book
  • isbn13
    • 334-3-41-723132-7
  • price
    • 666.0
  • numberinstock
    • 99

JSON Example

{
  "id": 104,
  "type": "book",
  "isbn13": "334-3-41-723132-7",
  "price": 666.0,
  "numberinstock": 99
}

XML Example

<item>
  <price>666.0</price>
  <numberinstock>99</numberinstock>
  <isbn13>334-3-41-723132-7</isbn13>
  <id>104</id>
  <type>book</type>
</item>