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
2book848-0-42-121227-78.1819
As List
  • id
    • 2
  • type
    • book
  • isbn13
    • 848-0-42-121227-7
  • price
    • 8.18
  • numberinstock
    • 19

JSON Example

{
  "id": 2,
  "type": "book",
  "isbn13": "848-0-42-121227-7",
  "price": 8.18,
  "numberinstock": 19
}

XML Example

<item>
  <price>8.18</price>
  <numberinstock>19</numberinstock>
  <isbn13>848-0-42-121227-7</isbn13>
  <id>2</id>
  <type>book</type>
</item>