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
107book334-3-42-723131-7666.00
As List
  • id
    • 107
  • type
    • book
  • isbn13
    • 334-3-42-723131-7
  • price
    • 666.0
  • numberinstock
    • 0

JSON Example

{
  "id": 107,
  "type": "book",
  "isbn13": "334-3-42-723131-7",
  "price": 666.0,
  "numberinstock": 0
}

XML Example

<item>
  <price>666.0</price>
  <numberinstock>0</numberinstock>
  <isbn13>334-3-42-723131-7</isbn13>
  <id>107</id>
  <type>book</type>
</item>