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
7dvd328-4-31-270801-747.1814
As List
  • id
    • 7
  • type
    • dvd
  • isbn13
    • 328-4-31-270801-7
  • price
    • 47.18
  • numberinstock
    • 14

JSON Example

{
  "id": 7,
  "type": "dvd",
  "isbn13": "328-4-31-270801-7",
  "price": 47.18,
  "numberinstock": 14
}

XML Example

<item>
  <price>47.18</price>
  <numberinstock>14</numberinstock>
  <isbn13>328-4-31-270801-7</isbn13>
  <id>7</id>
  <type>dvd</type>
</item>