v1

latestOpenAPI 3.0.1Copyright(c) 2023 MANGOSLAB Co.,Ltd. All rights reserved.2026-08-064109.8 KB
Action

Process request to print.

Rather than requesting output directly from the printer, print messages are registered in a message queue service that the printer can access. A printer must be registered to the user, and the user must have permission to access the printer to send a print message.

post/v1/Print

Request body

printerstring required

출력 요청할 프린터 ID.

dataTypeToPrintstring nullable

PrintableData 의 타입(Text / ImageUrl).

dataToPrintstring nullable

출력할 메시지 또는 출력할 이미지 URL.

stickyDirectionstring nullable

점착면 위치.

paperLengthstring nullable

출력할 길이.

imageFitOptionstring nullable

이미지 Fit 옵션.

Example request

{
  "printer": "96d9e907-6efd-483b-8624-7d6a9504c8e0",
  "dataTypeToPrint": "Text",
  "dataToPrint": "Printing Test",
  "stickyDirection": "Right",
  "paperLength": "Auto",
  "imageFitOption": "ScaleDown"
}

Response

The output request was successful.

resultboolean
lengthOfPapernumber double
numberOfPapersinteger
numberOfCharactersinteger