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
2book102-0-41-638878-230.464
As List
  • id
    • 2
  • type
    • book
  • isbn13
    • 102-0-41-638878-2
  • price
    • 30.46
  • numberinstock
    • 4

JSON Example

{
  "id": 2,
  "type": "book",
  "isbn13": "102-0-41-638878-2",
  "price": 30.46,
  "numberinstock": 4
}

XML Example

<item>
  <price>30.46</price>
  <numberinstock>4</numberinstock>
  <isbn13>102-0-41-638878-2</isbn13>
  <id>2</id>
  <type>book</type>
</item>