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
65book884-0-75-267626-098.705331
As List
  • id
    • 65
  • type
    • book
  • isbn13
    • 884-0-75-267626-0
  • price
    • 98.7053
  • numberinstock
    • 31

JSON Example

{
  "id": 65,
  "type": "book",
  "isbn13": "884-0-75-267626-0",
  "price": 98.7053,
  "numberinstock": 31
}

XML Example

<item>
  <price>98.7053</price>
  <numberinstock>31</numberinstock>
  <isbn13>884-0-75-267626-0</isbn13>
  <id>65</id>
  <type>book</type>
</item>