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
34book895-9-34-538381-115.235455533
As List
  • id
    • 34
  • type
    • book
  • isbn13
    • 895-9-34-538381-1
  • price
    • 15.2354555
  • numberinstock
    • 33

JSON Example

{
  "id": 34,
  "type": "book",
  "isbn13": "895-9-34-538381-1",
  "price": 15.2354555,
  "numberinstock": 33
}

XML Example

<item>
  <price>15.2354555</price>
  <numberinstock>33</numberinstock>
  <isbn13>895-9-34-538381-1</isbn13>
  <id>34</id>
  <type>book</type>
</item>