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
62book831-6-67-300367-599.9939
As List
  • id
    • 62
  • type
    • book
  • isbn13
    • 831-6-67-300367-5
  • price
    • 99.99
  • numberinstock
    • 39

JSON Example

{
  "id": 62,
  "type": "book",
  "isbn13": "831-6-67-300367-5",
  "price": 99.99,
  "numberinstock": 39
}

XML Example

<item>
  <price>99.99</price>
  <numberinstock>39</numberinstock>
  <isbn13>831-6-67-300367-5</isbn13>
  <id>62</id>
  <type>book</type>
</item>