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-ray644-3-65-043175-517.9215
As List
  • id
    • 4
  • type
    • blu-ray
  • isbn13
    • 644-3-65-043175-5
  • price
    • 17.92
  • numberinstock
    • 15

JSON Example

{
  "id": 4,
  "type": "blu-ray",
  "isbn13": "644-3-65-043175-5",
  "price": 17.92,
  "numberinstock": 15
}

XML Example

<item>
  <price>17.92</price>
  <numberinstock>15</numberinstock>
  <isbn13>644-3-65-043175-5</isbn13>
  <id>4</id>
  <type>blu-ray</type>
</item>