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
3dvd602-7-36-275205-582.9415
As List
  • id
    • 3
  • type
    • dvd
  • isbn13
    • 602-7-36-275205-5
  • price
    • 82.94
  • numberinstock
    • 15

JSON Example

{
  "id": 3,
  "type": "dvd",
  "isbn13": "602-7-36-275205-5",
  "price": 82.94,
  "numberinstock": 15
}

XML Example

<item>
  <price>82.94</price>
  <numberinstock>15</numberinstock>
  <isbn13>602-7-36-275205-5</isbn13>
  <id>3</id>
  <type>dvd</type>
</item>