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
45book159-8-66-962876-094.54388425
As List
  • id
    • 45
  • type
    • book
  • isbn13
    • 159-8-66-962876-0
  • price
    • 94.543884
  • numberinstock
    • 25

JSON Example

{
  "id": 45,
  "type": "book",
  "isbn13": "159-8-66-962876-0",
  "price": 94.543884,
  "numberinstock": 25
}

XML Example

<item>
  <price>94.543884</price>
  <numberinstock>25</numberinstock>
  <isbn13>159-8-66-962876-0</isbn13>
  <id>45</id>
  <type>book</type>
</item>