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
7dvd666-7-17-745634-256.9119
As List
  • id
    • 7
  • type
    • dvd
  • isbn13
    • 666-7-17-745634-2
  • price
    • 56.91
  • numberinstock
    • 19

JSON Example

{
  "id": 7,
  "type": "dvd",
  "isbn13": "666-7-17-745634-2",
  "price": 56.91,
  "numberinstock": 19
}

XML Example

<item>
  <price>56.91</price>
  <numberinstock>19</numberinstock>
  <isbn13>666-7-17-745634-2</isbn13>
  <id>7</id>
  <type>dvd</type>
</item>