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
47book550-4-07-195104-082.992
As List
  • id
    • 47
  • type
    • book
  • isbn13
    • 550-4-07-195104-0
  • price
    • 82.99
  • numberinstock
    • 2

JSON Example

{
  "id": 47,
  "type": "book",
  "isbn13": "550-4-07-195104-0",
  "price": 82.99,
  "numberinstock": 2
}

XML Example

<item>
  <price>82.99</price>
  <numberinstock>2</numberinstock>
  <isbn13>550-4-07-195104-0</isbn13>
  <id>47</id>
  <type>book</type>
</item>