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
13book666-2-26-918568-813.898
As List
  • id
    • 13
  • type
    • book
  • isbn13
    • 666-2-26-918568-8
  • price
    • 13.89
  • numberinstock
    • 8

JSON Example

{
  "id": 13,
  "type": "book",
  "isbn13": "666-2-26-918568-8",
  "price": 13.89,
  "numberinstock": 8
}

XML Example

<item>
  <price>13.89</price>
  <numberinstock>8</numberinstock>
  <isbn13>666-2-26-918568-8</isbn13>
  <id>13</id>
  <type>book</type>
</item>