Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 382 Bytes

File metadata and controls

24 lines (20 loc) · 382 Bytes
description Automatically generated file. DO NOT MODIFY
mgc print printers jobs documents create-upload-session post --printer-id {printer-id} --print-job-id {printJob-id} --print-document-id {printDocument-id} --body '{
\
  "properties": {
\
    "documentName": "TestFile.pdf",
\
    "contentType": "application/pdf", 
\
    "size": 4533322
\
  }
\
}
\
'