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
7dvd460-3-05-557750-240.267
As List
  • id
    • 7
  • type
    • dvd
  • isbn13
    • 460-3-05-557750-2
  • price
    • 40.26
  • numberinstock
    • 7

JSON Example

{
  "id": 7,
  "type": "dvd",
  "isbn13": "460-3-05-557750-2",
  "price": 40.26,
  "numberinstock": 7
}

XML Example

<item>
  <price>40.26</price>
  <numberinstock>7</numberinstock>
  <isbn13>460-3-05-557750-2</isbn13>
  <id>7</id>
  <type>dvd</type>
</item>