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
112cd123-4-56-789012-21111.30312
As List
  • id
    • 112
  • type
    • cd
  • isbn13
    • 123-4-56-789012-2
  • price
    • 1111.303
  • numberinstock
    • 12

JSON Example

{
  "id": 112,
  "type": "cd",
  "isbn13": "123-4-56-789012-2",
  "price": 1111.303,
  "numberinstock": 12
}

XML Example

<item>
  <price>1111.303</price>
  <numberinstock>12</numberinstock>
  <isbn13>123-4-56-789012-2</isbn13>
  <id>112</id>
  <type>cd</type>
</item>