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
19dvd123-4-56-789021-421.2121
As List
  • id
    • 19
  • type
    • dvd
  • isbn13
    • 123-4-56-789021-4
  • price
    • 21.21
  • numberinstock
    • 21

JSON Example

{
  "id": 19,
  "type": "dvd",
  "isbn13": "123-4-56-789021-4",
  "price": 21.21,
  "numberinstock": 21
}

XML Example

<item>
  <price>21.21</price>
  <numberinstock>21</numberinstock>
  <isbn13>123-4-56-789021-4</isbn13>
  <id>19</id>
  <type>dvd</type>
</item>