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
4blu-ray521-7-84-863680-736.4618
As List
  • id
    • 4
  • type
    • blu-ray
  • isbn13
    • 521-7-84-863680-7
  • price
    • 36.46
  • numberinstock
    • 18

JSON Example

{
  "id": 4,
  "type": "blu-ray",
  "isbn13": "521-7-84-863680-7",
  "price": 36.46,
  "numberinstock": 18
}

XML Example

<item>
  <price>36.46</price>
  <numberinstock>18</numberinstock>
  <isbn13>521-7-84-863680-7</isbn13>
  <id>4</id>
  <type>blu-ray</type>
</item>