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
24dvd121-4-22-789022-421.2121
As List
  • id
    • 24
  • type
    • dvd
  • isbn13
    • 121-4-22-789022-4
  • price
    • 21.21
  • numberinstock
    • 21

JSON Example

{
  "id": 24,
  "type": "dvd",
  "isbn13": "121-4-22-789022-4",
  "price": 21.21,
  "numberinstock": 21
}

XML Example

<item>
  <price>21.21</price>
  <numberinstock>21</numberinstock>
  <isbn13>121-4-22-789022-4</isbn13>
  <id>24</id>
  <type>dvd</type>
</item>