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-ray204-1-44-086525-451.8618
As List
  • id
    • 4
  • type
    • blu-ray
  • isbn13
    • 204-1-44-086525-4
  • price
    • 51.86
  • numberinstock
    • 18

JSON Example

{
  "id": 4,
  "type": "blu-ray",
  "isbn13": "204-1-44-086525-4",
  "price": 51.86,
  "numberinstock": 18
}

XML Example

<item>
  <price>51.86</price>
  <numberinstock>18</numberinstock>
  <isbn13>204-1-44-086525-4</isbn13>
  <id>4</id>
  <type>blu-ray</type>
</item>