BatchPrintParamsTO Data Type

Properties
name data type description
contentIds array of ContentIdTO

Example

{
  "contentIds" : [ {
    "contentId" : 12345,
    "contentType" : 12345
  }, {
    "contentId" : 12345,
    "contentType" : 12345
  } ]
}