Hi All,
I want to print an image that resides in an IDM document type via an external program. To do that I use the Below IDM function with the given payload. This works only for PDF, when I try to print an image it gives an error in IDM JOB Management. Any idea about this?
<a href="https://idm.inforcloudsuite.com/ca/api/distribution/v1/submit">idm.inforcloudsuite.com/.../submit</a>

{
"input": [
{
"type": "pid",
"pid": "EasyPost_Lables-9-1-LATEST"
}
],
"targets": [
{ "type": "print",
"printerId": "35bbcaf5-50f9-46ac-a205-69710a633142",
"noOfCopies": 1}
],
"batchId": "PA3",
"largeJob": false
}
Regards
Prabodha