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
365cd165-4-56-789012-19044.9978
As List
  • id
    • 365
  • type
    • cd
  • isbn13
    • 165-4-56-789012-1
  • price
    • 9044.997
  • numberinstock
    • 8

JSON Example

{
  "id": 365,
  "type": "cd",
  "isbn13": "165-4-56-789012-1",
  "price": 9044.997,
  "numberinstock": 8
}

XML Example

<item>
  <price>9044.997</price>
  <numberinstock>8</numberinstock>
  <isbn13>165-4-56-789012-1</isbn13>
  <id>365</id>
  <type>cd</type>
</item>