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
3dvd663-7-42-287260-51.7110
As List
  • id
    • 3
  • type
    • dvd
  • isbn13
    • 663-7-42-287260-5
  • price
    • 1.71
  • numberinstock
    • 10

JSON Example

{
  "id": 3,
  "type": "dvd",
  "isbn13": "663-7-42-287260-5",
  "price": 1.71,
  "numberinstock": 10
}

XML Example

<item>
  <price>1.71</price>
  <numberinstock>10</numberinstock>
  <isbn13>663-7-42-287260-5</isbn13>
  <id>3</id>
  <type>dvd</type>
</item>