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
31book831-0-58-926191-254.4801636
As List
  • id
    • 31
  • type
    • book
  • isbn13
    • 831-0-58-926191-2
  • price
    • 54.48016
  • numberinstock
    • 36

JSON Example

{
  "id": 31,
  "type": "book",
  "isbn13": "831-0-58-926191-2",
  "price": 54.48016,
  "numberinstock": 36
}

XML Example

<item>
  <price>54.48016</price>
  <numberinstock>36</numberinstock>
  <isbn13>831-0-58-926191-2</isbn13>
  <id>31</id>
  <type>book</type>
</item>