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
267dvd999-4-56-789012-997.9910
As List
  • id
    • 267
  • type
    • dvd
  • isbn13
    • 999-4-56-789012-9
  • price
    • 97.99
  • numberinstock
    • 10

JSON Example

{
  "id": 267,
  "type": "dvd",
  "isbn13": "999-4-56-789012-9",
  "price": 97.99,
  "numberinstock": 10
}

XML Example

<item>
  <price>97.99</price>
  <numberinstock>10</numberinstock>
  <isbn13>999-4-56-789012-9</isbn13>
  <id>267</id>
  <type>dvd</type>
</item>