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
40book816-3-84-828407-924.21029730
As List
  • id
    • 40
  • type
    • book
  • isbn13
    • 816-3-84-828407-9
  • price
    • 24.210297
  • numberinstock
    • 30

JSON Example

{
  "id": 40,
  "type": "book",
  "isbn13": "816-3-84-828407-9",
  "price": 24.210297,
  "numberinstock": 30
}

XML Example

<item>
  <price>24.210297</price>
  <numberinstock>30</numberinstock>
  <isbn13>816-3-84-828407-9</isbn13>
  <id>40</id>
  <type>book</type>
</item>