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
8blu-ray558-1-54-422130-176.39
As List
  • id
    • 8
  • type
    • blu-ray
  • isbn13
    • 558-1-54-422130-1
  • price
    • 76.3
  • numberinstock
    • 9

JSON Example

{
  "id": 8,
  "type": "blu-ray",
  "isbn13": "558-1-54-422130-1",
  "price": 76.3,
  "numberinstock": 9
}

XML Example

<item>
  <price>76.3</price>
  <numberinstock>9</numberinstock>
  <isbn13>558-1-54-422130-1</isbn13>
  <id>8</id>
  <type>blu-ray</type>
</item>