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
85cd726-7-79-221094-0100.010
As List
  • id
    • 85
  • type
    • cd
  • isbn13
    • 726-7-79-221094-0
  • price
    • 100.0
  • numberinstock
    • 10

JSON Example

{
  "id": 85,
  "type": "cd",
  "isbn13": "726-7-79-221094-0",
  "price": 100.0,
  "numberinstock": 10
}

XML Example

<item>
  <price>100.0</price>
  <numberinstock>10</numberinstock>
  <isbn13>726-7-79-221094-0</isbn13>
  <id>85</id>
  <type>cd</type>
</item>