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
7dvd813-8-64-787514-25.179
As List
  • id
    • 7
  • type
    • dvd
  • isbn13
    • 813-8-64-787514-2
  • price
    • 5.17
  • numberinstock
    • 9

JSON Example

{
  "id": 7,
  "type": "dvd",
  "isbn13": "813-8-64-787514-2",
  "price": 5.17,
  "numberinstock": 9
}

XML Example

<item>
  <price>5.17</price>
  <numberinstock>9</numberinstock>
  <isbn13>813-8-64-787514-2</isbn13>
  <id>7</id>
  <type>dvd</type>
</item>