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
39book984-4-90-143275-832.01381335
As List
  • id
    • 39
  • type
    • book
  • isbn13
    • 984-4-90-143275-8
  • price
    • 32.013813
  • numberinstock
    • 35

JSON Example

{
  "id": 39,
  "type": "book",
  "isbn13": "984-4-90-143275-8",
  "price": 32.013813,
  "numberinstock": 35
}

XML Example

<item>
  <price>32.013813</price>
  <numberinstock>35</numberinstock>
  <isbn13>984-4-90-143275-8</isbn13>
  <id>39</id>
  <type>book</type>
</item>