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
2book727-1-67-325700-046.7111
As List
  • id
    • 2
  • type
    • book
  • isbn13
    • 727-1-67-325700-0
  • price
    • 46.71
  • numberinstock
    • 11

JSON Example

{
  "id": 2,
  "type": "book",
  "isbn13": "727-1-67-325700-0",
  "price": 46.71,
  "numberinstock": 11
}

XML Example

<item>
  <price>46.71</price>
  <numberinstock>11</numberinstock>
  <isbn13>727-1-67-325700-0</isbn13>
  <id>2</id>
  <type>book</type>
</item>