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
7dvd400-1-74-140875-745.2719
As List
  • id
    • 7
  • type
    • dvd
  • isbn13
    • 400-1-74-140875-7
  • price
    • 45.27
  • numberinstock
    • 19

JSON Example

{
  "id": 7,
  "type": "dvd",
  "isbn13": "400-1-74-140875-7",
  "price": 45.27,
  "numberinstock": 19
}

XML Example

<item>
  <price>45.27</price>
  <numberinstock>19</numberinstock>
  <isbn13>400-1-74-140875-7</isbn13>
  <id>7</id>
  <type>dvd</type>
</item>