MountingMethodEntryList Data Type

Properties
name data type description
entries array of MountingMethodEntry

Example

{
  "entries" : [ {
    "description" : "...",
    "itemId" : 12345,
    "iSort" : 12345,
    "id" : 12345
  }, {
    "description" : "...",
    "itemId" : 12345,
    "iSort" : 12345,
    "id" : 12345
  } ]
}