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
21book971-8-22-208926-980.995766
As List
  • id
    • 21
  • type
    • book
  • isbn13
    • 971-8-22-208926-9
  • price
    • 80.99576
  • numberinstock
    • 6

JSON Example

{
  "id": 21,
  "type": "book",
  "isbn13": "971-8-22-208926-9",
  "price": 80.99576,
  "numberinstock": 6
}

XML Example

<item>
  <price>80.99576</price>
  <numberinstock>6</numberinstock>
  <isbn13>971-8-22-208926-9</isbn13>
  <id>21</id>
  <type>book</type>
</item>