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
5cd615-5-33-311687-480.69
As List
  • id
    • 5
  • type
    • cd
  • isbn13
    • 615-5-33-311687-4
  • price
    • 80.6
  • numberinstock
    • 9

JSON Example

{
  "id": 5,
  "type": "cd",
  "isbn13": "615-5-33-311687-4",
  "price": 80.6,
  "numberinstock": 9
}

XML Example

<item>
  <price>80.6</price>
  <numberinstock>9</numberinstock>
  <isbn13>615-5-33-311687-4</isbn13>
  <id>5</id>
  <type>cd</type>
</item>