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
61book695-1-97-194938-443.66118230
As List
  • id
    • 61
  • type
    • book
  • isbn13
    • 695-1-97-194938-4
  • price
    • 43.661182
  • numberinstock
    • 30

JSON Example

{
  "id": 61,
  "type": "book",
  "isbn13": "695-1-97-194938-4",
  "price": 43.661182,
  "numberinstock": 30
}

XML Example

<item>
  <price>43.661182</price>
  <numberinstock>30</numberinstock>
  <isbn13>695-1-97-194938-4</isbn13>
  <id>61</id>
  <type>book</type>
</item>