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
144cd123-4-56-789013-11111.30310
As List
  • id
    • 144
  • type
    • cd
  • isbn13
    • 123-4-56-789013-1
  • price
    • 1111.303
  • numberinstock
    • 10

JSON Example

{
  "id": 144,
  "type": "cd",
  "isbn13": "123-4-56-789013-1",
  "price": 1111.303,
  "numberinstock": 10
}

XML Example

<item>
  <price>1111.303</price>
  <numberinstock>10</numberinstock>
  <isbn13>123-4-56-789013-1</isbn13>
  <id>144</id>
  <type>cd</type>
</item>