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
56book742-1-71-423304-354.97559436
As List
  • id
    • 56
  • type
    • book
  • isbn13
    • 742-1-71-423304-3
  • price
    • 54.975594
  • numberinstock
    • 36

JSON Example

{
  "id": 56,
  "type": "book",
  "isbn13": "742-1-71-423304-3",
  "price": 54.975594,
  "numberinstock": 36
}

XML Example

<item>
  <price>54.975594</price>
  <numberinstock>36</numberinstock>
  <isbn13>742-1-71-423304-3</isbn13>
  <id>56</id>
  <type>book</type>
</item>