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
91book178-2-80-392326-419.993
As List
  • id
    • 91
  • type
    • book
  • isbn13
    • 178-2-80-392326-4
  • price
    • 19.99
  • numberinstock
    • 3

JSON Example

{
  "id": 91,
  "type": "book",
  "isbn13": "178-2-80-392326-4",
  "price": 19.99,
  "numberinstock": 3
}

XML Example

<item>
  <price>19.99</price>
  <numberinstock>3</numberinstock>
  <isbn13>178-2-80-392326-4</isbn13>
  <id>91</id>
  <type>book</type>
</item>