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
44book877-2-96-365934-399.9947
As List
  • id
    • 44
  • type
    • book
  • isbn13
    • 877-2-96-365934-3
  • price
    • 99.99
  • numberinstock
    • 47

JSON Example

{
  "id": 44,
  "type": "book",
  "isbn13": "877-2-96-365934-3",
  "price": 99.99,
  "numberinstock": 47
}

XML Example

<item>
  <price>99.99</price>
  <numberinstock>47</numberinstock>
  <isbn13>877-2-96-365934-3</isbn13>
  <id>44</id>
  <type>book</type>
</item>