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
66book240-0-74-399864-667.9749516
As List
  • id
    • 66
  • type
    • book
  • isbn13
    • 240-0-74-399864-6
  • price
    • 67.97495
  • numberinstock
    • 16

JSON Example

{
  "id": 66,
  "type": "book",
  "isbn13": "240-0-74-399864-6",
  "price": 67.97495,
  "numberinstock": 16
}

XML Example

<item>
  <price>67.97495</price>
  <numberinstock>16</numberinstock>
  <isbn13>240-0-74-399864-6</isbn13>
  <id>66</id>
  <type>book</type>
</item>