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
371cd157-5-61-550898-370.020
As List
  • id
    • 371
  • type
    • cd
  • isbn13
    • 157-5-61-550898-3
  • price
    • 70.0
  • numberinstock
    • 20

JSON Example

{
  "id": 371,
  "type": "cd",
  "isbn13": "157-5-61-550898-3",
  "price": 70.0,
  "numberinstock": 20
}

XML Example

<item>
  <price>70.0</price>
  <numberinstock>20</numberinstock>
  <isbn13>157-5-61-550898-3</isbn13>
  <id>371</id>
  <type>cd</type>
</item>