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
130dvd968-9-93-735580-251.2923
As List
  • id
    • 130
  • type
    • dvd
  • isbn13
    • 968-9-93-735580-2
  • price
    • 51.29
  • numberinstock
    • 23

JSON Example

{
  "id": 130,
  "type": "dvd",
  "isbn13": "968-9-93-735580-2",
  "price": 51.29,
  "numberinstock": 23
}

XML Example

<item>
  <price>51.29</price>
  <numberinstock>23</numberinstock>
  <isbn13>968-9-93-735580-2</isbn13>
  <id>130</id>
  <type>dvd</type>
</item>